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
13 hours 12 min ago
14 hours 11 min ago
17 hours 58 min ago
19 hours 12 min ago
22 hours 49 min ago
1 day 6 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 7 hours ago
2 days 9 hours ago