[users@httpd] URL Rewriting Question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have a domain (call it test.com for the purpose of this question - it is not 
the real domain) parked with a domain name registrar.
They provide free domain name forwarding. 

I have a server behind our firewall running apache 2.0 and zope/plone with a 
plone site (call it plone-site for this question). The server with plone-site 
and apache running behind our firewall has an internal address of 
192.168.20.130. Zope listens on port 8080, apache
listens on port 8081.

The domain registrar forwards test.com to our firewall, which is
58.45.32.9:8081 (again, this is not the actual IP address - I just made
this one up for this question).

Our firewall forwards the request on port 8081 to the apache server
listening on port 8081.

The apache server forwards the request to the zope/plone server on port 8080
(same physical machine).

When I type www.test.com in a browser address bar, I get the plone-site as 
expected. However, the address bar displays 58.45.32.9:8081/plone-site and 
not www.test.com. I had hoped that with url rewriting and apache I could get 
www.test.com in the address bar.

My rewrite rule is:
# rewrite any other access to the zope server using a proxy [P] and add the
VMH magic keywords
# use %{SERVER_NAME} instead of test.com to avoid busting the ServerAlias
# %{HTTP_HOST} is bad because it may contain the port
RewriteRule ^/(.*) \  
http://192.168.20.130:8080/VirtualHostBase/http/%{SERVER_NAME}:8081/plone-site/VirtualHostRoot/$1
[L,P]

which I took from an article describing a similar setup 
(http://plone.org/documentation/tutorial/plone-apache).

How can I get www.test.com to appear in the browser address bar when I access 
the site?

I realize this is a plone question as well, but I was hoping a url-rewrite 
expert might know off the bat what I am doing wrong. Thanks for any help you 
can provide!

Mark

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux