--- anlgform.pl.ORG	Tue Nov 16 14:16:11 1999
+++ anlgform.pl	Tue Nov 16 14:17:01 1999
@@ -13,7 +13,7 @@
 
 # 1) uncomment (remove everything before $analog) and edit one of the next two
 #    lines to give the location (full pathname) of the analog executable.
-#       Unix: $analog = '/usr/local/etc/httpd/analog4.0/analog';
+$analog = '/usr/bin/analog';
 #       Windows: $analog = 'C:\program files\analog 4.0\analog.exe';
 # 2) If you're on Unix, edit the first line in this file to give the location
 #    of Perl (don't remove the #! though).
@@ -22,7 +22,7 @@
 
 @forbidden = qw(LOGFORMAT APACHELOGFORMAT DEFAULTLOGFORMAT
 		APACHEDEFAULTLOGFORMAT HEADERFILE FOOTERFILE UNCOMPRESS
-		OUTFILE CACHEOUTFILE ERRFILE DNS CGI SETTINGS LANGFILE);
+		OUTFILE CACHEOUTFILE ERRFILE DNS CGI SETTINGS LANGFILE LOGFILE DOMAINSFILE);
 # Forbidden commands: sysadmin can add more (must be in upper case!)
 # Other commands you might consider adding, because they allow users to
 # specify which files to use for the analysis, are LOGFILE and DOMAINSFILE.
