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.

error 404 not found on rack

how make app show when load http://localhost/compesh

i'm having trouble making app show.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -