joomla not working after install suphp

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
i have install suphp into my server.

but i found out that joomla not working.

i try delete and install again, but unable to run installation.

may i know what problem?

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2 Server at www.jlzone.net Port 80
 
1. Check your permissions on directory and files.
Ignore any joomla's notices to set 777 to any directory and 666 to any files.
suPHP will give you a 500 error, if a PHP script is group or/and world writable. The same is for directories, which contain executable (not included) PHP scripts.

2. suPHP does not allow any php_flag and php_value directives in your .htaccess file. You will get a 500 error also.

To learn more about errors, remember, to examine current error log for virtual host. You can find them both in Directadmin (USER LEVEL -> Account Info/Stats) and via SSH (/var/logs/httpd/domains/).
 
Back
Top