Hello OTRS Experts. I try again OTRS but HOW CAN I USE different databases if I have only one admin Server?
The server is <admin.tamay-dogan.net>
and the main structure is
/tdwave/abuse/otrs/
support/otrs/
/tdnet/abuse/otrs/
support/otrs/
/itsystems/support/otrs/
/electronica/support/otrs/
All 6 setups are accessibel but bow can I now use 6 seperated databases
for it?
Also /tdwave/abuse/otrs-web/ does not work.
Note 1: <tdwave>, <tdnet>, <itsystems> and <electronica> are seperated
enterprises which MUST have there own database.
Note 2: More installations coming soon. (I need more then 30 databases)
Thanks, Greetings and nice Day/Evening
Michelle Konzack
----[ '/home_www_1/APACHE_available/admin.tamay-dogan.net' ]------------
<VirtualHost 192.168.0.69:80>
ServerAdmin [email protected]
ServerName admin.tamay-dogan.net
DocumentRoot /home_www_1ONFIG_admin.tamay-dogan.net/htdocs
<Directory />
Options FollowSymLinks Indexes
AllowOverride None
</Directory>
# debug, info, notice, warn, error, crit, alert, emerg.
LogLevel warn
ErrorLog
/home_www_1/CONFIG_admin.tamay-dogan.net/log/apache/error.log
LogFormat "[%V] %p %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" vhost
CustomLog
/home_www_1/CONFIG_admin.tamay-dogan.net/log/apache/access.log vhost
ServerSignature On
####################################################################
# added for OTRS (http://otrs.org/)
####################################################################
# Global OTRS2 settings
<IfModule mod_perl.c>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
PerlOptions +SetupEnv
</IfModule>
# directory settings
<Directory "/usr/share/otrs/bin/cgi-bin/">
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
<Directory "/usr/share/otrs/var/httpd/htdocs/">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_perl.c>
# load all otrs modules
Perlrequire /usr/share/otrs/scripts/apache2-perl-startup.pl
# Apache::Reload - Reload Perl Modules when Changed on Disk
PerlModule Apache2::Reload
PerlInitHandler Apache2::Reload
PerlModule Apache2::RequestRec
</IfModule>
####################################################################
# Setings for <[email protected]>
# agent, admin and customer frontend
ScriptAlias /tdwave/abuse/otrs/ "/usr/share/otrs/bin/cgi-bin/"
Alias /tdwave/abuse/otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
# set mod_perl2 options
<Location /tdwave/abuse/otrs>
# ErrorDocument 403 /tdwave/abuse/otrs/customer.pl
AllowOverride None
ErrorDocument 403 /tdwave/abuse/otrs/index.pl
ErrorDocument 404 /tdwave/abuse/otrs/index.pl
Options +ExecCGI
Order allow,deny
Allow from all
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond /var/lib/otrs/httpd/htdocs/maintainance.html -l
RewriteRule ^.*$ /tdwave/abuse/otrs-web/maintainance.html
</IfModule>
</Location>
####################################################################
# Setings for <[email protected]>
# agent, admin and customer frontend
ScriptAlias /tdnet/abuse/otrs/ "/usr/share/otrs/bin/cgi-bin/"
Alias /tdnet/abuse/otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
# set mod_perl2 options
<Location /tdnet/abuse/otrs>
# ErrorDocument 403 /tdnet/abuse/otrs/customer.pl
AllowOverride None
ErrorDocument 403 /tdnet/abuse/otrs/index.pl
ErrorDocument 404 /tdnet/abuse/otrs/index.pl
Options +ExecCGI
Order allow,deny
Allow from all
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond /var/lib/otrs/httpd/htdocs/maintainance.html -l
RewriteRule ^.*$ /tdnet/abuse/otrs-web/maintainance.html
</IfModule>
</Location>
####################################################################
# Setings for <[email protected]>
# agent, admin and customer frontend
ScriptAlias /tdwave/support/otrs/ "/usr/share/otrs/bin/cgi-bin/"
Alias /tdwave/support/otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
# set mod_perl2 options
<Location /tdwave/support/otrs>
# ErrorDocument 403 /tdwave/support/otrs/customer.pl
AllowOverride None
ErrorDocument 403 /tdwave/support/otrs/index.pl
ErrorDocument 404 /tdwave/support/otrs/index.pl
Options +ExecCGI
Order allow,deny
Allow from all
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond /var/lib/otrs/httpd/htdocs/maintainance.html -l
RewriteRule ^.*$ /tdwave/support/otrs-web/maintainance.html
</IfModule>
</Location>
####################################################################
# Setings for <[email protected]>
# agent, admin and customer frontend
ScriptAlias /tdnet/support/otrs/ "/usr/share/otrs/bin/cgi-bin/"
Alias /tdnet/support/otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
# set mod_perl2 options
<Location /tdnet/support/otrs>
# ErrorDocument 403 /tdnet/support/otrs/customer.pl
AllowOverride None
ErrorDocument 403 /tdnet/support/otrs/index.pl
ErrorDocument 404 /tdnet/support/otrs/index.pl
Options +ExecCGI
Order allow,deny
Allow from all
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond /var/lib/otrs/httpd/htdocs/maintainance.html -l
RewriteRule ^.*$ /tdnet/support/otrs-web/maintainance.html
</IfModule>
</Location>
####################################################################
# Setings for <[email protected]>
# agent, admin and customer frontend
ScriptAlias /itsystems/support/otrs/ "/usr/share/otrs/bin/cgi-bin/"
Alias /itsystems/support/otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
# set mod_perl2 options
<Location /itsystems/support/otrs>
# ErrorDocument 403 /itsystems/support/otrs/customer.pl
AllowOverride None
ErrorDocument 403 /itsystems/support/otrs/index.pl
ErrorDocument 404 /itsystems/support/otrs/index.pl
Options +ExecCGI
Order allow,deny
Allow from all
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond /var/lib/otrs/httpd/htdocs/maintainance.html -l
RewriteRule ^.*$ /itsystems/support/otrs-web/maintainance.html
</IfModule>
</Location>
####################################################################
# Setings for <[email protected]>
# agent, admin and customer frontend
ScriptAlias /electronica/support/otrs/ "/usr/share/otrs/bin/cgi-bin/"
Alias /electronica/support/otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
# set mod_perl2 options
<Location /electronica/support/otrs>
# ErrorDocument 403 /electronica/support/otrs/customer.pl
AllowOverride None
ErrorDocument 403 /electronica/support/otrs/index.pl
ErrorDocument 404 /electronica/support/otrs/index.pl
Options +ExecCGI
Order allow,deny
Allow from all
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond /var/lib/otrs/httpd/htdocs/maintainance.html -l
RewriteRule ^.*$ /electronica/support/otrs-web/maintainance.html
</IfModule>
</Location>
####################################################################
</VirtualHost>
------------------------------------------------------------------------
--
##################### Debian GNU/Linux Consultant ######################
Development of Intranet and Embedded Systems with Debian GNU/Linux
itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability)
Owner Michelle Konzack Owner Michelle Konzack
Apt. 917 (homeoffice)
50, rue de Soultz Kinzigstraße 17
67100 Strasbourg/France 77694 Kehl/Germany
Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix
<http://www.itsystems.tamay-dogan.net/> <http://www.flexray4linux.org/>
<http://www.debian.tamay-dogan.net/> <http://www.can4linux.org/>
Jabber [email protected]
ICQ #328449886
Linux-User #280138 with the Linux Counter, http://counter.li.org/
signature.pgp
Description: Digital signature
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
