Re: [EMAIL PROTECTED] SSL issues.

2006-07-07 Thread Anyi Zhu
mmm...ya, I have never ever thought about the point about router! I have like 2 routers connected before the line goes to my laptop! So may I know for the forwarding, is it necessary to forward from port 443 to port 443 or I can forward to any other port? By the way, what is port 443 for? Thanks a

Re: [EMAIL PROTECTED] SSL issues.

2006-07-07 Thread Evan Platt
At 09:47 AM 7/7/2006, you wrote: Hi, Thanks so much for your reply. Couple of qestions: Do I have to turn off all the firewalls? I have Macfee Antivirus installed on my laptop, but I am not sure whether it has the firewall fuction or not because there is another product from Macfee called Macfee

Re: [EMAIL PROTECTED] SSL issues.

2006-07-07 Thread Anyi Zhu
Hi, Thanks so much for your reply. Couple of qestions: Do I have to turn off all the firewalls? I have Macfee Antivirus installed on my laptop, but I am not sure whether it has the firewall fuction or not because there is another product from Macfee called Macfee Personal Firewall. Also, by turnin

Re: [EMAIL PROTECTED] SSL issues.

2006-07-07 Thread Evan Platt
At 08:00 AM 7/7/2006, you wrote: Second question, is there any possible way I could reconfigure my httpd.conf file such that the incoming port for my HTTP server is to port, say, 1234 instead of port 80? I tried to change the listening port to LISTEN 1234 instead of port 80. But the test configur

Re: [EMAIL PROTECTED] SSL issues.

2006-07-07 Thread Anyi Zhu
Hello, I have some questions here about SSL as well. I am running on WinXP and Apache HTTP and I installed Apache using the .msi file (i.e., the windows installer). However, the SSL module was not installed because the .msi file does not contain it. Is there any way I could add the SSL module late

RE: [EMAIL PROTECTED] SSL issues.

2006-07-07 Thread Evan Platt
At 10:58 PM 7/6/2006, you wrote: Your httpd error log clearly indicates that you are trying to send a request over SSL to a server which is not SSL enabled. Make sure that you have loaded mod_ssl. If you are using an Apache source or binary distribution retrieved from apache.org, make sure Apac

RE: [EMAIL PROTECTED] SSL issues.

2006-07-06 Thread Boyle Owen
> -Original Message- > From: Evan Platt [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 7:35 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] SSL issues. > > Running Apache 2.2.0 on a os/x box... First off, I notice 2.2.2 is > available.

RE: [EMAIL PROTECTED] SSL issues.

2006-07-06 Thread Axel-Stéphane SMORGRAV
l" as argument to apachectl. Finally make sure you have a line saying "SSLEngine on" somewhere in your configuration. -ascs -Original Message- From: Evan Platt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 7:35 PM To: users@httpd.apache.org Subject: [EMAIL P

[EMAIL PROTECTED] SSL issues.

2006-07-06 Thread Evan Platt
Running Apache 2.2.0 on a os/x box... First off, I notice 2.2.2 is available. Will this be a seamless upgrade - ie will I need to make any changes to my httpd.conf? Second, ssl stopped working. Only thing I can think of I've done since it last worked was I enabled Include conf/extra/httpd-autoind