Re: [SLUG] Apache Error

2003-06-04 Thread Oscar Plameras

From: "El 4Love" <[EMAIL PROTECTED]>
To: "Oscar Plameras" <[EMAIL PROTECTED]>
Cc: "Sydney LUG" <[EMAIL PROTECTED]>
Sent: Wednesday, June 04, 2003 2:29 PM
Subject: Re: [SLUG] Apache Error

> 
> 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?
> 
> 

It cannot be /etc/hosts file. You said you have set the correct
FQDN.

If you started with apachectl start, it is not apache that is
causing to generate ssl_error logs. It is another application.

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


RE: [SLUG] Apache Error

2003-06-04 Thread Low Christopher - clow
It does look like apache is being started with ssl.

Check your startup script if there is a reference to "startssl" in it.

Eg. if /usr/internet/httpd/bin/apachectl startssl ; then
echo "HTTP daemon with SSL started on port $PORT and $SSLPORT"

Also, if you're not using SSL, then see if these lines are commented out in
httpd.conf:

#SSLCertificateChainFile /usr/internet/httpd/conf/ssl.crt/ca.crt

#SSLCACertificatePath /usr/internet/httpd/conf/ssl.crt
#SSLCACertificateFile /usr/internet/httpd/conf/ssl.crt/ca-bundle.crt

Any thing you can try is
> apachectl configtest

This checks the conf file for any errors.

HTH





-Original Message-
From: El 4Love [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 4 June 2003 2:29 PM
To: Oscar Plameras
Cc: Sydney LUG
Subject: Re: [SLUG] Apache Error


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







**
The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged.
If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is strictly
prohibited.
If you have received this communication in error,
please re-send this communication to the sender and
delete the original message or any copy of it from your
computer system. Thank You.

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


Re: [SLUG] Apache Error

2003-06-04 Thread El 4Love
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


Re: [SLUG] Apache Error

2003-06-04 Thread Oscar Plameras

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


[SLUG] Apache Error

2003-06-04 Thread El 4Love
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!?

Mahen.

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


RE: [SLUG] Apache error

2002-08-20 Thread Simon Bryan

Needed to wrap my AddType lines for php in an IfModule statement, thought
that they would take erfect without them (Didn't have them on the other
server) but they didn't, have now added them and it is working.
Thanks all
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Simon Bryan
> Sent: Tuesday, 20 August 2002 11:03 PM
> To: Slug
> Subject: [SLUG] Apache error
>
>
> Hi all,
> I have just setup an Apache Web server using 'Apache toolbox',
> which I have
> used successfully in the past. I included php, MySql, SSL and
> Postgres, all
> went according to plan and there were no errors shown. We have some php
> pages I need to migrate over from another server, they provide a front end
> to a Postgres database. However when I bring up the login screen
> and login I
> get:
>
> Method Not Allowed
> The requested method POST is not allowed for the URL /sreport/index.php3.
>
>
> --
> --
> 
>
> Apache/1.3.26 Server at x
>
> I fed the error into Google and have tried all suggestions I
> could find, but
> am still getting the error. Has anyone got any suggestions as to
> where I go
> next, I have compared the htppd.conf file with the one on the old
> server and
> they seem to have all the critical bits the same.
>
> _
> Simon Bryan
> IT Manager
> OLMC Parramata
> ICQ#: 137562751
> _
>
> --
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug

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



Re: [SLUG] Apache error

2002-08-20 Thread Felix

On Tue, 2002-08-20 at 23:03, Simon Bryan wrote:
> Hi all,
> I have just setup an Apache Web server using 'Apache toolbox', which I have
> used successfully in the past. I included php, MySql, SSL and Postgres, all
> went according to plan and there were no errors shown. We have some php
> pages I need to migrate over from another server, they provide a front end
> to a Postgres database. However when I bring up the login screen and login I
> get:
> 
> Method Not Allowed
> The requested method POST is not allowed for the URL /sreport/index.php3.
> 
> 
> 
> 
> 
> Apache/1.3.26 Server at x
> 
> I fed the error into Google and have tried all suggestions I could find, but
> am still getting the error. Has anyone got any suggestions as to where I go
> next, I have compared the htppd.conf file with the one on the old server and
> they seem to have all the critical bits the same.
> 


Hi Simon,

Do you have PHP4 installed as an apache module? If so, check that you
have something like this:


  AddType application/x-httpd-php .php4 .php3 .phtml .php
  AddType application/x-httpd-php-source .phps
   


If it's not a module then I think you may need an AddHandler line
instead.


Felix




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



[SLUG] Apache error

2002-08-20 Thread Simon Bryan

Hi all,
I have just setup an Apache Web server using 'Apache toolbox', which I have
used successfully in the past. I included php, MySql, SSL and Postgres, all
went according to plan and there were no errors shown. We have some php
pages I need to migrate over from another server, they provide a front end
to a Postgres database. However when I bring up the login screen and login I
get:

Method Not Allowed
The requested method POST is not allowed for the URL /sreport/index.php3.





Apache/1.3.26 Server at x

I fed the error into Google and have tried all suggestions I could find, but
am still getting the error. Has anyone got any suggestions as to where I go
next, I have compared the htppd.conf file with the one on the old server and
they seem to have all the critical bits the same.

_
Simon Bryan
IT Manager
OLMC Parramata
ICQ#: 137562751
_

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