Apache Warning Error after removing ScriptAlias

Moderator: crythias

Locked
qt_zetroc
Znuny newbie
Posts: 37
Joined: 02 Feb 2011, 10:22
Znuny Version: 3.0.16
Contact:

Apache Warning Error after removing ScriptAlias

Post by qt_zetroc »

Hi All,

I followed the topic on how to get rid of /otrs URI and was able to get this error on my apache :

[root@helpdesk ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Thu Apr 26 11:06:38 2012] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 539 will probably never match because it overlaps an earlier Alias.
[Thu Apr 26 11:06:38 2012] [warn] The ScriptAlias directive in /etc/httpd/conf/httpd.conf at line 573 will probably never match because it overlaps an earlier Alias.
[Thu Apr 26 11:06:38 2012] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 847 will probably never match because it overlaps an earlier Alias.
[ OK ]

Although my apache is still working but it seems that the error is annoying.
Locked