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
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
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
> -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