On Mon, Mar 08, 1999, Gilles L. Chong Hok Yuen wrote:

> first of all thanks for the tip Ralf on the setenv for the installation
> process. Ok, im on step 6. I made the certificate ("make certificate"),
> where u have to type in country name, organisation name, etc. The
> ssl.crt, ssl.csr, ssl.key dirs are created in the apache_1.3.4/conf dir.
> The server.key, server.crt, server.csr files are created.
> 
> Ive tested the http access (http://www.abc.com) from my browser. That as
> well works. But when i try to start ssl with
> "/apache_1.3.4/bin/apachectl startssl". The 'startssl' option cannot be
> recognised. Looks like only (start|stop|restart|fullstatus|st) are
> allowed. I.e i cannot the ssl daemon to kick in, i.e no
> https://www.abc.com!!!!
> 
> Anything tt ive missed?!

Hmmmm.... when the apachectl isdn't patched correctly you should have seen an
error under configure time. Because the whole configuration, building and
installation went fine for you, I guess you've messed up something.  Are you
sure the /apache_1.3.4/bin/httpd actually is the patches one? Run
"/apache_1.3.4/bin/httpd -l", there should be a mod_ssl.c unless you used the
DSO facility. And the /apache_1.3.4/bin/apachectl script should really contain
an startssl entry. But ok, the startssl is not important. It's nothing more
than a wrapper around "/apache_1.3.4/bin/httpd -DSSL", so try to start it this
way. 

Nevertheless can you find out for me why /apache_1.3.4/bin/apachectl hasn't
the startssl patched in?
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to