LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Virtual Host Overlap (https://www.linuxquestions.org/questions/linux-newbie-8/virtual-host-overlap-348058/)

wittygal1 07-29-2005 11:12 AM

Virtual Host Overlap
 
Hi folks,

Building a mirror development server for my school's financial website. And...I am using Fedora Core /Apache.

At any rate, when I start the web server I get a warning:

Virtual Host Overlap on port "443" previous instance already running, or words to that effect.

I checked the httpd.conf file and the port is only mentioned once in the file. So, how would another one be running? The only other port I am listening to is port 80, and the 443 is for the secured server.

Any help as to figuring out what is going on would be appreciated. Is there some command I can run to find out which shows where --what is already out there listening --is running or more information that might point me in the right direction?

Thanks.

rarsa 08-02-2005 09:31 PM

Try
Code:

netstat -a


All times are GMT -5. The time now is 04:10 PM.