1 May 2005 19:33
[otrs-cvs] CVS: otrs/scripts apache2-httpd.include.conf,1.9,1.10
<cvs-log <at> otrs.org>
2005-05-01 17:33:53 GMT
2005-05-01 17:33:53 GMT
Update of /home/cvs/otrs/scripts
In directory osser:/tmp/cvs-serv2466/scripts
Modified Files:
apache2-httpd.include.conf
Log Message:
improved with AllowOverride None and Order, Allow
Index: apache2-httpd.include.conf
===================================================================
RCS file: /home/cvs/otrs/scripts/apache2-httpd.include.conf,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** apache2-httpd.include.conf 30 Apr 2005 08:16:58 -0000 1.9
--- apache2-httpd.include.conf 1 May 2005 17:33:51 -0000 1.10
***************
*** 17,20 ****
--- 17,21 ----
<Location /otrs>
# ErrorDocument 403 /otrs/customer.pl
+ AllowOverride None
ErrorDocument 403 /otrs/index.pl
SetHandler perl-script
***************
*** 22,25 ****
--- 23,28 ----
Options +ExecCGI
PerlOptions +ParseHeaders
+ Order allow,deny
(Continue reading)
RSS Feed