0

I have setup Debian Lenny, Apache2, PHP 5.3.1 fcgi_mod, and MySQL and it works fine.

But PHPMyadmin doesn't work. When I go to : http://phpmyadmin.domain.com it downloads the index.php under PHPMyadmin instead of executing it.

I think I need to wrap the request in a fcgiwrapper like I did all the virtual hosts. But how do I do that? Apparently there are not that many tutorials on this.

Cudos
  • 539
  • 2
  • 7
  • 18

2 Answers2

0

have you tried adding Options ExecCGI to the virtual host in the apache config?

nbv4
  • 603
  • 3
  • 11
  • 18
0

I know it is in german. But the basic idea is easys to get since the vhost configuration is the same: http://www.ulrich-block.de/?p=3