diff options
author | ivan <ivan> | 2008-06-20 03:13:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-20 03:13:14 +0000 |
commit | 05de209fb177cc4e23433e4201f818679fe6d8ce (patch) | |
tree | 8c09ae17e4613bdc38d0d2b4cc13c267adda3867 | |
parent | bcc0d480fa72ef67088eb4c76bbfb924d4dc3d69 (diff) |
about time everything defaulted to apache2
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,9 +68,9 @@ HTTPD_RESTART = /etc/init.d/apache2 restart #(an include directory, not a file, "Include /etc/apache/conf.d" in httpd.conf) #deb (3.1+), apache1 -APACHE_CONF = /etc/apache/conf.d +#APACHE_CONF = /etc/apache/conf.d #deb (3.1+), apache2 -#APACHE_CONF = /etc/apache2/conf.d +APACHE_CONF = /etc/apache2/conf.d FREESIDE_RESTART = ${INIT_FILE} restart |