SSL and SuPHP
Just an FYI for all those that may run into this situation :
We're not running anything fancy Apache 2.0.63 with SuPhp installed and working fine for a number of sites. I activated SSL for the first time on the server and none of the PHP pages would show up. Using a test index.html it worked fine but anything with PHP would not work. Logs showed the following error:
SoftException in Application.cpp:404: Mismatch between target UID (501) and UID (516) of file <filename>
and
terminate called after throwing an instance of [<date>] [error] [client ip] suPHP::LookupException
Lots of digging and lots of reading accomplished not very much other than narrowing it down to SuPhp issue. On a whim I added:
suPHP_Engine on
suPHP_UserGroup <user> <user>
suPHP_AddHandler x-httpd-suphp
to the ssl.conf file entry for that site and all is good. Not sure if AddHandler line is needed but everything seems to work fine now.
Just thought I'd pass along this little gem.
|
Recent comments
14 hours 16 min ago
14 hours 21 min ago
19 hours 19 min ago
1 day 2 hours ago
1 day 2 hours ago
1 day 4 hours ago
1 day 8 hours ago
1 day 15 hours ago
1 day 18 hours ago
1 day 20 hours ago