Thanks for the tip! I did the netstat command and found that port 443 is
indeed listening. I appreciate the help.
Diana
Naresh Narang wrote:
> Please do
>
> httpd -l
>
> and it will show
>
> httpd -DSSL
> httpd -DSSL
>
> depending upon how many servers are started. The -DSSL shows up only if
Please do
httpd -l
and it will show
httpd -DSSL
httpd -DSSL
depending upon how many servers are started. The -DSSL shows up only if SSL
is enabled.
Also, another way to check whether SSL is enabled is to do:
#netstat -na|grep 443
and it should show something like:
0.0.0.0:443
regards,
NK
Hi Diana
it does not look as if you have installed mod_ssl.
httpd -l
does not showmod_ssl as it should as a compiled in module.
regards
Rick
Rick Bushnell
All the way from San Jose
Doing E-Commerce in the USA
__
Apache Inter
hat version of Apache are you using? (httpd -v)
>
> -Dave
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Moreland
> > Sent: Tuesday, July 11, 2000 10:45 AM
> > To: [EMAIL PROTECTED]
>
gt; > To: [EMAIL PROTECTED]
> > Subject: Re: SSL configuration with Apache
> >
> >
> > Thanks for the suggestion. However, when I did it, I got this:
> >
> > httpd -DSSL -l
> > httpd: illegal option -- D
> > Usage: httpd [-d directory] [-f f
Strange, what version of Apache are you using? (httpd -v)
-Dave
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Moreland
> Sent: Tuesday, July 11, 2000 10:45 AM
> To: [EMAIL PROTECTED]
> Subject: Re: SSL configu
Thanks for the suggestion. However, when I did it, I got this:
httpd -DSSL -l
httpd: illegal option -- D
Usage: httpd [-d directory] [-f file] [-v] [-h] [-l]
-d directory : specify an alternate initial ServerRoot
-f file : specify an alternate ServerConfigFile
-v : show version number
-h : list
Remember that when you do a "apachectl startssl", it adds the
argument -DSSL. So if you do a "httpd -DSSL -l", you should see ssl in
there.
-Dave
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Diana Moreland
> Sent: Tuesday, July 11, 2000 8:07 AM