These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for PHP Not working after Virtualmin Install on the new forum.
I installed Virtualmin over the top of an existing LAMP install. I setup a virtual server and everything seemed to be fine.
When I go to my newly created virtual site, my browser tries to download index.php instead of displaying it.
DirectoryIndex looks like it's set correctly in the site configuration in /etc/apache2/sites-enabled/mysite.conf.
Help!?!
I've got the same issue however my server has been working fine since I got it. suddenly I have a problem? seems a little odd I'm using gpl on Debian etch php5 etc
You haven't told us anything about your system by saying "LAMP". We're pretty much all running a LAMP system here (LAMP=Linux, Apache, MySQL, PHP/Perl/Python).
Anyway, presumably during installation your PHP configuration was changed to something incorrect.
If you want PHP to run under mod_php (rather than mod_fcgid+mod_suexec), you need:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType text/html .php
In addition to the DirectoryIndex line you already have.
--
Check out the forum guidelines!