summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-10-18 14:48:40 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-10-18 14:48:40 +0000
commit61af6c5e5d40e5378bf9106cc18e7602e3cfe4b5 (patch)
tree7d4d766769b756f7c0ebe2b3dd84b31474d61d35
parent0586cfc7ed10cbd16cd41140c92e732ea24b398c (diff)
Fix syntax
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@216 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-xbin/ldap2apache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ldap2apache b/bin/ldap2apache
index 1231ed1..09bb71a 100755
--- a/bin/ldap2apache
+++ b/bin/ldap2apache
@@ -234,7 +234,7 @@ clients.each{ |c|
config << ' Alias /awstats-css/ "/usr/share/awstats/css/"'
config << ' Alias /awstats-icon/ "/usr/share/awstats/icon/"'
config << " ScriptAlias /cgi-stats/awstats.pl /usr/lib/cgi-bin/awstats.pl"
- config << " Redirect permanent / /cgi-stats/awstats.pl"
+ config << " Redirect permanent / http://stats.#{server_name}/cgi-stats/awstats.pl"
config << "</VirtualHost>"
config << '# vim:ft=apache:'