LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   My Apache server is stopped (https://www.linuxquestions.org/questions/linux-server-73/my-apache-server-is-stopped-669998/)

tolkali 09-15-2008 04:48 AM

My Apache server is stopped
 
I Install CentOS5.2 and configure it as Apache webserver. It was running well. but today I install Tomcat5 after I have restart the tomcat5 service my Apache server stop to responds. How I can make working both.

TB0ne 09-15-2008 08:21 AM

Quote:

Originally Posted by tolkali (Post 3280767)
I Install CentOS5.2 and configure it as Apache webserver. It was running well. but today I install Tomcat5 after I have restart the tomcat5 service my Apache server stop to responds. How I can make working both.

You don't say anything about what you're trying to do, so it's hard to say. My guess would be that tomcat is running on port 80, and apache is also. Configure one of them to use a different port.

bob_man_uk 09-15-2008 10:42 AM

I agree, stop tomcat and try starting apache, if it starts then port 80 is definitely the problem, either configure apache or tomcat to use a different port 81 or something... apache should give you an error on screen when you try to start it, if it doesnt you could always check your logs usually in /var/logs


All times are GMT -5. The time now is 03:52 PM.