Advertisement
Guest User

domet

a guest
May 10th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <IfModule mod_rpaf.c>
  2. RPAFenable On
  3. RPAFsethostname On
  4. RPAFproxy_ips 127.0.0.1 192.31.0.101
  5. </IfModule>
  6.  
  7. <VirtualHost *:8002>
  8. ServerAdmin sience74@google.com
  9. ServerName forum.redcode.pro
  10. DocumentRoot /var/www/forum.redcode.pro
  11.  
  12. <Directory />
  13. Options FollowSymLinks
  14. AllowOverride All
  15. </Directory>
  16.  
  17. <Directory /var/www/forum.redcode.pro>
  18. Options Indexes FollowSymLinks MultiViews
  19. AllowOverride All
  20. Order allow,deny
  21. Allow from all
  22. </Directory>
  23.  
  24. ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
  25. <Directory "/usr/lib/cgi-bin">
  26. AllowOverride All
  27. Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  28. Order allow,deny
  29. Allow from all
  30. </Directory>
  31.  
  32. ErrorLog /var/log/apache2/forum.redcode.pro-error.log
  33.  
  34. # Possible values include: debug, info, notice, warn, error, crit,
  35. # alert, emerg.
  36. LogLevel warn
  37.  
  38. CustomLog /var/log/apache2/forum.redcode.pro-access.log combined
  39.  
  40. </VirtualHost>
  41.  
  42. apache2ctl -M | grep shared
  43. Syntax OK
  44. alias_module (shared)
  45. auth_basic_module (shared)
  46. authn_file_module (shared)
  47. authz_default_module (shared)
  48. authz_groupfile_module (shared)
  49. authz_host_module (shared)
  50. authz_svn_module (shared)
  51. authz_user_module (shared)
  52. autoindex_module (shared)
  53. cgi_module (shared)
  54. dav_module (shared)
  55. dav_svn_module (shared)
  56. deflate_module (shared)
  57. dir_module (shared)
  58. env_module (shared)
  59. include_module (shared)
  60. mime_module (shared)
  61. negotiation_module (shared)
  62. php5_module (shared)
  63. python_module (shared)
  64. reqtimeout_module (shared)
  65. rewrite_module (shared)
  66. rpaf_module (shared)
  67. ruby_module (shared)
  68. setenvif_module (shared)
  69. ssl_module (shared)
  70. status_module (shared)
  71. suexec_module (shared)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement