On 11/30/06, Warner Onstine <[EMAIL PROTECTED]> wrote: > Hi all, > After getting things setup I'm having some issues setting up the proxy > stuff. Since I didn't want to setup a virtual host for my blog I > decided to set up my proxying like this: > > ProxyRequests Off > <Proxy *> > Order deny,allow > Allow from all > </Proxy> > > ProxyPass /blog http://localhost:4997 > ProxyPassReverse /blog http://localhost:4997 > ProxyPreserveHost On > > but, when I hit my /blog directory I get a 403 forbidden message. Any > ideas on what I'm not setting up correctly? > > I did do some searching through the archives and there is a link to a > tutorial on the ror wiki that is down right now.
Did you do typo config blog url-prefix=/blog if you did then you need ... ProxyPass /blog http://localhost:4997/blog ProxyPassReverse /blog http://localhost:4997/blog -Steve http://youdummy.net/blog _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
