-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hallo,

ich versuche unsere OTRS 2.0.1 -Installation als Apache2 Name based
virtual Host einzurichten. Die Config-Datei des Name based Hosts sieht
so aus:
- --- snip ---
<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED]
    ServerName otrs.meinedomain.de

    DocumentRoot /opt/otrs/bin/cgi-bin/
    #DirectoryIndex index.pl
    Alias /otrs-web "/opt/otrs/var/httpd/htdocs"
    ErrorLog /var/log/apache2/otrs-error_log
    CustomLog /var/log/apache2/otrs-access_log combined

    # don't loose time with IP address lookups
    HostnameLookups Off

    # needed for named virtual hosts
    UseCanonicalName Off

    # configures the footer on server-generated documents
    ServerSignature On

    # load all otrs modules
    Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl

    # Apache::Reload - Reload Perl Modules when Changed on Disk
    PerlModule Apache::Reload
    PerlInitHandler Apache::Reload

    # set mod_perl2 options
    <Location />
          #ErrorDocument 403 /customer.pl
          # AllowOverride None
          AllowOverride ALL
          ErrorDocument 403 /index.pl
          SetHandler  perl-script
          PerlHandler ModPerl::Registry
          Options +ExecCGI
          PerlOptions +ParseHeaders
          Order allow,deny
          Allow from all
    </Location>

    # directory settings
    <Directory "/opt/otrs/bin/cgi-bin/">
        AllowOverride None
        Options +ExecCGI -Includes
        Order allow,deny
        Allow from all
    </Directory>

    <Directory "/opt/otrs/var/httpd/htdocs/">
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>
- --- snap ---

ich bekomme jedoch beim Zugriff auf den Host immer einen 403 Fehler
"Not Found
The requested URL / was not found on this server.

Additionally, a 403 Forbidden error was encountered while trying to use
an ErrorDocument to handle the request."

und im Apache Error-Log steht:
- --- snip ---
[Fri Aug 05 09:46:39 2005] [error] [client 172.16.130.1] Attempt to
serve directory: /opt/otrs/bin/cgi-bin/
[Fri Aug 05 09:46:39 2005] [error] file permissions deny server
execution/usr/share/apache2/error/HTTP_NOT_FOUND.html.var
[Fri Aug 05 09:46:39 2005] [error] /opt/otrs/bin/cgi-bin/favicon.ico not
found or unable to stat
- --- snap ---

irgendwas an den Zugriffsrechten scheint also nicht zu stimmen - wobei,
wenn ich den Zugriff "normal" ueber "server.meinedomain.de/otrs/" mache,
 funktioniert alles ...

System SuSE 9.3 Professional, Apache 2.0.53, OTRS 2.0.1. aus RPM von
otrs.org installiert. Wenn Zugriff ueber den Name based virtual Host
erfolgt, ist die otrs.conf in /etc/apache2/conf.d natuerlich disabled!

Was muss ich alles anpassen, damit OTRS auch als Name based virtual Host
funktioniert? Alle Tipps sind willkommen!

TIA
Christoph.

- --
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC8xug2oto8RVDUcMRAtHYAJ9BgF2eqUfDrARQ+CIEm+nbJoc7QwCfWT00
MlS1O1gAi1l5z7+nHUsg8lw=
=fQOM
-----END PGP SIGNATURE-----
_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an