Re: [PHP] Re: I rest my case

2001-10-31 Thread Mike Frazer
Apache has a high learning curve. PHP isn't terribly hard to pick up on if you already know the basics of programming. Also, you may want to check out the newsgroup comp.infosystems.www.servers.unix for help with Apache if you continue to have problems. It appears from all the info you gave us

RE: [PHP] Re: I rest my case

2001-10-30 Thread Jason Murray
Hey thanks guys for the help, but it's still not happening. Apache had already the AddType lines mentioned by y'all. It's possible the AddType lines are inside a container that will ensure they're not executed. Backtrack to the Block element that the AddType lines are in, and see what it

RE: [PHP] Re: I rest my case

2001-10-30 Thread Warwick
There is no BLOCK element in the httpd.conf. Is that where I should be looking? Warwick Jason Murray wrote: Hey thanks guys for the help, but it's still not happening. Apache had already the AddType lines mentioned by y'all. It's possible the AddType lines are inside a container that

Re: [PHP] Re: I rest my case

2001-10-30 Thread David Robley
On Wed, 31 Oct 2001 15:15, Jason Murray wrote: Hey thanks guys for the help, but it's still not happening. Apache had already the AddType lines mentioned by y'all. It's possible the AddType lines are inside a container that will ensure they're not executed. Backtrack to the Block element

Re: [PHP] Re: I rest my case

2001-10-30 Thread Jason Brooke
John, Jason didn't literally mean for you to search for the exact string 'Block' - he was telling you to look through the various types of ThisIsAnApacheDirective tags found in your httpd.conf file, such as Directory, File etc etc There is no BLOCK element in the httpd.conf. Is that where I

Re: [PHP] Re: I rest my case

2001-10-30 Thread Warwick
OK, there goes any pretense of intelligence that I may have been able to muster ;-) The AddType tag was found inside another as follows: IfModule mod_php4.c Is there some way I can check if this module is present, otherwise what you're saying is that the AddType isn't being executed if the

Re: [PHP] Re: I rest my case

2001-10-30 Thread David Robley
On Wed, 31 Oct 2001 15:44, J W W L (Warwick) Berg wrote: OK, there goes any pretense of intelligence that I may have been able to muster ;-) The AddType tag was found inside another as follows: IfModule mod_php4.c Is there some way I can check if this module is present, otherwise what

RE: [PHP] Re: I rest my case

2001-10-30 Thread Joseph Blythe
Um! could they be commented out still? # AddType application/x-httpd-php .php4 .php3 .phtml .php # AddType application/x-httpd-php-source .phps Make sure you remove the hash signs whatever they called :) AddType application/x-httpd-php .php4 .php3 .phtml .php AddType