don't rely on %%myip%% for vhost, make it port-based

This commit is contained in:
Antoine Beaupré 2006-04-26 22:29:14 +00:00
parent bbd913e6e6
commit 5ed64df519
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
Allow from %%monitor_ip%% Allow from %%monitor_ip%%
</Location> </Location>
<VirtualHost %%myip%%:80> <VirtualHost *:80>
# ***ALTERNC_ALIASES*** # ***ALTERNC_ALIASES***
Alias /icons/ /usr/share/apache/icons/ Alias /icons/ /usr/share/apache/icons/