Setting shared SSL when using suPHP cause 500 Internal Server Error

markhard

Well-Known Member
Apr 22, 2004
252
0
166
I'm trying to install self signed shared SSL on a subdomain, after following the guides here: http://forums.cpanel.net/615337-post10.html the SSL seems to be installed correctly. i got a warning from Firefox that the SSL certificate is self signed.

however after confirming that i still want to open the web page, i got 500 Internal Server Error.

from cpanel's error log i got this error message:

Code:
SoftException in Application.cpp:422: Mismatch between target UID (11) and UID (111) of file "/home/user/public_html/index.php"
it seems that the suPHP doesn't allow the php to be run by nobody.

does any body successfully install shared self signed SSL with suPHP installed?