
Hi I'm trying to get otrs to work with virtual hosting on Linux. But so far i've been unsuccesful. Here's an example of what i want: - helpdesk.example.org -> customer.pl - admin.example.org -> index.pl - faq.example.org -> faq.pl Have anyone tried this and made it work? I've tried various things in my httpd.conf, but none seem to work. I'll be happy with any help. Regards Espen Stefansen Institute of Marine Research

Hello!
You'll need to enable mod_alias in Apache (or Apache2). Then you could use
something like this:
[---]
Perlrequire /usr/share/otrs/otrs-startup.pl
# Apache::Reload - Reload Perl Modules when Changed on Disk
#PerlModule Apache::Reload
#PerlInitHandler Apache::Reload
#Used for FAQ's
Alias /htmlArea/ /usr/share/otrs/var/httpd/htdocs/htmlArea/
NameVirtualHost soporte.valmesa.net
<VirtualHost soporte.valmesa.net>
Alias /otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
ScriptAlias /otrs/ "/usr/share/otrs/bin/cgi-bin/"
ServerAdmin victor.rodriguez@valmesa.es
DocumentRoot /usr/share/otrs/var/httpd/htdocs/
ServerSignature On
Hi
I'm trying to get otrs to work with virtual hosting on Linux. But so far i've been unsuccesful. Here's an example of what i want: - helpdesk.example.org -> customer.pl - admin.example.org -> index.pl - faq.example.org -> faq.pl
Have anyone tried this and made it work? I've tried various things in my httpd.conf, but none seem to work. I'll be happy with any help.
Regards Espen Stefansen Institute of Marine Research
--- Victor R. Rodriguez Departamento de Sistemas Valoraciones del Mediterraneo, S.A. ---

Hi
You could realize it by set up the entire system under
helpdesk.example.org. Under the other virtual systems you could just set
up some redirects. So everything runs under helpdesk.example.org but can
be reached by using also admin.example.org or faq.example.org.
Hi
I'm trying to get otrs to work with virtual hosting on Linux. But so far i've been unsuccesful. Here's an example of what i want: - helpdesk.example.org -> customer.pl - admin.example.org -> index.pl - faq.example.org -> faq.pl
Have anyone tried this and made it work? I've tried various things in my httpd.conf, but none seem to work. I'll be happy with any help.
Regards Espen Stefansen Institute of Marine Research
_______________________________________________ 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 Support oder Consulting für Ihr OTRS System?
.
participants (3)
-
Roberto Giana
-
Stefansen Espen
-
Victor Rodriguez Cortes