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 that the AddType lines are in, and see what it does.
>
> Jason


Might also be the php module not being loaded; check for LoadModule and 
AddModule for entries like:

 LoadModule php4_module        libexec/libphp4.so
and
 AddModule mod_php4.c

which should both be in the same relative position in the list of 
LoadModule and Addmodule items (probably last in both cases)

If all else fails, I'll be in Auckland in six weeks :-)

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   I'm spending a year dead for tax purposes.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to