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
<IfModule mod_fcgid.c>
AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/web1/php-fcgi-starter .php
AllowOverride All
Order allow,deny
allow from all
</IfModule>
Recent comments
7 hours 6 min ago
11 hours 58 min ago
20 hours 51 min ago
21 hours 50 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 6 hours ago
1 day 13 hours ago
1 day 22 hours ago
2 days 9 min ago