Re: SSL configuration with Apache

2000-07-12 Thread Diana Moreland

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 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,
> NKN
>
> >
> >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 directives
> >-l : list modules
> >
>
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: SSL configuration with Apache

2000-07-12 Thread Naresh Narang

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,
NKN


>
>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 directives
>-l : list modules
>


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: SSL configuration with Apache

2000-07-12 Thread Rick Bushnell

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 Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: SSL configuration with Apache

2000-07-11 Thread Diana Moreland

You know what?  I found out that an older version of httpd was in my /sbin/user
directory so that was the one that did not have modssl.c in it.  It was the also
the one throwing the error at me.  So, yes, I do see modssl.c in my list.

Thanks for your help!

David Rees wrote:

> 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 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 file] [-v] [-h] [-l]
> > -d directory : specify an alternate initial ServerRoot
> > -f file : specify an alternate ServerConfigFile
> > -v : show version number
> > -h : list directives
> > -l : list modules
> >
> > I tried it again without the minus (httpd DSSL -l) and just got the module
> > list I got before.  SSL didn't show up.
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: SSL configuration with Apache

2000-07-11 Thread Diana Moreland

1.3.12

David Rees wrote:

> 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 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 file] [-v] [-h] [-l]
> > -d directory : specify an alternate initial ServerRoot
> > -f file : specify an alternate ServerConfigFile
> > -v : show version number
> > -h : list directives
> > -l : list modules
> >
> > I tried it again without the minus (httpd DSSL -l) and just got the module
> > list I got before.  SSL didn't show up.
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: SSL configuration with Apache

2000-07-11 Thread David Rees

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 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 file] [-v] [-h] [-l]
> -d directory : specify an alternate initial ServerRoot
> -f file : specify an alternate ServerConfigFile
> -v : show version number
> -h : list directives
> -l : list modules
>
> I tried it again without the minus (httpd DSSL -l) and just got the module
> list I got before.  SSL didn't show up.

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: SSL configuration with Apache

2000-07-11 Thread Diana Moreland

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 directives
-l : list modules

I tried it again without the minus (httpd DSSL -l) and just got the module
list I got before.  SSL didn't show up.

David Rees wrote:

> 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
> > To: [EMAIL PROTECTED]
> > Subject: SSL configuration with Apache
> >
> >
> > Hi everybody,
> >
> > I followed all the instructions for installing modssl but I'm not
> > confident that everything is where it's supposed to be.  When I issue
> > the apachectl startssl command, the daemon starts but I'm not sure that
> > SSL is actually enabled.
> >
> > When I do a httpd -l, I get this:
> > Compiled-in modules:
> >   http_core.c
> >   mod_env.c
> >   mod_log_config.c
> >   mod_mime.c
> >   mod_negotiation.c
> >   mod_include.c
> >   mod_dir.c
> >   mod_cgi.c
> >   mod_asis.c
> >   mod_imap.c
> >   mod_actions.c
> >   mod_userdir.c
> >   mod_alias.c
> >   mod_access.c
> >   mod_auth.c
> >   mod_browser.c
> >
> > I don't see modssl.c in the list.  Listed below are the changes I made
> > to the httpd.conf file to accomodate SSL:
> >
> > SSLRANDOMSEED startup egd:/etc/entropy
> > SSLRANDOMSEED connect builtin
> >
> > SSLProtocol -all +SSLv2
> > SSLCipherSuite SSLv2:+HIGH:+MEDIUM:+LOW:+EXP
> >
> > Also:
> > Port 80
> > Listen 80
> > Listen 443
> >
> > Is there something else I need to do to the conf file?
> >
> > Thanks in advance,
> > Diana
> >
> > __
> > Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> > User Support Mailing List  [EMAIL PROTECTED]
> > Automated List Manager[EMAIL PROTECTED]
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: SSL configuration with Apache

2000-07-11 Thread David Rees

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
> To: [EMAIL PROTECTED]
> Subject: SSL configuration with Apache
>
>
> Hi everybody,
>
> I followed all the instructions for installing modssl but I'm not
> confident that everything is where it's supposed to be.  When I issue
> the apachectl startssl command, the daemon starts but I'm not sure that
> SSL is actually enabled.
>
> When I do a httpd -l, I get this:
> Compiled-in modules:
>   http_core.c
>   mod_env.c
>   mod_log_config.c
>   mod_mime.c
>   mod_negotiation.c
>   mod_include.c
>   mod_dir.c
>   mod_cgi.c
>   mod_asis.c
>   mod_imap.c
>   mod_actions.c
>   mod_userdir.c
>   mod_alias.c
>   mod_access.c
>   mod_auth.c
>   mod_browser.c
>
> I don't see modssl.c in the list.  Listed below are the changes I made
> to the httpd.conf file to accomodate SSL:
>
> SSLRANDOMSEED startup egd:/etc/entropy
> SSLRANDOMSEED connect builtin
>
> SSLProtocol -all +SSLv2
> SSLCipherSuite SSLv2:+HIGH:+MEDIUM:+LOW:+EXP
>
> Also:
> Port 80
> Listen 80
> Listen 443
>
> Is there something else I need to do to the conf file?
>
> Thanks in advance,
> Diana
>
> __
> Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
> User Support Mailing List  [EMAIL PROTECTED]
> Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]