Hi,

On Sat, 15 May 2004, BK wrote:

> otrs runs now on my SuSE-9.1 with a small blemish:
> The icons will not be displayed. I am not very familiar with the apache2
> configuration. So could anybody give me a hint for apache2 configuration.
> The error log looks like this:
>
> --------------apache2 error_log -------------
> [Sat May 15 21:44:56 2004] [error] [client 127.0.0.1] client denied by
> serverconfiguration: 
> /opt/otrs/var/httpd/htdocs/images/Standard/spell.png,referer:http://localhost/otrs/index.pl?Action=AgentEmail&Session=10ca91fb24ee0b63bf6dc3ef7092954613
> ---------------------------------

You can try this to get sure if it really is a permission problem:

lxi001:59 23:32:08 ~ # diff  /etc/apache2/conf.d/otrs.conf.~1~ 
/etc/apache2/conf.d/otrs.conf
--- /etc/apache2/conf.d/otrs.conf.~1~   2004-04-02 15:41:16.000000000 +0200
+++ /etc/apache2/conf.d/otrs.conf       2004-05-08 22:06:10.000000000 +0200
@@ -21,6 +21,8 @@
   PerlHandler ModPerl::Registry
   Options +ExecCGI
   PerlOptions +ParseHeaders
+  Order allow,deny
+  Allow from all
 </Location>

 # MaxRequestsPerChild (so no apache child will be to big!)
lxi001:59 23:32:29 ~ #

But if it works with this patch, you should solve the problem without
granting this global access.

Cheers -e
-- 
Eberhard Moenkeberg ([EMAIL PROTECTED], [EMAIL PROTECTED])
_______________________________________________
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?
=> http://www.otrs.de/

Reply via email to