On Wed, 2003-06-04 at 12:05, Oscar Plameras wrote:
> 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.

The FQDN was already in place with the ServerName directive. I tried
staring it directly, apachectl start. Still no joy. Got the same error
lot with ssl_error_log. Could it be due to any problems in the
/etc/hosts file?



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

Reply via email to