From: "El 4Love" <[EMAIL PROTECTED]>
To: "Sydney LUG" <[EMAIL PROTECTED]>
Sent: Wednesday, June 04, 2003 1:11 PM
Subject: [SLUG] Apache Error


> Hi All,
> 
> I configured an apache seerver in an intranet, and the server works, but
> it is terribly slow to requests. For every request I get this error
> messages in the ssl_error_log, but I don't really use any ssl features.
> Can anyone help me please?
> 
> [Wed Jun 04 11:07:03 2003] [warn] RSA server certificate is a CA
> certificate (BasicConstraints: CA == TRUE !?)
> [Wed Jun 04 11:07:03 2003] [warn] RSA server certificate CommonName (CN)
> `localhost.localdomain' does NOT match server name!?
> [Wed Jun 04 11:07:04 2003] [warn] RSA server certificate is a CA
> certificate (BasicConstraints: CA == TRUE !?)
> [Wed Jun 04 11:07:04 2003] [warn] RSA server certificate CommonName (CN)
> `localhost.localdomain' does NOT match server name!?
> 

Put your server's yourFQDN on to,

$YOURPATH/apache/conf/httpd.conf
       ServerName yourFQDN

Shutdown your Apache Server and start with,

$YOURPATH/apache/bin/apachectl start

Your start script may have started with,

$YOURPATH/apache/bin/apachectl startssl

Have fun.



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to