Mongrel/WEBrick Forwarding in Apache
Posted by hardwarehank, Tue Jun 13 22:55:48 UTC 2006
This will let you redirect an apache request to a local mongrel or webrick server. Very handy, yet maybe some logging of the used ports would be good at some point.
<VirtualHost collaboa.example.com:80>
Servername collaboa.example.com
CustomLog /www/collaboa/logs/access.log combined
ErrorLog /www/collaboa/logs/error.log
ProxyPass / http://127.0.0.1:3005/
ProxyPassReverse / http://127.0.0.1:3005/
</VirtualHost>

Blog Posts
July 16, 2006 @ 03:32 AM
July 16, 2006 @ 03:33 AM
August 10, 2006 @ 09:07 AM
August 10, 2006 @ 09:33 AM