Re: [EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Scott Courtney
On Fri, 2008-06-20 at 10:54 -0300, Tan, Liao wrote: Permission denied: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Are you starting Apache as root? Usually the daemon is started as root, then does an internal su as it spawns its listeners. This

RE: [EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Tan, Liao
Hi, Scott and all, Thanks for the hint, I asked the SA to restart it as root, he got no error messages, and I tried the https in the browser, and still shows the Page not found. I ran the command netstat for 443: lan: unknown protocol or uninstrumented protocol Strangely, this command with

RE: [EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Scott Courtney
On Fri, 2008-06-20 at 14:07 -0300, Tan, Liao wrote: Hi, Scott and all, Thanks for the hint, I asked the SA to restart it as root, he got no error messages, and I tried the https in the browser, and still shows the Page not found. I ran the command netstat for 443: lan: unknown

RE: [EMAIL PROTECTED] Not finding the port to HTTPS

2008-06-20 Thread Tan, Liao
No problems with the netstat command, I tried with netstat -a | grep 443 and it brought me: tcp0 0 *.443 *.* LISTEN and several other lines. Strangely, I did the same with the original port, 4545 (which was already working as http) and didnt