[otrs-cvs] otrs/scripts apache2-httpd-new.include.conf,1.3,1.4
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Mon Nov 10 11:02:30 GMT 2008
Comments:
Update of /home/cvs/otrs/scripts
In directory lancelot:/tmp/cvs-serv5794/scripts
Modified Files:
apache2-httpd-new.include.conf
Log Message:
Added YUI 2.6.0 framework to OTRS.
Author: ub
Index: apache2-httpd-new.include.conf
===================================================================
RCS file: /home/cvs/otrs/scripts/apache2-httpd-new.include.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** apache2-httpd-new.include.conf 16 Apr 2007 12:11:53 -0000 1.3
--- apache2-httpd-new.include.conf 10 Nov 2008 11:02:25 -0000 1.4
***************
*** 5,39 ****
# agent, admin and customer frontend
! ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
! Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
!
! # if mod_perl is used
! <IfModule mod_perl.c>
!
! # load all otrs modules
! Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
!
! # Apache::Reload - Reload Perl Modules when Changed on Disk
! PerlModule Apache2::Reload
! PerlInitHandler Apache2::Reload
! PerlModule Apache2::RequestRec
!
! # set mod_perl2 options
! <Location /otrs>
! # ErrorDocument 403 /otrs/customer.pl
! ErrorDocument 403 /otrs/index.pl
! SetHandler perl-script
! PerlResponseHandler ModPerl::Registry
! Options +ExecCGI
! PerlOptions +ParseHeaders
! PerlOptions +SetupEnv
! Order allow,deny
! Allow from all
! </Location>
! </IfModule>
# directory settings
! <Directory "/opt/otrs/bin/cgi-bin/">
AllowOverride None
Options +ExecCGI -Includes
--- 5,39 ----
# agent, admin and customer frontend
! ScriptAlias /otrs24-devel/ "/evolution/otrs24-devel/bin/cgi-bin/"
! Alias /otrs24-devel-web/ "/evolution/otrs24-devel/var/httpd/htdocs/"
! ## if mod_perl is used
! #<IfModule mod_perl.c>
! #
! # # load all otrs modules
! # Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
! #
! # # Apache::Reload - Reload Perl Modules when Changed on Disk
! # PerlModule Apache2::Reload
! # PerlInitHandler Apache2::Reload
! # PerlModule Apache2::RequestRec
! #
! # # set mod_perl2 options
! # <Location /otrs>
! ## ErrorDocument 403 /otrs/customer.pl
! # ErrorDocument 403 /otrs/index.pl
! # SetHandler perl-script
! # PerlResponseHandler ModPerl::Registry
! # Options +ExecCGI
! # PerlOptions +ParseHeaders
! # PerlOptions +SetupEnv
! # Order allow,deny
! # Allow from all
! # </Location>
! #
! #</IfModule>
# directory settings
! <Directory "/evolution/otrs24-devel/bin/cgi-bin/">
AllowOverride None
Options +ExecCGI -Includes
***************
*** 41,45 ****
Allow from all
</Directory>
! <Directory "/opt/otrs/var/httpd/htdocs/">
AllowOverride None
Order allow,deny
--- 41,45 ----
Allow from all
</Directory>
! <Directory "/evolution/otrs24-devel/var/httpd/htdocs/">
AllowOverride None
Order allow,deny
More information about the cvs-log
mailing list