Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. NameVirtualHost *:80
  2.  
  3. <VirtualHost *:80>
  4. ServerName de.oddb.win
  5. DocumentRoot C:\Users\zdavatz\de.oddb.org\doc
  6. DirectoryIndex index.rbx
  7. RubyAddPath 'C:/Ruby-1.8.6-oniguruma/lib/ruby/gems/1.8/gems/de.oddb-2.0.0/lib'
  8. RubyRequire 'sbsm/trans_handler'
  9. SetHandler ruby-object
  10. RubyTransHandler SBSM::ZoneTransHandler.instance
  11. SetEnv DEFAULT_FLAVOR oddb
  12. SetEnv DRB_SERVER druby://localhost:11000
  13. Alias /rss C:\Ruby-1.8.6-oniguruma\lib\ruby\gems\1.8\gems\de.oddb-2.0.0\var\rss
  14. Alias /images C:\Ruby-1.8.6-oniguruma\lib\ruby\gems\1.8\gems\de.oddb-2.0.0\var\images
  15. Alias /captcha C:\Ruby-1.8.6-oniguruma\lib\ruby\gems\1.8\gems\de.oddb-2.0.0\var\captcha
  16.  
  17. <Directory 'C:/Ruby-1.8.6-oniguruma/lib/ruby/gems/1.8/gems/de.oddb-2.0.0/var/images'>
  18. AllowOverride None
  19. Order allow,deny
  20. Allow from all
  21. </Directory>
  22.  
  23. <Directory 'C:/Ruby-1.8.6-oniguruma/lib/ruby/gems/1.8/gems/de.oddb-2.0.0/var/captcha'>
  24. AllowOverride None
  25. Order allow,deny
  26. Allow from all
  27. </Directory>
  28.  
  29. <Directory "C:/Ruby-1.8.6-oniguruma/lib/ruby/gems/1.8/gems/de.oddb-2.0.0/var/rss">
  30. AllowOverride None
  31. Order allow,deny
  32. Allow from all
  33. </Directory>
  34.  
  35. <Directory C:\Users\zdavatz\de.oddb.org\doc>
  36. Options ExecCGI
  37. AddHandler cgi-script .rbx
  38. AllowOverride None
  39. Order allow,deny
  40. Allow from all
  41. </Directory>
  42. </VirtualHost>
Add Comment
Please, Sign In to add comment