Results 1 to 4 of 4
I'm currently on LinuxMint. I'd like to start PHP scripting, but the browser doesn't want to open the file, only to download. I've red the description on Ubuntu's site how ...
- 04-12-2010 #1
PHP, how to hell to start
I'm currently on LinuxMint. I'd like to start PHP scripting, but the browser doesn't want to open the file, only to download. I've red the description on Ubuntu's site how to bring apache2 and PHP together, but it simply cannot find php module. How on earth can I force Linux to act as a normal OS?
If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 04-12-2010 #2
so you installed the modules:
check to see if the apache module is actually loading. should be a php.conf that loads the module (try checking the Includes directories stated inside your .conf file for apache).Code:sudo apt-get install php5 libapache2-mod-php5
linux user # 503963
- 04-13-2010 #3
I have php5.conf and php5.load in both of /etc/apache2/mods-enabled , /etc/apache2/mods-available yet it still not possible to view the file Test.php in any of the web browsers.
If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 04-13-2010 #4
did you restart apache after enabling it? did you make sure php script has executable bit set?
i looked at ubuntu guide, not sure if they missed steps or some of those get done automagically on ubuntu, but check out the arch wiki and see if it helps
LAMP - ArchWiki


Reply With Quote