LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache1 & Apache2 - How do I get them both working on the same box? (https://www.linuxquestions.org/questions/linux-software-2/apache1-and-apache2-how-do-i-get-them-both-working-on-the-same-box-234331/)

neocookie 09-23-2004 11:26 AM

Apache1 & Apache2 - How do I get them both working on the same box?
 
Can anyone point me in the right direction to a tutorial or howto on how to get Apache1 and Apache2 running together on a (slackware) linux box?

I've just installed Slack 10.0 on an old box, configured it for the network, and now need to get Apache1/PHP4.2.3/MySQL4 running on port 80 and apache2/subversion on another port. But i'm not having much luck.

Any help would be wonderful!

btmiller 09-23-2004 11:34 AM

This shouldn't be too hard, actually. Install Apache and Apache2 in different directories and modify the config options to your liking. In particular, modify the Listen directive in your Apache2 httpd.conf to be some port other than 80. Set the web roots to whatever you need, and start the servers. Hope this helps some.

neocookie 09-24-2004 02:23 AM

Yea, thought it would be. Didn't work though. I'm getting the "Hey, it worked! The SSL/TLS-aware Apache webserver was successfully installed on this website." message from apache on localhost, but apache2 isn't starting up, and I can't get anywhere when accessing the box from another IP. :(

bathory 09-24-2004 02:58 AM

Take a look at apache2 error.log to find out why it hasn't started.


All times are GMT -5. The time now is 05:41 PM.