search for: thisapp

Displaying 2 results from an estimated 2 matches for "thisapp".

2006 Sep 21
2
proxying and mongrel 0.3.13.4
...al host to mongrel. I am now in a situation where I need to proxy a directory name to mongrel for a new application, and not having any success. I saw Zed''s mention of the --prefix option in 0.3.13.4, so I have updated to that release. Is this what should work? In httpd.conf: ProxyPass /thisapp http://localhost:7000/ ProxyPassReverse /thisapp http://localhost:7000/ Mongrel startup cmd: /usr/local/bin/mongrel_rails start -d --prefix=/thisapp -p 7000 -a 127.0.0.1 -l log/mongrel.log -P log/mongrel.pid -n 200 --user myuser --group mygroup With this setup, apache is logging a 404, but the 40...
2012 Jul 16
0
How to mask port numbers behind a reverse proxy
...t are working okay. My problem is that most of the hyperlinks are appearing with the application port numbers on them - they work fine, but I was hoping to serve everything up on port 80 so everything looks like the same site. What I was looking for was a setting like HOST=''something.com/thisapp'' in the configuration so that the generated pages won''t have the port number in them. I''ve found just a few posts on this - but nothing has really worked so far for me. Am I missing something really obvious or just wasting my time with this? -- Posted via http://www.r...