I get this Apache error: [warn] The Alias directive in /etc/httpd/conf/httpd.conf a

questions

Verified User
Joined
Oct 24, 2009
Messages
137
When I restart apache in freebsd 7 I get this 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?
 
The Alias would be in:
/etc/httpd/conf/extra/httpd-alias.conf

so you can delete the Alias from the /etc/httpd/conf/httpd.conf file.

John
 
Back
Top