diff -urN analog4.02.orig/analog.cfg analog4.02/analog.cfg --- analog4.02.orig/analog.cfg Sat Jan 29 17:00:59 2000 +++ analog4.02/analog.cfg Fri Feb 4 00:12:37 2000 @@ -7,7 +7,8 @@ # There is a much more extensive configuration file in examples/big.cfg # # If you need a LOGFORMAT command it must go here, above the LOGFILE command. -# LOGFILE logfile.log +LOGFILE /var/log/httpd/access_log +LANGUAGE POLISH # HOSTNAME "[my organisation]" # REQINCLUDE pages LINKINCLUDE pages diff -urN analog4.02.orig/anlgform.html analog4.02/anlgform.html --- analog4.02.orig/anlgform.html Mon Nov 8 20:33:04 1999 +++ analog4.02/anlgform.html Fri Feb 4 00:12:38 2000 @@ -3,8 +3,7 @@ -

Analog form interface

- +

Analog Analog form interface

@@ -24,10 +23,10 @@ - + - +

1. Report choices

diff -urN analog4.02.orig/anlghea2.h analog4.02/anlghea2.h --- analog4.02.orig/anlghea2.h Sat Jan 29 17:00:59 2000 +++ analog4.02/anlghea2.h Fri Feb 4 00:12:38 2000 @@ -48,16 +48,16 @@ #endif #ifndef LANGDIR -#define LANGDIR ANALOGDIR"lang/" +#define LANGDIR ANALOGDIR "/usr/share/analog/lang/" /* Directory where the language files live. */ #endif #ifndef NODNS -#define DNSFILE ANALOGDIR"dnscache" +#define DNSFILE ANALOGDIR "/var/state/analog/dnscache" /* where to store resolved addresses so we don't have to look them up next time */ -#define DNSLOCKFILE ANALOGDIR"dnslock" +#define DNSLOCKFILE ANALOGDIR "/var/lock/dnslock" /* A lock file to stop two processes trying to write the DNSFILE at once */ #define DNS (DNS_NONE) diff -urN analog4.02.orig/anlghead.h analog4.02/anlghead.h --- analog4.02.orig/anlghead.h Sat Jan 29 17:01:09 2000 +++ analog4.02/anlghead.h Fri Feb 4 00:12:39 2000 @@ -19,19 +19,19 @@ #define ANLGHEAD #ifndef HOSTNAME -#define HOSTNAME "[my organisation]" +#define HOSTNAME "[PLD Linux Server]" /* the name of your organisation or WWW host. This is used for printing at the top of the output */ #endif #ifndef HOSTURL -#define HOSTURL "none" +#define HOSTURL "/" /* the URL of your host's home page, for linking to at the top of the output; use "none" for no linking. */ #endif #ifndef ANALOGDIR -#define ANALOGDIR "/usr/local/analog4.02/" +#define ANALOGDIR "" #endif /* The directory where your analog stuff lives (or will live). You need to get this right otherwise analog won't be able to find any of its auxiliary @@ -41,18 +41,18 @@ which means the file analog.cfg within the ANALOGDIR. */ #ifndef LOGFILE -#define LOGFILE "/usr/local/apache/logs/access_log" +#define LOGFILE "/var/log/httpd/access_log" /* The name of the default logfile. Can be a list, separated by commas (but no spaces), and can include wild cards. */ #endif #ifndef OUTFILE -#define OUTFILE "stdout" +#define OUTFILE "/home/httpd/html/usage/analog.html" /* The default file for output. Use "stdout" for stdout. */ #endif #ifndef IMAGEDIR -#define IMAGEDIR "images/" +#define IMAGEDIR "/icons/" /* URL of the directory where the images for the graphical reports live. The URL can be absolute, or relative to the output page: e.g., just the empty string "" for the same directory as the output page. */ @@ -71,7 +71,7 @@ #endif #ifndef DEFAULTCONFIGFILE -#define DEFAULTCONFIGFILE ANALOGDIR"analog.cfg" +#define DEFAULTCONFIGFILE ANALOGDIR "/etc/analog.cfg" /* the name of the default configuration file; see README.html for a description of this file. Use "none" (NOT ANALOGDIR"none"!) for no configuration file. */ --- analog4.02.orig/anlgform.pl Sat Jan 29 17:00:59 2000 +++ analog4.02/anlgform.pl Sat Feb 5 02:08:38 2000 @@ -14,6 +14,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.02/analog'; +$analog = '/usr/bin/analog'; # Windows: $analog = 'C:\program files\analog 4.02\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).