--- Makefile 2000/08/09 06:54:43 1.1.1.1 +++ 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 -URL=http://localhost:8080/_/private/public_html/ -URL2=http://localhost:8080/~dpavlin/?foo +#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) +