Peter,

Thanks so much for your input. The '$' made all the difference. My Virtual 
Host/RewriteRule now looks like this:


<VirtualHost *:80>
        ServerAdmin [EMAIL PROTECTED]
        ServerName [EMAIL PROTECTED]
        RewriteEngine On
        RewriteRule ^/(.*)$ http://127.0.0.1:8080/$1 [L,P]
</VirtualHost>

Christopher Adams
  

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Peter Burkholder
> Sent: Wednesday, July 12, 2006 1:17 PM
> To: pws@cc.gatech.edu
> Subject: Re: [Pws] Pws Digest, Vol 31, Issue 7
> 
> I have a RewriteRule something like
> 
>      RewriteRule ^/(.*)$  ...
> 
> and yours lacks the '$'
> 
> Also, you must have a swiki named 'HostRoot' for your config 
> to work.  And don't forget to have the modules enabled per 
> the documentation at http://minnow.cc.gatech.edu/swiki/91
> 
> I suggest that you iterate towards the working solution by 
> first mapping the root of swiki.myserver.com/ to 
> localhost:8080/ with a RewriteRule like
>       
>       RewriteRule ^/(.*)$ http://127.0.0.1:8080/$1 [L,P]
> 
> and when that works then map to the specific swiki that your hosting:
>       RewriteRule ^/(.*)$ http://127.0.0.1:8080/HostRoot/$1 [L,P]
> 
> 
> Peter
> 
> On Jul 12, 2006, at 10:01 AM, [EMAIL PROTECTED] wrote:
> 
> > Thank you for the information. That's kind of what I had in 
> mind, but 
> > my first attempt failed. I think it had something to do with my 
> > ReWrite Rule. I also didn't specify a proxy address. It looks 
> > something like this:
> >
> > <VirtualHost *:80>
> >         ServerAdmin [EMAIL PROTECTED]
> >         ServerName swiki.myserver.com
> >         RewriteEngine On
> 
> >         RewriteRule ^/(.*) http://127.0.0.1:8080/HostRoot/$1 [L,P]
> 
> 
> > </VirtualHost>
> 
> --
> Peter Burkholder
> System Administrator, DLESE Program Center [EMAIL PROTECTED]
> +1-303-497-2663
>      Real Programmers always confuse Christmas and Halloween because
> Oct31 == Dec25 !
>      - Andrew Rutherford
> 
> 
> 
> _______________________________________________
> Pws mailing list
> Pws@cc.gatech.edu
> https://mailman.cc.gatech.edu/mailman/listinfo/pws
> 
> 

_______________________________________________
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws

Reply via email to