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