Try plugging this into httpd.conf; it works great for my Swiki-- http://workshop.madeleinelengle.org.
<VirtualHost 012.34.567.890> ServerName host.domain.org RewriteEngine on UseCanonicalName off ProxyRequests on NoCache * ProxyPass / http://012.34.567.890:8888/ ProxyPassReverse / http://012.34.567.890:8888/ </VirtualHost> Make sure libproxy and mod_rewrite are loaded. Also, make sure to create a DNS (A) record pointing to the Virtual Host IP address (no port number). Best, J -----Original Message----- From: [EMAIL PROTECTED] [mailto:owner-pws@;cc.gatech.edu]On Behalf Of Alejandro Fernandez Sent: Friday, November 08, 2002 6:10 AM To: [EMAIL PROTECTED] Subject: [pws] Swiki and apache proxy Hi! I think this issue was already discussed in the list, but I could not find the answer. Any pointers are welcomed. My swiki runs in a machine (port 8080) where apache also runs (port 80). I would like to make the swiki available through http://my-server/swiki . I tried with a ProxyPass in apache but only works for the initial page. All other links don't work because many swiki links are of the form /something. Is there a way to configure swiki so all root relative references (/something) are made absolute (http:/host/something)? regards, Casco
