Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # valve parser api
  2. <VirtualHost *>
  3. DocumentRoot /home/driller/mojo/valve_parser_api
  4. ErrorLog /var/log/valve-parser.log
  5. <Directory "/home/driller/mojo/valve_parser_api">
  6. Options -Indexes FollowSymLinks Includes ExecCGI
  7. AllowOverride All
  8. Order allow,deny
  9. Allow from all
  10. </Directory>
  11. ScriptAlias / /home/driller/mojo/valve_parser_api/script/Api
  12. ServerAlias parser.domain.com
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement