When I restart apache in freebsd 7 I get this error:
Line 180 reads:
Lines 179 and 180 read:
How can I fix this or get rid of that little error?
Code:
[Sat Jan 25 17:17:09 2014] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 180 will probably never match because it overlaps an earlier Alias.
Line 180 reads:
Code:
Alias /roundcube /var/www/html/roundcube/
Lines 179 and 180 read:
Code:
# Alias for RoundCube webmail
Alias /roundcube /var/www/html/roundcube/
How can I fix this or get rid of that little error?