![]() |
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze
What about phpmyadmin? Anyone configured it?
Just linking /etc/phpmyadmin/apache.conf won't process php files! :( |
it should be enough to just:
Code:
apt-get install phpmyadmin |
no. that procedure creates the link to /etc/phpmyadmin/apache.conf, but then I believe fcgid doesn't have the permission to read from /usr/share/phpmyadmin, because when I try to access http://server/phpmyadmin I get offered the php source and not the real php web page.
Found out that in /etc/phpmyadmin/apache.conf, before <IfModule mod_php5.c> you need to add: Code:
Options FollowSymLinks +ExecCgi |
| All times are GMT +2. The time now is 19:23. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.