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

Re: How do I start Apache with SSL? (was: Simple Question)

2002-01-01 Thread K Old
Ben, Documentation for Apache is at http://httpd.apache.org/docs/ Documentation for ApacheSSL is at http://www.apache-ssl.org Basically all you do is in your httpsd.conf file, change all the ssl key, crt and csr information via the tags, then just restart the httpsd demon and enter in your pas

How do I start Apache with SSL? (was: Simple Question)

2002-01-01 Thread Anthony E. Greene
No answer, just changed Subject line. - Original Message - From: "Ben Ocean" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 4:38 AM Subject: Simple Question > Hi; > Forgive this simple question, but the Linux Documentation Project website > is down and I don

RE: Apache with SSL

1998-06-08 Thread Paul Pettit
> From: Wanderlei Antonio Cavassin [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 07, 1998 4:02 PM > To: [EMAIL PROTECTED] > Subject: Re: Apache with SSL > > > > Just get the SSLeay's rpm, wich provides these libs. > > > ftp://ftp.replay.com/pub/replay/pu

Re: Apache with SSL

1998-06-07 Thread RTS
'm trying to install Apache with SSL. I downloaded the file: > > apache-ssl-1.2.6-2.i386.rpm > >from: > > www.replay.com > >My system is currently running a stock Red Hat 5.1 distribution, with the >security patches applied. > >When I type: > >

Re: Apache with SSL

1998-06-07 Thread Wanderlei Antonio Cavassin
.rpm and it states that > I have failed dependencies of : > > libssl.so.0 > libcrypt.so.1 > libcrypto.so.0 > etc... > > Where can I get this rpm or is it a tar that I need to make and install?? > > Randy > > At 12:05 PM 6/6/98 -0400, you wrote: > >Hello

Apache with SSL

1998-06-07 Thread Michael J. McGillick
Hello: I'm trying to install Apache with SSL. I downloaded the file: apache-ssl-1.2.6-2.i386.rpm from: www.replay.com My system is currently running a stock Red Hat 5.1 distribution, with the security patches applied. When I type: rpm -Uvh apache-ssl-1.2.6-2.i386.rpm Her