hi... i need some help with a problem on fedora core 2. i have 2 machines running the same version of apache with ssl configured identically - checked the configuration a few times - one is freebsd the other is fedora core 2. if i start the apache with ssl on fedora core i get: "[crit] (98)Address already in use: make_sock: could not bind to address" in the log.. if i start the server without the ssl it starts up fine?! the same configuration on the freebsd with the same apache version starts with no problem with ssl. there is nothing running on port 80 at the time i start apache on the fedora machine. relevant conf information which is identical on both machines: Listen x.x.x.x:80 NameVirtualHost x.x.x.x:80 this is virtual host for SSL: <VirtualHost x.x.x.x:443> and for any other virtual host: <VirtualHost x.x.x.x:80> i tried different virtual host names - same over and over again. is this a fedora problem? thanks... --