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ć 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 as follows: >

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: > > > SetHandler application/x-httpd-php > > > SetHandler application/x-httpd-php-source > > # To re-enabl

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: SetHandler application/x-httpd-php SetHandler application/x-httpd-php-source # To re-enable php in user directories comment the following lin

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 wrote: Try the info.php test: phpinfo(); ?> On Wed, Jun 15, 2011 at 10:57:10PM -0700,

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-e

Re: [users@httpd] PHP Parsing Problem

2011-06-15 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 change

Re: [users@httpd] PHP Parsing Problem

2011-06-15 Thread zeek
Try the info.php test: 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 /etc/apache2/mods-enabled/*.load > Inc