Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # --
- # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/
- # added for OTOBO (http://otobo.de/)
- # --
- ScriptAlias /otobo/ "/opt/otobo/bin/cgi-bin/"
- Alias /otobo-web/ "/opt/otobo/var/httpd/htdocs/"
- <IfModule mod_perl.c>
- # Use a dedicated Perl interpreter for the current virtual host, usually the default virtual host
- PerlOptions +Parent
- # Setup environment and preload modules
- Perlrequire /opt/otobo/scripts/apache2-perl-startup.pl
- # Reload Perl modules when changed on disk
- PerlModule Apache2::Reload
- PerlInitHandler Apache2::Reload
- # general mod_perl2 options
- <Location /otobo>
- # ErrorDocument 403 /otobo/customer.pl
- ErrorDocument 403 /otobo/index.pl
- SetHandler perl-script
- PerlResponseHandler ModPerl::Registry
- Options +ExecCGI
- PerlOptions +ParseHeaders
- PerlOptions +SetupEnv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement