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 allows the master daemon to attach to low-numbered ports, which are privileged on most systems. > > But when I try with port 7575, for ex., it lets me start the apache, > but the https doesnt work as well. Port 7575 is in the unprivileged high numbers that are available to any user. You can also use "netstat -plan | grep :443" to see if some other daemon is listening already on port 443, but I think the most likely cause is that you didn't start the daemon from root. The "permission denied" message probably means exactly what it says. :-) Kind regards, Scott -- Scott Courtney <scourtney@xxxxxxxxxxxxxx> Sine Nomine Associates --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx