![]() |
Error after upgrade
I upgrade my system to ISPConfig 2.22.2 and ran in to this error
Code:
root@server1:~# /etc/init.d/apache2 restart |
By chance you use suphp?
|
I upgraded ISPConfig and then was following the how to install suPHP with ISPConfig-2.2.20 whenI noticed the problem.
|
suPHP does not support the php_value/php_admin_value directive known by mod_php to parse configuration options to scripts for certain virtual hosts or directories. You will have to either make the changes to your php.ini or have a individual php.ini for that web with the php options needed.
|
Thanks but how do I go about making the change in the php.ini
|
You can either make your changes server wide to your php.ini. Not sure your dist but in debian you would find it at
Code:
/etc/php5/cgi/php.inior if you would like to just make the changes to 1 web Code:
cp /etc/php5/cgi/php.ini /var/www/web#/php.iniand then in the apache directives for the site add Code:
suPHP_ConfigPath /var/www/web#/php.ini |
ok now I'm being told that there is no no such file or directory.
Does that mean I do not have php5 installed |
did you finish the install of suphp?
whats the contents of Code:
cat /etc/apache2/httpd.conftry Code:
updatedb |
ok I decided to do an update and upgrade and this is the result
Code:
Code:
|
So I guess you never finsihed the suphp install? looks like all you did when you fist posted was the first 2 steps right?
Code:
a2dismod php5please post the contents of /etc/apache2/vhosts/Vhosts_ispconfig.conf |
| All times are GMT +2. The time now is 08:52. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.