July 14, 201016 yr Hi, this is my first post here. I followed instructions here (with the help of google translate): Wie installiere ich Froxlor auf einem Rootserver mit Debian?"] But when I try to run http://myIP/froxlor/index.php on my browser, apache asks to download index.php. Your help is much appreciated.
July 14, 201016 yr Author Ok, apparently it was a matter of getting appache to parse php. I found the solution here Does your browser ask if you want to download the php file instead of displaying it? If Apache is not actually parsing the php after you restarted it, install libapache2-mod-php5. It is installed when you install the php5 package, but may have been removed inadvertently by packages which need to run a different version of php. You may also need to actually enable it, by doing sudo a2enmod php5 followed by sudo /etc/init.d/apache2 restart.
July 15, 201016 yr If it's debian, this is the everlasting debian issue, try "apache STOP" and "apache START", after that, clear browser cache and then try again
Archived
This topic is now archived and is closed to further replies.