Click to See Complete Forum and Search --> : Apache 2.0 Problems


TomC
04-13-2003, 11:19 AM
I just migrated to RH8 from RH7.2
Apache 1.3 to 2.0, latest patches

I had some issues with my conf file so I've restored the original httpd.conf just to get the server up and running.

httpd starts [OK].

ps -aux shows NO httpd servers running ??? Is this correct?

I can't get a page to come up in a browser. (not found)

Any ideas?

dc2447
04-13-2003, 08:31 PM
Originally posted by TomC
I just migrated to RH8 from RH7.2
Apache 1.3 to 2.0, latest patches

I had some issues with my conf file so I've restored the original httpd.conf just to get the server up and running.

httpd starts [OK].

ps -aux shows NO httpd servers running ??? Is this correct?

I can't get a page to come up in a browser. (not found)

Any ideas?

assuming it's a vanilla install try


netstat -an | grep 80

whcih would check for stuff listening on port 80 ie apache

obviously have a look in the error log too


Dave

TomC
04-27-2003, 09:34 AM
I still haven't got Apache 2.0 to work. My other server with Apache 1.3 works fine.

The ServerRoot is redhats /var/www/html 755 rights and the user and group are both apache.

The access_logs are empty and I timeout looking for the internel IP default (just trying to get it to work internally at this point)

netstat -an | grep 80 returns
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN

The error_log returns
[Sun Apr 27 08:21:14 2003] [notice] Digest: generating secret for digest authentication ...

The ssl_error_log returnd
[Sun Apr 27 08:21:13 2003] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Apr 27 08:21:13 2003] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sun Apr 27 08:21:14 2003] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Apr 27 08:21:14 2003] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?