[HCoop-Discuss] help a brother out
Jeremy Penner
jeremy at sporktania.com
Tue Sep 26 12:14:07 EDT 2006
Hey Alex,
Try this:
LocalProxyPass / / 8080
The LocalProxy directive uses RewriteRule syntax, which is much more
complex than you need. LocalProxyPass takes the path that you want to
show up on port 80 (to redirect all traffic, just "/"), the path that
you want to use on cherrypy (also "/", it would seem), and the port that
cherrypy is running on (8080).
After you get that going, we should probably block port 8080 for
everyone but localhost, since http://www.hcoop.net:8080/ takes you to
your page.
Jeremy
Alex Gilman wrote:
> Hello,
> I am currently hosting my website using cherrypy server over port 8080.
> You can check it out here: www.agilman.org:8080
> Now that it has some functionality, I want to set up the apache proxy so
> that people won't have to specify port 8080.
> I tried adding a "LocalProxy" line to /etc/domains/org/agilman/www
> without success.
>
> Could anyone help me out?
>
> ~Alex~
>
> _______________________________________________
> HCoop-Discuss mailing list
> HCoop-Discuss at hcoop.net
> http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-discuss
More information about the HCoop-Discuss
mailing list