summaryrefslogtreecommitdiff
path: root/apache/access-php4.conf
blob: b2d2a2792884c51ce582a036c69d9c1b4882a7b1 (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 FollowSymLinks
  76. AllowOverride None
  77. order allow,deny
  78. allow from all
  79. <IfModule mod_php3.c>
  80. php3_magic_quotes_gpc Off
  81. php3_track_vars On
  82. </IfModule>
  83. <IfModule mod_php4.c>
  84. php_flag magic_quotes_gpc Off
  85. php_flag track_vars On
  86. php_flag session.save_path /var/tmp/imp
  87. </IfModule>
  88. </Directory>
  89. # End HORDE Configuration Block
  90. # Added for TWIG
  91. <Directory /usr/share/twig>
  92. Options Indexes FollowSymLinks
  93. AllowOverride None
  94. order allow,deny
  95. allow from all
  96. php_value magic_quotes_gpc Off
  97. </Directory>
  98. # End TWIG Configuration Block
  99. # Added for WEBCAL
  100. <Directory /usr/lib/cgi-bin>
  101. AuthPAM_Enabled off
  102. AllowOverride AuthConfig
  103. </Directory>
  104. # End WEBCAL Configuration Block