Re: [EMAIL PROTECTED] https configuration issue on solaris box

2005-10-04 Thread Aravind J
Hi , when i tried with apachectl startssl , i got a message like this usage: ./apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help) looks like i need a fresh apache installation, do i need to ? --- Paul Annesley <[EMAIL PROTECTED]> wrote: > On 10/4/05, Aravind J <[EMAIL

Re: [EMAIL PROTECTED] https configuration issue on solaris box

2005-10-04 Thread Paul Annesley
On 10/4/05, Aravind J <[EMAIL PROTECTED]> wrote: > > Apache was already installed on that machine. when i > start apachectl start , only http is running, > ps -ef|grep https shows nothing. > Generally you need to run 'apachectl startssl' to start http and https. Sounds like you may have config is

RE: [EMAIL PROTECTED] https configuration issue on solaris box

2005-10-04 Thread Aravind J
Hi , did you enable SSL when you compiled apache? - Ans: Don't know, I was not the person who did the installation. About configuration of /etc/httpd.conf -- 1> I have manually added following lines in httpd.conf LoadModule ssl_module libexec/mod_ssl.so

RE: [EMAIL PROTECTED] https configuration issue on solaris box

2005-10-04 Thread Boyle Owen
> -Original Message- > From: Aravind J [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 4. Oktober 2005 10:46 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] https configuration issue on solaris box > > > Hi , > > I am facing a problem with https configuaration for > apache , > whe