Thanks for the tips, Dan.

Quiet list here. I did track down the issue--it was the ActiveState
Debugger extension I had enabled in the php.ini. Removing that line made
it all start working.

But I still get lots of child processes segfaulting, and big parts of my
site no longer work--mainly because I'll need to go tweak a bunch of
.htaccess files.

So I'm going back to the Apache 1.3 series until this all appears to be
more stable. 

Cheers,
John


On Mon, 2002-12-09 at 15:10, Dan Anderson wrote:
> I couldn't get PHP 4.2.3 to work with Apache 2.0.43, but PHP 4.3RC2
> works for me.  I had to make PHP DSO for Apache 2, I think either
> static modules dont work or are not supported for Apache 2.
> 
> Nothing obvious comes to mind for your problme, except a mixup in directories
> or configuration.  I would start with a fresh directory for installing
> both Apache and PHP and start with the configuration files from the
> distribution.
> 
> You can also check the httpd ocnfiguration with:
>         httpd -t
>         httpd -v
>         httlpd -l
>         httpd -V
>         and check the output
> 
> I have my notes on using Apache 2 and PHP 4.3RC2 on Linux at
>         http://dan.drydog.com/apache2php.html
> 
> 
> John Locke <[EMAIL PROTECTED]> wrote:
> > I was trying to get Apache 2.0 up and running, but I'm not having any
> > luck. When I start up Apache, it returns non-PHP pages just fine, but
> > PHP pages don't work.
> > Once I got the LoadModule and AddType directives in place, any PHP page
> > just returns empty. Nothing, nada, zilch. No log entry, no error
> > message, no nothing.
> . . .
> 


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to