Sean O'Donnells Weblog
I finally figured out how to get Snakelets to run behind apache 2 so the Ogham Demo is back up and running again. For those who are interested, this is what the apache2 configuration looks like.
<VirtualHost 65.110.15.148:80> ServerName oghamdemo.odonnell.nu ServerAlias oghamdemo.odonnell.nu ServerSignature On <Location /> Order allow,deny Allow from all ProxyPass http://localhost:9080/ ProxyPassReverse http://localhost:9080/ </Location> </VirtualHost>
Where 9080 is the port I have Ogham running on
Share on Twitter Share on Facebook
Comments
New Comment