OpenInteract
view release on metacpan or search on metacpan
conf/sample-httpd_static.conf view on Meta::CPAN
# no further mod_rewrite rules will be processed
RewriteRule ^/images - [L]
# Enable your front-end server to handle search engine requests
RewriteRule ^/robots\.txt - [L]
# Discard (with a '403 Forbidden') requests for the Code Red document
# (hole in IIS servers that can keep your backend mod_perl servers
# busy...)
RewriteRule ^/default\.ida - [F]
# Proxy ([P]) all other requests to a back-end server
RewriteRule ^/(.*) http://127.0.0.1:8080/$1 [P]
# Ensure that the locations coming back from the back-end server
# through this proxy to the client are correct; otherwise, users would
# see things like:
doc/sample-httpd-static.html view on Meta::CPAN
# no further mod_rewrite rules will be processed
RewriteRule ^/images - [L]
# Enable your front-end server to handle search engine requests
RewriteRule ^/robots\.txt - [L]
# Discard (with a '403 Forbidden') requests for the Code Red document
# (hole in IIS servers that can keep your backend mod_perl servers
# busy...)
RewriteRule ^/default\.ida - [F]
# Proxy ([P]) all other requests to a back-end server
RewriteRule ^/(.*) http://127.0.0.1:8080/$1 [P]
# Ensure that the locations coming back from the back-end server
# through this proxy to the client are correct; otherwise, users would
# see things like:
( run in 0.263 second using v1.01-cache-2.11-cpan-87723dcf8b7 )