You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Peters, Michael D." <Mi...@acbl.net> on 2003/06/10 22:30:56 UTC

[users@httpd] SSL autostart?

Does anyone know how to automatically start SSL? My script works fine with
just HTTP but I have to manually start SSL.

This is surely a simple one but it has eluded me.

Best regards,

Michael

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] SSL autostart?

Posted by Rich Bowen <rb...@rcbowen.com>.
On Tue, 10 Jun 2003, Peters, Michael D. wrote:

> Does anyone know how to automatically start SSL? My script works fine with
> just HTTP but I have to manually start SSL.

in your configuration file, you'll see "IfDefine" blocks. Stuff in there
is run only if a particular variable is defined. eg SSL. So if you
remove those lines (ie, delete the lines that say <IfDefine SSL> and the
corresponding </IfDefine>) the stuff in there will be run all the time.
-- 
Pilgrim, how you journey on the road you chose
To find out where the winds die and where the stories go
 --Pilgrim (Enya - A Day Without Rain)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] SSL autostart?

Posted by Andy Cutright <ac...@borland.com>.
you can just take the out <IfDefine>SSL ... then mod_ssl should load 
along with everything else. assuming you have the rest of your 
configuration setup properly, that'll work..

Peters, Michael D. wrote:

>Does anyone know how to automatically start SSL? My script works fine with
>just HTTP but I have to manually start SSL.
>
>This is surely a simple one but it has eluded me.
>
>Best regards,
>
>Michael
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>  
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] SSL autostart?

Posted by Tim Wort <ti...@pobox.com>.

typically you have a startup script with apachectl.

apachectl startssl

will start with ssl but will prompt you for  the passphrase to decrypt the
private key. Need to have the key un-encrypted for a non-interactive
startup.


On Tue, 10 Jun 2003, SanZ wrote:

> just make a file that contains the "start" apache SSL and make it executable...
>
> simple eh?
>
>
>  --- "Peters, Michael D." <Mi...@acbl.net> ha scritto: > Does anyone know how to
> automatically start SSL? My script works fine with
> > just HTTP but I have to manually start SSL.
> >
> > This is surely a simple one but it has eluded me.
> >
> > Best regards,
> >
> > Michael
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>
> ______________________________________________________________________
> Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
> http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=        Inkling Research Inc.      =
=    Tim.Wort@InklingResearch.com   =
=        Tim.Wort@pobox.com         =
=                                   =
=       Sun Certified Security      =
=           Administrator           =
=                                   =
=        Eschew Obfuscation         =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] SSL autostart?

Posted by SanZ <sa...@yahoo.it>.
just make a file that contains the "start" apache SSL and make it executable...

simple eh?


 --- "Peters, Michael D." <Mi...@acbl.net> ha scritto: > Does anyone know how to
automatically start SSL? My script works fine with
> just HTTP but I have to manually start SSL.
> 
> This is surely a simple one but it has eluded me.
> 
> Best regards,
> 
> Michael
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>  

______________________________________________________________________
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org