On my Debian Wheezy using php-fpm and using php-fpm on own froxlor-Vhost with froxlor git.
I followed the import and upgrade instruction and changed
/etc/apache2/mods-available/fcgid.conf as instructed.
sadly restarting apache failed: /var/run/apache2 now needs write permission for www-data. But I found out and did a chown root:www-data on /var/run/apache2 as well as gave chmod 775 on /var/run/apache2
after that I let rewrite the config...
and chackaboom the line:
AddHandler php5-fastcgi .php
is back.
Id shall be changed to:
SetHandler php5-fastcgi
and everything works again :|
greets.
edit: it happens in IP's and port configuration files
Question
snoopotic
Hi.
On my Debian Wheezy using php-fpm and using php-fpm on own froxlor-Vhost with froxlor git.
I followed the import and upgrade instruction and changed
/etc/apache2/mods-available/fcgid.conf as instructed.
sadly restarting apache failed: /var/run/apache2 now needs write permission for www-data. But I found out and did a chown root:www-data on /var/run/apache2 as well as gave chmod 775 on /var/run/apache2
after that I let rewrite the config...
and chackaboom the line:
AddHandler php5-fastcgi .php
is back.
Id shall be changed to:
SetHandler php5-fastcgi
and everything works again :|
greets.
edit: it happens in IP's and port configuration files
edit2: version is 0.9.30 ^^ sorry
Link to comment
Share on other sites
18 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.