PDA

View Full Version : phpmyadmin 403


skoena
19th October 2009, 17:35
After the update (not 100% sure if this causes it) to 3.0.16 mydomain.com/phpmyadmin is not available anymore. It gives a 403 error message.

Edit: Just checked my 2 new servers that I updated this morning to the latest stable version of ispconfig and also here phpmyadmin is not available because of a 403 error.

Tomsworld
19th October 2009, 23:14
Same issue here.


client denied by server configuration: /usr/share/phpmyadmin/


It seems to be related to my .4 -> .6 upgrade.

insideoutsolutions
19th October 2009, 23:34
http://www.howtoforge.com/forums/showthread.php?t=40193

Same issue on two servers.

Tomsworld
20th October 2009, 00:53
I just found following bug id:

http://bugtracker.ispconfig.org/index.php?do=details&task_id=937

insideoutsolutions
20th October 2009, 01:02
Thanks for the link. I'm looking through the security ramifications of the workaround.

skoena
20th October 2009, 12:10
I used the workaround and my phpmyadmin is available again.
Till, is this a secure way to do it? Or is it better to install phpmyadmin as a separate website like you mentioned?

Comment by Till (Till) - Saturday, 17 October 2009, 12:28 GMT+2
Here a workaround for debian to use phpmyadmin and squirrelmail.

Edit the file:

/etc/apache2/sites-enabled/000-ispconfig.conf

and add the following lines at the end:

<Directory /usr/share/phpmyadmin>
Order allow,deny
Allow from all
</Directory>

<Directory /usr/share/squirrelmail>
Order allow,deny
Allow from all
</Directory>

till
20th October 2009, 12:15
This workaround is secure.