Installation on SuSE-9.1, was: Installation on Fedora Core 1

Hi, 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=10ca91fb24ee0b63bf6... --------------------------------- Thanks.

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=10ca91fb24ee0b63bf6... ---------------------------------
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 (emoenke@gwdg.de, em@kki.org)

On Saturday 15 May 2004 23:36, Eberhard Moenkeberg wrote:
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://local host/otrs/index.pl?Action=AgentEmail&Session=10ca91fb24ee0b63bf6dc3ef70929 54613 ---------------------------------
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 ~ #
Thanks for your answer. The patch above was always installed before (I saw this in your mail on 05/08/2004). I checked also the permissions in /opt/otrs/var/httpd/htdocs/images/Standard. All files and directories are accesible by apache2 user@linux:/opt/otrs/var/httpd/htdocs/images/Standard> ll -a total 181 drwxr-xr-x 2 otrs www 1376 2004-05-15 18:48 . drwxr-xr-x 3 otrs www 72 2004-05-15 18:48 .. -rw-r--r-- 1 otrs www 1242 2004-04-02 15:41 admin.png : : Did you have any other hint? Thanks, Bernd

On Sunday, May 16, 2004 12:05 PM
BK
Did you have any other hint?
You probably need s.th. like this: <Location otrs-web> Order deny,allow Allow from all </Location> hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

On Thursday 27 May 2004 18:38, Robert Kehl wrote:
On Sunday, May 16, 2004 12:05 PM
BK
wrote: Did you have any other hint?
You probably need s.th. like this:
<Location otrs-web> Order deny,allow Allow from all </Location> That's it. Thank you very much. I did'nt see at first the 2 Alias (/otrs and /otrs-web) for which I need a '
definition modification on SuSE 9.1. Now all seems to work fine. hth,
Robert Kehl
-- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388 _______________________________________________ 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/
participants (3)
-
BK
-
Eberhard Moenkeberg
-
Robert Kehl