X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=cf69f3198e1729fe7ab22d68a58940153483cc15;hb=9f8e50c683598d9797e8babf4a21db4f6a65a1d8;hp=fec88546ab50b1ad956969691bbe99868215753d;hpb=cb008af3d5847be4e31f5f67e3ac017b8adea58f;p=freeside.git diff --git a/Makefile b/Makefile index fec88546a..cf69f3198 100644 --- a/Makefile +++ b/Makefile @@ -22,11 +22,11 @@ MASON_HANDLER = ${FREESIDE_CONF}/handler.pl MASONDATA = ${FREESIDE_CACHE}/masondata #mod_perl v1 -APACHE_VERSION = 1 +#APACHE_VERSION = 1 #mod_perl v2 prereleases up to and including 1.999_21 #APACHE_VERSON = 1.99 #mod_perl v2 proper and prereleases 1.999_22 and after -#APACHE_VERSION = 2 +APACHE_VERSION = 2 #deb FREESIDE_DOCUMENT_ROOT = /var/www/freeside @@ -54,7 +54,9 @@ INIT_INSTALL = /usr/sbin/update-rc.d freeside defaults 21 20 #INIT_INSTALL = /usr/bin/true #deb, suse -HTTPD_RESTART = /etc/init.d/apache restart +#HTTPD_RESTART = /etc/init.d/apache restart +#deb w/apache2 +HTTPD_RESTART = /etc/init.d/apache2 restart #redhat, fedora, mandrake #HTTPD_RESTART = /etc/init.d/httpd restart #freebsd @@ -64,9 +66,9 @@ HTTPD_RESTART = /etc/init.d/apache restart #apache #HTTPD_RESTART = /usr/local/apache/bin/apachectl stop; sleep 10; /usr/local/apache/bin/apachectl startssl -#(an include directory, not a file - "Include /etc/apache/conf.d" in httpd.conf) +#(an include directory, not a file, "Include /etc/apachew/conf.d" in httpd.conf) #deb (3.1+), -APACHE_CONF = /etc/apache/conf.d +APACHE_CONF = /etc/apache2/conf.d FREESIDE_RESTART = ${INIT_FILE} restart