Larry,

Thanks, but that's not it. I tried it -- what I get back is the basic structure of the template, but the contents and icons are all 404 not found.


--Paul

Paul Suh http://www.ps-enable.com/ [EMAIL PROTECTED] enable.com (301) 643-1516



On Apr 17, 2006, at 5:18 PM, Larry wrote:


Folks,

I'm trying to set up Plone behind an Apache 1.3 server. Plone
is running on a different machine from the actual Apache
server, and I am using VHM and proxying from httpd.conf to
get the pages. Both servers are Mac OS X Server 10.4.6, Plone
is 2.1.2 with the Tyrell installer. The proxy line I am using is:

                 RewriteRule ^/(.*)
http://192.168.1.150:8200/
VirtualHostBase/http/www.ncac-cubscoutspack8.org:80/VirtualHostRoot/
$1 [L,P]

Paul,

You need to tell Apache which plone site you want to use. (you can use more than one if you use virtual hosts) Put the name of you plone site right
before "/VirtualHostRoot" like so:

RewriteRule ^/(.*) http://192.168.1.150:8200/
VirtualHostBase/http/www.ncac-cubscoutspack8.org:80/yourPloneSite/ VirtualHos
tRoot/ $1 [L,P]

HTH,

Larry Pitcher
Internet Product Manager
Baker Boyer Bank
Walla Walla, WA
509.526.1429
[EMAIL PROTECTED]



_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to