Mongrel/WEBrick Forwarding in Apache
Posted by hardwarehank, Wed Jun 14 02: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 @ 07:32 AM
July 16, 2006 @ 07:33 AM
August 10, 2006 @ 01:07 PM
August 10, 2006 @ 01:33 PM