Trouble setting up a reverse proxy on apache for ramaze (rack) app -
using these instructions trying setup reverse proxy ramaze/rack app.
below httpd-vhosts.conf
# virtual hosts # <virtualhost *:80> servername localhost documentroot c:/wamp/www <directory "c:/wamp/www/"> options +indexes +includes +followsymlinks +multiviews # allowoverride # desbest edit allowoverride none require local </directory> # desbest edit proxypass "/compesh/" "http://127.0.0.1:7000/" proxypassreverse "/compesh/" "http://127.0.0.1:7000/" </virtualhost> # i error 404 file not found, when load app , app never shows.
how make app show when load http://localhost/compesh
i'm having trouble making app show.

Comments
Post a Comment