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] adding SSL - is a distinct virtual host mandatory?

2005-10-04 Thread Paul Annesley
> > Yes, I can see the need for a separate port, but it's not clear why VH's > are/must be used to separate off the HTTPS activity on port 443. > > As I mentioned on my last reply, I'm hoping that http://myserver and > https://myserver both work; the first on :80 and the 2nd on :443. Am I > expecti

Re: [EMAIL PROTECTED] adding SSL - is a distinct virtual host mandatory?

2005-10-03 Thread Paul Annesley
I believe the error you are getting is often caused by trying to serve plain HTTP on port 443, instead of HTTPS which the browser is expecting.. Regards, Paul On 10/4/05, Andrew Clarke <[EMAIL PROTECTED]> wrote: > > > On a closely related topic, I eventually reached the point of creating a > self

[EMAIL PROTECTED] piped log process starting twice

2005-10-02 Thread Paul Annesley
Hi, I've been experimenting with piped logging in apache 2.0.54 (Linux 2.4.30 i386), and found that when starting apache, the piped log target program is being started, terminated, and then started again. To demonstrate this, I have a small perl file which simply prints an info line containing th