Re: Single IP and need two virtual SSL servers

2001-11-03 Thread Are Hoel
It's also possible to use more then one PORT! This is the easiest solution imo. At 04:09 03.11.2001 +, you wrote: I have a single IP. I need to implement two SSL servers. The FAQ seems to state that using one IP for more than one SSL-enabled server is not possible. By implication, it would

Re: Single IP and need two virtual SSL servers

2001-11-03 Thread G.Roderick Singleton
Thanks to you, Are, and also to JJ. I hadn't thought of a second port. Hmm. Original Message On 03/11/2001, 4:34:30 AM, Are Hoel [EMAIL PROTECTED] wrote regarding Re: Single IP and need two virtual SSL servers: It's also possible to use more then one PORT! This is the easiest solution

Re: Single IP and need two virtual SSL servers

2001-11-03 Thread lucian
Hi guys! I am Apache webserver user too. I don't know how long... IIS5 is much better now than in the past. I had have this problem in the past using Apache. As far as I know, seems that apache use distinct IPs for every virtual SSL host configured. So I see no solution for you unless if you

Re: Single IP and need two virtual SSL servers

2001-11-03 Thread Dave Paris
http:// is *NOT* the same thing has https:// .. therefore, http://host:443 is a standard HTTP request to port 443, it is *NOT* a HTTPS request. URL 101 is in session! protocol://user:pass@host:port/uri and since http is not the same thing as https, the server is simply giving you back precisely

Error on connect to the Web Server

2001-11-03 Thread Antonio Roberto Borges
I am running apache 1.3.22 with mod_ssl 2.8.5 and I get the error message blow. Does somebody know what a hell is this??? I didn't achieve to connect to my Web server. [Sat Nov 3 13:57:26 2001] [notice] child pid 10794 exit signal Bus error (7) -- Antonio Roberto Borges Linux user #191240

Re: Error on connect to the Web Server

2001-11-03 Thread Cliff Woolley
On Sat, 3 Nov 2001, Antonio Roberto Borges wrote: I am running apache 1.3.22 with mod_ssl 2.8.5 and I get the error message blow. Does somebody know what a hell is this??? I didn't achieve to connect to my Web server. [Sat Nov 3 13:57:26 2001] [notice] child pid 10794 exit signal Bus

Re: Error on connect to the Web Server

2001-11-03 Thread Antonio Roberto Borges
Title: I just build everything from scratch, Cliff Woolley wrote: [EMAIL PROTECTED]"> On Sat, 3 Nov 2001, Antonio Roberto Borges wrote: I am running apache 1.3.22 with mod_ssl 2.8.5 and I get the errormessage blow.Does somebody know what a hell is this???I didn't achieve to connect

Re: Error on connect to the Web Server

2001-11-03 Thread Cliff Woolley
On Sat, 3 Nov 2001, Antonio Roberto Borges wrote: I just build everything from scratch, Well, can you build it with debugging symbols and run it under gdb so you can give us a backtrace? --Cliff -- Cliff Woolley [EMAIL

Re: Single IP and need two virtual SSL servers

2001-11-03 Thread Glen Mehn
Hint: https://www.inetsoft.ro:443/ 2. https://www.inetsoft.ro who worked! 3. I changed 443 port in 444 for one of my websites http://xxx.aaa.ro. https://xxx.aaa.ro/ was redirected by apache to default SSL virtual host. Conclusion: I don't know! :) try https://xxx.aaa.ro/:444