| Paste number 55490: | mod_proxy sample |
| Pasted by: | Chairos |
| When: | 1 year, 4 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+16TE |
| Channel: | #pylons |
| Paste contents: |
<VirtualHost 65.19.178.50>
ServerName ffmlsearch.inklesspen.com
DocumentRoot /domains/ffmlindex
<Directory /domains/ffmlindex>
Options ExecCGI Indexes SymLinksIfOwnerMatch
AllowOverride All
</Directory>
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://127.0.0.1:5020/
ProxyPassReverse / http://127.0.0.1:5020
ProxyPreserveHost on
</VirtualHost>
This paste has no annotations.