RE: How do I get modperl and php to coexist?

2000-06-14 Thread Ahrendt, Robert
PM To: Ime Smits; Rob Tanner; mod_perl discuss Subject: Re: How do I get modperl and php to coexist? That would be too easy. 'Fraid it's there. -- Rob --On Tuesday, June 13, 2000 11:07 PM +0200 Ime Smits [EMAIL PROTECTED] wrote: | works fine and php simply doesn't work. When I try a GET

How do I get modperl and php to coexist?

2000-06-13 Thread Rob Tanner
With both modperl and php3 installed in apache (static build), modperl works fine and php simply doesn't work. When I try a GET on a *.php3 page, my browser wants to save it. That symptom addressed in the php faq (#6.8) which states that the php module is not getting invoked and has some

Re: How do I get modperl and php to coexist?

2000-06-13 Thread Ime Smits
| works fine and php simply doesn't work. When I try a GET on a *.php3 page, | my browser wants to save it. That symptom addressed in the php faq (#6.8) Look for a line like AddType application/x-httpd-php3 .php3 .php .phtml in your httpd.conf. If it ain't there, that's propably your

RE: How do I get modperl and php to coexist?

2000-06-13 Thread Rob Tanner
Version? I've compiled all these plus FrontPage on Solaris Linux. -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 13, 2000 1:35 PM To: mod_perl discuss Subject: How do I get modperl and php to coexist? With both modperl and php3 installed

Re: How do I get modperl and php to coexist?

2000-06-13 Thread Rob Tanner
That would be too easy. 'Fraid it's there. -- Rob --On Tuesday, June 13, 2000 11:07 PM +0200 Ime Smits [EMAIL PROTECTED] wrote: | works fine and php simply doesn't work. When I try a GET on a *.php3 page, | my browser wants to save it. That symptom addressed in the php faq (#6.8) Look

RE: How do I get modperl and php to coexist?

2000-06-13 Thread Karyn Ulriksen
root", and type something like: "./configure --activate-php-module .." ? - Karyn -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 13, 2000 2:16 PM To: Karyn Ulriksen; 'Rob Tanner' Cc: '[EMAIL PROTECTED]' Subject: RE: How do I get modperl an