Error 500 when switching to apache

#1
When I switch to apache and shutdown litespeed I always get a Error 500.
I have lite speed version 4.0.13 installed.

This is the error :

Internal Server Error

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

Please contact the server administrator, ____email address was here____ 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.



Please help. Thanks in advance.
 

mistwang

LiteSpeed Staff
#2
You need to check /usr/local/apache/logs/error_log,
Looks like some require feature was not compiled into apache, you need to fix it with easyapache.
 
#3
My apache log file is 170MB.. I'll take a long time for me download that. Anyway I'll download the log file and check it.

Isn't there any other way to find out what's wrong?

Thank you in advance.
 

mistwang

LiteSpeed Staff
#4
Just login to shell, and
tail -1000 /usr/local/apache/logs/error_log

to show the last 1000 lines. change the number to make sure it include the log related to 500 error.
 
Top