Hallo zusammen,

 

ich habe OTIS Version 2.1.3  auf einem Linux Suse 9.3 Server installiert. Alles bestens bis auf diese PNG Bilder (otrs-web/images/Standard/), da keine Zugriffsrechte darauf (Error 403).

 

In der apache2-httpd.include.conf ist der Alias /otrs-web/ drinnen:

 

# --

# added for OTRS (http://otrs.org/)

# --

 

# agent, admin and customer frontend

ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"

Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"

 

# 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 /otrs>

#  ErrorDocument 403 /otrs/customer.pl

  ErrorDocument 403 /otrs/index.pl

  SetHandler  perl-script

  PerlHandler ModPerl::Registry

  Options +ExecCGI

  PerlOptions +ParseHeaders

  Order allow,deny

  Allow from all

</Location>

 

# MaxRequestsPerChild (so no apache child will be to big!)

MaxRequestsPerChild 400

 

Woran könnte es liegen? Ich wäre für einen Tipp sehr dankbar, habe schon etliche Zeit damit verloren J

 

Viele Grüße

Christian Maier