httpsd doesn"t start

httpsd doesn"t start

am 13.03.2003 17:42:20 von Mike Burkhouse

This is a multi-part message in MIME format.

------=_NextPart_000_005E_01C2E955.9B5D7340
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi All,

=20

I saw a couple of references to this problem in the archives, but none =
of
the solutions there solved my problem.

=20

I am running:

=20

Red Hat 7.3

Apache 2.0.44

OpenSSL 0.9.7

=20

1) I have a pretty vanilla httpd.conf running only one site and I am =
trying
to set up a secure virtual site in /apache2/htdocs/secureSite/ .=20

=20

2) I created my key and self-signed cert in /apache2/conf/ .

=20

3) I configured apache2/conf/ssl.conf to point to the correct key and =
cert
and with the correct path to the directory that I want to serve =
documents
from

=20

I stop httpd and run apachectl startssl with no complaints, but only =
httpd
starts, not httpsd, and nothing gets logged. I have no idea how to =
track
down what has gone wrong. Can anyone offer any suggestions where to =
look?=20

=20

Sorry if this is not enough information - if you tell me what else you =
need,
I am happy to provide it to you.

=20

Thanks,

=20

Mike


------=_NextPart_000_005E_01C2E955.9B5D7340
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable




charset=3Dus-ascii">












style=3D'font-size:10.0pt;
font-family:Arial'>Hi All,



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>I saw a couple of references to this problem in the
archives, but none of the solutions there solved my =
problem.



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>I am running:



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>Red Hat 7.3



style=3D'font-size:10.0pt;
font-family:Arial'>Apache 2.0.44



style=3D'font-size:10.0pt;
font-family:Arial'>OpenSSL 0.9.7



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>1) I have a pretty vanilla httpd.conf  running =
only one
site and I am trying to set up a secure virtual site in =
/apache2/htdocs/secureSite/
..



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>2) I created my key and self-signed cert in =
/apache2/conf/ .



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>3) I configured apache2/conf/ssl.conf to point to the
correct key and cert and with the correct path to the directory that I =
want to
serve documents from



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>I stop httpd and run apachectl startssl with no =
complaints,
but only httpd starts, not httpsd, and nothing gets logged.  I have =
no
idea how to track down what has gone wrong.  Can anyone offer any
suggestions where to look?



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>Sorry if this is not enough information – if =
you tell
me what else you need, I am happy to provide it to =
you.



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>Thanks,



style=3D'font-size:10.0pt;
font-family:Arial'> 



style=3D'font-size:10.0pt;
font-family:Arial'>Mike









------=_NextPart_000_005E_01C2E955.9B5D7340--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: httpsd doesn"t start

am 18.03.2003 17:54:19 von EMitchell

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C2ED6F.0474C730
Content-Type: text/plain;
charset="iso-8859-1"

I was in your exact boat yesterday, (except I use RH 8), and my problem
turned out to
be that the default, out-of-the-box ssl.conf file has ssl logging to
logs/whateverLogFile,
and I don't have a logs subdirectory where I keep my ssl.conf.

I commented out all the logging lines (and hopefully everything will work
when I replace
them with the real paths to the real logs) and it started up right away with

/usr/sbin/httpd -k start -DSSL.

I wish it would have complained about this everytime I tried to start it up
rather than
just returning a prompt as if everything was fine...

HTH

E

-----Original Message-----
From: Mike Burkhouse [mailto:mburkhouse@learningvoyage.com]
Sent: Thursday, March 13, 2003 11:42 AM
To: modssl-users@modssl.org
Subject: httpsd doesn't start



Hi All,



I saw a couple of references to this problem in the archives, but none of
the solutions there solved my problem.



I am running:



Red Hat 7.3

Apache 2.0.44

OpenSSL 0.9.7



1) I have a pretty vanilla httpd.conf running only one site and I am trying
to set up a secure virtual site in /apache2/htdocs/secureSite/ .



2) I created my key and self-signed cert in /apache2/conf/ .



3) I configured apache2/conf/ssl.conf to point to the correct key and cert
and with the correct path to the directory that I want to serve documents
from



I stop httpd and run apachectl startssl with no complaints, but only httpd
starts, not httpsd, and nothing gets logged. I have no idea how to track
down what has gone wrong. Can anyone offer any suggestions where to look?



Sorry if this is not enough information - if you tell me what else you need,
I am happy to provide it to you.



Thanks,



Mike


------_=_NextPart_001_01C2ED6F.0474C730
Content-Type: text/html;
charset="iso-8859-1"










I was in your
exact boat yesterday, (except I use RH 8), and my problem turned out to

be that the
default, out-of-the-box ssl.conf file has ssl logging to logs/whateverLogFile,

and I don't
have a logs subdirectory where I keep my ssl.conf. 

color=#0000ff> 

I commented
out all the logging lines (and hopefully everything will work when I replace

them with the
real paths to the real logs) and it started up right away with

color=#0000ff>/usr/sbin/httpd -k start -DSSL.

color=#0000ff> 

I wish it
would have complained about this everytime I tried to start it up rather than

just
returning a prompt as if everything was fine...

color=#0000ff> 

color=#0000ff>HTH

E

style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
size=2>-----Original Message-----
From: Mike Burkhouse
[mailto:mburkhouse@learningvoyage.com]
Sent: Thursday, March 13,
2003 11:42 AM
To: modssl-users@modssl.org
Subject: httpsd
doesn't start



style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hi All,


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I saw a couple of references to
this problem in the archives, but none of the solutions there solved my
problem.


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I am running:


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Red Hat 7.3


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Apache 2.0.44


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">OpenSSL 0.9.7


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">1) I have a pretty vanilla
httpd.conf  running only one site and I am trying to set up a secure
virtual site in /apache2/htdocs/secureSite/ .


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">2) I created my key and
self-signed cert in /apache2/conf/ .


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">3) I configured
apache2/conf/ssl.conf to point to the correct key and cert and with the
correct path to the directory that I want to serve documents
from


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I stop httpd and run apachectl
startssl with no complaints, but only httpd starts, not httpsd, and nothing
gets logged.  I have no idea how to track down what has gone wrong. 
Can anyone offer any suggestions where to look?


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Sorry if this is not enough
information - if you tell me what else you need, I am happy to provide it to
you.


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks,


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 


style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Mike



------_=_NextPart_001_01C2ED6F.0474C730--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: httpsd doesn"t start

am 18.03.2003 18:18:29 von Cliff Woolley

On Thu, 13 Mar 2003, Mike Burkhouse wrote:

> I stop httpd and run apachectl startssl with no complaints, but only
> httpd starts, not httpsd, and nothing gets logged. I have no idea how
> to track down what has gone wrong. Can anyone offer any suggestions
> where to look?

There's no such thing as httpsd under Apache 2.0.x. That's an
Apache-SSL-ism, and Apache2 uses mod_ssl. HTTP and HTTPS are served by
the same daemon process(es).

--Cliff
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org