Steve, The way mine works is that I have a virtual host for my intranet Plone site with hostname web1, and another virtual host with hostname web2. Under the first virtual host I put my fancy rewrite rule for Plone. Under the second virtual host I put aliases and directories for the stuff I want to serve from the local apache machine, like statistics or whatever. Both virtual hosts listen on port 80, but apache sends requests different ways depending on the hostname in the http request. Of course this requires some DNS aliases or whatever.
HTH, Larry Pitcher > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Steven Williams > Sent: Tuesday, December 06, 2005 1:17 PM > To: [email protected] > Subject: [Setup] Plone/Apache Virtual Host Setup help needed > > I am fairly new to Apache, as my firm is primarily Windows > shop. I am trying to get open source adopted here for some > applications and I started with Plone/Zope for my content mgt > system for our IT intranet and I installed ZenTrack (PHP app) > for bug/issue management. > > I want to make server to handle both apps and have had a hard > time understanding the whole virtual hosts thing. (and Plones > Virtual Host > Monster) I understand simple cases I think, am struggling > with how to configure Apache or Plone to support what I want to do. > > I am using very recent downloads: Apache 2.0.55, Plone 2.1.1, > and PHP 5.1.1, ZenTrack 2.6 > > Lets assume my server name is ITWeb at IP address xxx.xxx.xx.xx. > > Plone has an embedded web server called ZServer and I have > configured a port base of 1000 so that is serving content on > port 1080 and Zope mgt interface is on port 9080. > > Apache is currently configured on my laptop to run on port 80 > to serve the Zentrack site for testing purposes. Now I want > to move the site to production on a new server. > > I just want the Plone site to be the default site (accessible > on my internal network as http://itweb) and the Zentrack site > to be accesible either as http://itweb/itwebtrack or > http://itwebtrack - both would be preferable) I am hoping to > avoid the use of any port numbers > > Can someone help with a recommended Virtual host > configuration, please? > > Steve > > > -------------------------------------------------- > This transmission contains information intended to be > confidential and solely for the use of Value Line, Inc., and > those persons or entities to whom it is directed. It is not > to be reproduced, retransmitted, or in any other manner > distributed. If you receive this message in error, please > immediately delete it and all copies of it from your system, > destroy any hard copies of it and notify the sender. > > > _______________________________________________ > Setup mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/setup > _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
