Author | Topic: Apache2+Linux & Apache1.3+Wine | |
---|---|---|
Adelaide Lopes | Apache2+Linux & Apache1.3+Wine on Thu, 01 Jun 2006 18:24:40 +0100 | |
Frans Vermeulen | Re: Apache2+Linux & Apache1.3+Wine on Thu, 01 Jun 2006 21:53:50 +0200 Adelaide, I have a little doubt whether or not you can run Apache twice on the same machine, but if what you try would work, you have to change the port of one of the 2 Apaches. For instance you could try and set one of the 2 on port 82. You would have to call that apache with: http://localhost:82 or http://localhost:82/index.html You have to search your httpd.conf for the line: port 80 and change it to port 82 HTH, Frans Vermeulen PS. it would be easier to use a single Apache using virtualhosts or just take a different starthtml-page. index.html and fi. myindex.html | |
Phil Ide | Re: Apache2+Linux & Apache1.3+Wine on Thu, 01 Jun 2006 22:05:56 +0100 Adelaide, > You have to search your httpd.conf for the line: > port 80 Listen 80 If you have two copies of Apache running, they cannot listen on the same ports (unless you have configured them to listen on different interfaces) Why run Apache under Wine when you can run it in native Linux? This seems absurd, especially when you have a Linux copy running. Why run v1.3? This is so outdated it is unbelievable, and definitely NOT optimised for Windows - therefore is likely to run like a one-legged dog under Wine. As Frans suggested, using the Virtual Hosting option would be a huge benefit. I have over 20 webs running on one server without problems. In fact, I don;t see why anyonme would want to setup a non-vhost environment. Even if you only run one web, doing it on a vhost allows you to add another web later in moments. Regards, Phil Ide *************************************** * Xbase++ FAQ, Libraries and Sources: * * goto: http://www.idep.org.uk/xbase * *************************************** If I am recruiting to find someone to run my computer systems, and my choice is between the brilliant programmer who's head of the world's largest international technology conglomerate and an obnoxious 15-year-old dork who's trying to impress his dream girl, I'll take the brat and let the hero get stuck with the genius. [Things I'd do as an Evil Overlord] |