Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Exempt directories from Apache's ProxyPass directive

Very useful if forwarding to Mongrel, etc.

        ProxyPass /stylesheets !
        ProxyPass /javascripts !
        ProxyPass /images !     
        ProxyPass / http://127.0.0.1:3010/
        ProxyPassReverse / http://127.0.0.1:3010/  
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS