SSL enabled site after RC7 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: SSL enabled site after RC7 (/thread-5615.html) |
SSL enabled site after RC7 - puster - 02-04-2009 05:26 PM Hi everybody, I originally installed RC6 on my box and enabled a second site to access the panel by using SSL. This site was a copy of 01_master.conf named 01_ssl_master.conf and was enabled within Apache2. Access to this site worked perfectly. I performed the upgrade to RC7 and everything worked perfectly. The panel loads and all functions are given. Except for this SSL-site now. Trying to load the SSL-site returns an error 500. I checked in the defaults.log in Apache2 and it referred me to the suexec.log in which I found the following entries: Code: [2009-02-04 08:10:11]: uid: (2000/vu2000) gid: (2000/vu2000) cmd: index.php I tried to change the ownership accordingly (vu2000:vu2000) but it had no effect. Has anyone an idea what else I could try to make the SSL-site work again? Thank you very much for your help. Manuel RE: SSL enabled site after RC7 - BeNe - 02-05-2009 12:31 AM Quote:I tried to change the ownership accordingly (vu2000:vu2000) but it had no effect.And what did you exactly changed ? Which file ? The SSL-cert itself or a directory ? Greez BeNe RE: SSL enabled site after RC7 - puster - 02-05-2009 12:35 AM (02-05-2009 12:31 AM)BeNe Wrote:Quote:I tried to change the ownership accordingly (vu2000:vu2000) but it had no effect.And what did you exactly changed ? Which file ? I changed the ownership of the /var/www/ispcp/gui/-directory sicne it is the directory there the index.php is located. From the log it seemed to me like this is where the problem lies. RE: SSL enabled site after RC7 - puster - 02-23-2009 10:29 PM Hi everybody, I have found something else in the default-error.log: Code: suexec policy violation: see suexec log for more details Anybody got an idea what might be going wrong? Thank you very much.[/code] RE: SSL enabled site after RC7 - joximu - 02-23-2009 10:52 PM either the directory has wrong owner [directory (2000/33)] or php runs with wrong ownership: [program (2000/33))] just read and unserstand the suexec.log! RE: SSL enabled site after RC7 - puster - 03-05-2009 07:10 PM Hi everybody, I was able to get it fixed, but I am not quite sure how this happened. I recreated the file again from the 00_master.conf of 1.0.0 stable like I did with the file from RC6. After this I dissabled the site, reloaded Apache, enabled the site and reloaded Apache again. Now the site works again, but I honestly have to say I am not sure why. Maybe someone is able to shed some light onto this. Thanks to everybody for their help. Greetz Manuel |