RE: Autostart apache with ssl

2003-06-11 Thread Michael Mansour
Goto /etc/httpd/conf.d/ssl.conf In there specify the 443 port to Listen to. Stop and start httpd, you'll now be listening on that port. Michael. --- Jody Cleveland <[EMAIL PROTECTED]> wrote: > Sorry, just dug this up from the archives. > > > You need to modify an SSL directive, refer to the >

RE: Autostart apache with ssl

2003-06-11 Thread Jody Cleveland
Sorry, just dug this up from the archives. > You need to modify an SSL directive, refer to the mod_ssl > documentation for more information on it (security of course).. I looked and didn't find what I was looking for. Which file do I modify? -- Jody Cleveland ([EMAIL PROTECTED]) -- redhat-

Re: Autostart apache with ssl

2003-02-04 Thread Mario M. Macaluso
On Mon, Feb 03, 2003 at 02:50:29PM -0600, John Nichel wrote: > I'm Running apache on RH 7.3, and I need it to start on boot. Problem > is, I also need it to start ssl. My normal command for this is... > > /path/to/apache/apachectl startssl > > I know how to set things up to run on boot, but th

Autostart apache with ssl

2003-02-03 Thread John Nichel
I'm Running apache on RH 7.3, and I need it to start on boot. Problem is, I also need it to start ssl. My normal command for this is... /path/to/apache/apachectl startssl I know how to set things up to run on boot, but the problem with this is, I have to enter the password for SSL operation o