--- Makefile 2000/08/09 19:43:30 1.3 +++ Makefile 2000/08/11 09:57:42 1.5 @@ -2,11 +2,18 @@ #APXS=/usr/local/apache/bin/apxs #URL=http://dpavlinusic.pliva.hr/~dpavlin/case12.html.czs APXS=/usr/sbin/apxs +#APACHECTL=/usr/local/apache/bin/apachectl +APACHECTL=/etc/rc.d/init.d/httpd + + URL=http://localhost/czs/~dpavlin/ URL2=http://localhost/~dpavlin/?foo all: + $(APACHECTL) stop $(APXS) -c $(APXS_FLAGS) mod_czs.c +# $(APXS) -c $(APXS_FLAGS) mod_noczs.c + $(APACHECTL) start install: mod_czs.so mod_czs.c $(APXS) -a -i mod_czs.so @@ -19,3 +26,4 @@ test2: wget --save-headers --proxy=off -O out2 $(URL2) +