Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread zeek
Try the info.php test: ?php phpinfo(); ? On Wed, Jun 15, 2011 at 10:57:10PM -0700, Xavier Lopez wrote: Dear Users, I'm still not getting Apache to parse PHP. I've learned a lot though, here's what I know: In apache2.conf, there are these lines: Include

Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread Lester Caine
Xavier Lopez wrote: I'm still not getting Apache to parse PHP. I've learned a lot though, here's what I know: Try asking on the PHP list ... On SUSE, simply adding php via the packager manager also enables it in a stock apache installation. SO I suspect you had a working setup and have

Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread Igor Galić
- Original Message - Dear Users, I'm still not getting Apache to parse PHP. I've learned a lot though, here's what I know: In apache2.conf, there are these lines: Include /etc/apache2/mods-enabled/*.load Include /etc/apache2/mods-enabled/*.conf When I run ls /mods-enabled, I

Re: Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread zavelopez
Any php file that I try to open, including the one containing phpinfo(), which is called testphp.php in my case, causes Firefox to ask me what I want it to do with the file. On , zeek z...@mogwai.ath.cx wrote: Try the info.php test: phpinfo(); ? On Wed, Jun 15, 2011 at

Re: Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread zavelopez
Igor, 1. Firefox asks me what I want it to do with the file whenever I try to open a php file. 2. The contents of the php5.conf file are as follows: IfModule mod_php5.c FilesMatch \.ph(p3?|tml)$ SetHandler application/x-httpd-php /FilesMatch FilesMatch \.phps$ SetHandler

Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread Igor Galić
- Original Message - Igor, 1. Firefox asks me what I want it to do with the file whenever I try to open a php file. 2. The contents of the php5.conf file are as follows: IfModule mod_php5.c FilesMatch \.ph(p3?|tml)$ SetHandler application/x-httpd-php /FilesMatch FilesMatch

Re: Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread zavelopez
Igor, this is what apache2ctl -M outputs: php5_module (shared) On , Igor Galić i.ga...@brainsware.org wrote: - Original Message - Igor, 1. Firefox asks me what I want it to do with the file whenever I try to open a php file. 2. The contents of the php5.conf file are