--- Makefile 2000/08/11 09:57:42 1.5 +++ Makefile 2000/08/12 21:36:50 1.6 @@ -1,4 +1,4 @@ -APXS_FLAGS=-DTEST_QUERYSTRING -DDEBUG -i -a +APXS_FLAGS=-i -a #-DTEST_QUERYSTRING -DDEBUG #APXS=/usr/local/apache/bin/apxs #URL=http://dpavlinusic.pliva.hr/~dpavlin/case12.html.czs APXS=/usr/sbin/apxs @@ -20,8 +20,10 @@ clean: rm -f *.o *.so *~ - test: + echo -e "GET /czs/n.html HTTP/1.0\n" | nc localhost 80 2>&1 | tee out | head -30 + +test1: wget --save-headers --proxy=off -O out $(URL) test2: