summaryrefslogtreecommitdiff
path: root/apache/access-php4-nopam.conf
blob: 44807454304e5771901b62a53acf2d335585695b (plain)
  1. <Directory /var/www/VIRTUAL/*>
  2. order deny,allow
  3. deny from all
  4. </Directory>
  5. <Directory /var/www/*/*/www>
  6. # AuthPAM_Enabled On
  7. # Options Indexes FollowSymLinks MultiViews ExecCGI
  8. Options All -ExecCGI
  9. AllowOverride All
  10. order allow,deny
  11. allow from all
  12. </Directory>
  13. <Directory /var/www/COMMON/user-admin>
  14. # AuthPAM_Enabled On
  15. # Options Indexes FollowSymLinks MultiViews ExecCGI
  16. Options All -ExecCGI
  17. AllowOverride All
  18. order allow,deny
  19. allow from all
  20. </Directory>
  21. <Directory /var/www/COMMON/ErrorDocument>
  22. Options Indexes FollowSymLinks MultiViews Includes
  23. AddType text/html .shtml
  24. AddHandler server-parsed .shtml
  25. AllowOverride All
  26. order allow,deny
  27. allow from all
  28. </Directory>
  29. <Directory /usr/lib/cgi-bin>
  30. AllowOverride None
  31. Options ExecCGI FollowSymLinks
  32. </Directory>
  33. <Directory /var/www/COMMON/cgi-common>
  34. AllowOverride None
  35. Options ExecCGI FollowSymLinks
  36. </Directory>
  37. <Directory /var/www/*/*/www/cgi-local>
  38. AllowOverride AuthConfig Limit
  39. Options ExecCGI FollowSymLinks
  40. </Directory>
  41. <Location /cgi-bin/phf*>
  42. deny from all
  43. ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
  44. </Location>
  45. <Directory /usr/doc>
  46. Options Indexes FollowSymLinks
  47. AllowOverride None
  48. order allow,deny
  49. allow from all
  50. </Directory>
  51. <Directory /usr/share/doc>
  52. Options Indexes FollowSymLinks
  53. AllowOverride None
  54. order allow,deny
  55. allow from all
  56. </Directory>
  57. <Directory /var/lib/mailman/cgi-bin>
  58. Options ExecCGI
  59. </Directory>
  60. <DirectoryMatch ^/home/.*/public_html>
  61. # Options Indexes SymLinksIfOwnerMatch
  62. Options Indexes SymLinksIfOwnerMatch MultiViews execCGI
  63. AllowOverride AuthConfig Limit Options
  64. </DirectoryMatch>
  65. <Files .htaccess>
  66. order allow,deny
  67. deny from all
  68. </Files>
  69. <Files *.auth>
  70. order allow,deny
  71. deny from all
  72. </Files>
  73. # Added for HORDE
  74. <Directory /usr/share/horde>
  75. Options Indexes FollowSymLinks
  76. AllowOverride None
  77. order allow,deny
  78. allow from all
  79. php_value magic_quotes_gpc Off
  80. </Directory>
  81. # End HORDE Configuration Block
  82. # Added for TWIG
  83. <Directory /usr/share/twig>
  84. Options Indexes FollowSymLinks
  85. AllowOverride None
  86. order allow,deny
  87. allow from all
  88. php_value magic_quotes_gpc Off
  89. </Directory>
  90. # End TWIG Configuration Block
  91. # Added for WEBCAL
  92. <Directory /usr/lib/cgi-bin>
  93. #AuthPAM_Enabled off
  94. AllowOverride AuthConfig
  95. </Directory>
  96. # End WEBCAL Configuration Block