Re: cvs commit: apache/src mod_status.c CHANGES Configuration.tmpl

1996-03-26 Thread Mark J Cox
> cvs server: cannot open /export/home/cvs/apache/src/mod_status.c,v: > Permission denied > > Can somebody fix this please? Sorry, done.

Re: cvs commit: apache/src http_main.c

1996-03-29 Thread Mark J Cox
> jim 96/03/28 11:47:44 > Reset STATUS counters for dead servers See http://www.apacheorg/docs/1.1/mod_status.html under "Notes": Notes When a child dies (it may have a bug or you may have limited the number of transactions per child) the statistics for

cvs commit: apache/src mod_cookies.c

1996-05-24 Thread Mark J Cox
mjc 96/05/24 06:10:15 Modified:src mod_cookies.c Log: Improve the description of what the Cookie module does and how it does it. Revision ChangesPath 1.9 +29 -16apache/src/mod_cookies.c Index: mod_cookies.c

cvs commit: apache/src mod_status.c

1996-05-29 Thread Mark J Cox
mjc 96/05/29 02:26:45 Modified:src mod_status.c Log: Make tables status display look nicer Revision ChangesPath 1.22 +1 -1 apache/src/mod_status.c Index: mod_status.c === RCS file

cvs commit: apache/src alloc.c util_script.c

1996-06-03 Thread Mark J Cox
mjc 96/06/03 05:04:21 Modified:src alloc.c util_script.c Log: Submitted by: Paul Sutton <[EMAIL PROTECTED]> The HTTP specification says that it is legal to merge duplicate headers into one. Some browsers that support Cookies don't like merged headers and prefer th

cvs commit: apache/src httpd.h

1996-06-05 Thread Mark J Cox
mjc 96/06/05 07:40:44 Modified:src httpd.h Log: Submitted by: Rob Hartill Make the message about server version strings get noticed Revision ChangesPath 1.23 +5 -4 apache/src/httpd.h Index: httpd.h ==

cvs commit: apache/src httpd.h

1996-06-05 Thread Mark J Cox
mjc 96/06/05 08:23:06 Modified:src httpd.h Log: Doh! Revision ChangesPath 1.24 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file: /export/home/cvs/apache/src/httpd.h,v retrie

cvs commit: apache/src httpd.h

1996-06-03 Thread Mark J Cox
mjc 96/06/03 04:48:25 Modified:src httpd.h Log: Around 1000 Apache servers are running (June 96) that have make modifications to the SERVER_VERSION define. Most of them don't meet the HTTP/1.0 spec. Added a helpful message explaining what to do to meet the spec. R

cvs commit: apache/src mod_cookies.c

1996-07-04 Thread Mark J Cox
mjc 96/07/04 06:02:01 Modified:src mod_cookies.c Log: Missing "else" caused two lines per Cookie to be logged Revision ChangesPath 1.10 +11 -12apache/src/mod_cookies.c Index: mod_cookies.c =

cvs commit: apache/src mod_cookies.c

1996-07-04 Thread Mark J Cox
mjc 96/07/04 06:04:23 Branch: src RELEASE_1_1_X Modified:src mod_cookies.c Log: Fix missing "else" causing cookies to be logged on two lines Revision ChangesPath 1.9.2.1 +11 -12apache/src/mod_cookies.c

cvs commit: apache/src CHANGES

1996-07-10 Thread Mark J Cox
mjc 96/07/10 07:38:05 Modified:src CHANGES Log: A bit late, but fix the CHANGES file Revision ChangesPath 1.41 +6 -3 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/c

cvs commit: apache/src http_protocol.c CHANGES

1996-07-17 Thread Mark J Cox
mjc 96/07/17 01:33:42 Modified:src http_protocol.c CHANGES Log: Submitted by: Paul Sutton Fix ErrorDocument handling. When ErrorDocument failed it used to display filename instead of error message. Also handles recursive ErrorDocuments. Revision Changes

cvs commit: apache/conf access.conf-dist srm.conf-dist httpd.conf-dist

1996-07-17 Thread Mark J Cox
mjc 96/07/17 02:57:35 Modified:conf access.conf-dist srm.conf-dist httpd.conf-dist Log: I found a server where the user forgot to change ".nowhere.com"! Since "nowhere.com", "foo.com" are already registered lets use "_" characters in example hostnames which are invalid

cvs commit: apache/src/regex Makefile utils.h

1996-07-25 Thread Mark J Cox
mjc 96/07/25 01:56:28 Modified:src/regex Makefile utils.h Log: Fixes to get regex library to at least compile on IRIX. Perhaps this sort of stuff should be propagated down when Configure is run. Revision ChangesPath 1.2 +2 -0 apache/src/regex/Makefile

cvs commit: apache/src mod_access.c

1996-09-24 Thread Mark J Cox
mjc 96/09/24 05:11:22 Modified:src mod_access.c Log: Submitted-by: Paul Sutton Compare domain names on allow and deny lines case-insensitively. Revision ChangesPath 1.5 +2 -2 apache/src/mod_access.c Index: mod_access.c

cvs commit: apache/src http_main.c

1996-09-24 Thread Mark J Cox
mjc 96/09/24 05:21:16 Modified:src http_main.c Log: Submitted-by: [EMAIL PROTECTED] Reviewed-by: [EMAIL PROTECTED], [EMAIL PROTECTED] Fixes virtual hosts on main IP address where the port address is not the same as the "Port" command. Revision ChangesPath

cvs commit: apache/src http_protocol.c httpd.h mod_negotiation.c CHANGES

1996-09-24 Thread Mark J Cox
mjc 96/09/24 05:45:04 Modified:src http_protocol.c httpd.h mod_negotiation.c CHANGES Log: Submitted by: Paul Sutton <[EMAIL PROTECTED]> Reviewed by: Mark Cox, Alexei Kosut, Roy Fielding, Brian Behlendorf Negotiation updated to implement all aspects of HTTP/1.1, inclu

cvs commit: apache/src Configure

1996-09-24 Thread Mark J Cox
mjc 96/09/24 07:33:59 Modified:src Configure Log: No DBM libs needed for Solaris or Irix Revision ChangesPath 1.21 +3 -1 apache/src/Configure Index: Configure === RCS file: /expor

cvs commit: apache/src mod_cookies.c mod_log_config.c

1996-09-26 Thread Mark J Cox
mjc 96/09/26 04:31:03 Modified:src mod_cookies.c mod_log_config.c Log: Submitted by: Alexei Kosut Reviewed by: Mark Cox Add some more useful directives for logging. %U: the URL path that was requested %f: the filename. %P: the PID of the child that served th

cvs commit: apache/src mod_cookies.c mod_log_config.c CHANGES

1996-09-26 Thread Mark J Cox
mjc 96/09/26 05:04:04 Modified:src mod_cookies.c mod_log_config.c CHANGES Log: Now logs initial transaction. Remove logging code from Cookie module as it isn't needed. Adds back-compatability "CookieLog" command to mod_log_config but tells users that they shouldn't u

cvs commit: apache/src mod_usertrack.c Configuration.tmpl mod_cookies.c

1996-09-27 Thread Mark J Cox
mjc 96/09/27 01:46:51 Modified:src Configuration.tmpl Added: src mod_usertrack.c Removed: src mod_cookies.c Log: The cookies crumble... Stop user confusion renaming mod_cookies.c to mod_usertrack.c. Revision ChangesPath 1.38 +8 -

cvs commit: apache/src CHANGES Configuration.tmpl

1996-09-27 Thread Mark J Cox
mjc 96/09/27 01:55:52 Modified:src CHANGES Configuration.tmpl Log: Make sure the users know that cookies==usertrack Revision ChangesPath 1.67 +6 -1 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/conf httpd.conf-dist

1996-09-02 Thread Mark J Cox
mjc 96/09/02 01:30:13 Modified:conf httpd.conf-dist Log: Pesky garage.com domain exists Revision ChangesPath 1.6 +4 -2 apache/conf/httpd.conf-dist Index: httpd.conf-dist === RCS f

cvs commit: apache/src mod_status.c

1996-10-01 Thread Mark J Cox
mjc 96/10/01 05:05:49 Modified:src mod_status.c Log: Fix ?auto report (extra \n's and scoreboard across multiple lines), tidy display of Scoreboard key to reduce number of lines output. Revision ChangesPath 1.30 +21 -22apache/src/mod_status.c Ind

cvs commit: apache/src http_config.c http_config.h CHANGES

1996-10-09 Thread Mark J Cox
mjc 96/10/09 08:23:12 Modified:src http_config.c http_config.h CHANGES Log: Added additional TAKExx options for directives, to allow directives to have a variable number of arguments between one and three. Revision ChangesPath 1.26 +50 -2 apache/src/h

cvs commit: apache/src mod_rewrite.c mod_rewrite.h

1996-10-14 Thread Mark J Cox
mjc 96/10/14 03:51:18 Modified:src mod_rewrite.c mod_rewrite.h Log: Submitted by: Ralf S. Engelschal <[EMAIL PROTECTED]> Update of mod_rewrite from version 2.2 to 2.3.5 Revision ChangesPath 1.5 +266 -98 apache/src/mod_rewrite.c Index: mod_rewri

cvs commit: apache/src mod_status.c

1996-10-21 Thread Mark J Cox
mjc 96/10/21 05:26:42 Modified:src mod_status.c Log: Fix in-source documentation and messages on how to compile with -DSTATUS (now uses Rule) Revision ChangesPath 1.31 +19 -21apache/src/mod_status.c Index: mod_status.c =

cvs commit: apache/src scoreboard.h mod_status.c http_main.c

1996-10-23 Thread Mark J Cox
mjc 96/10/23 06:15:29 Modified:src scoreboard.h mod_status.c http_main.c Log: Put missing virtual host name into status information - request field isn't much use without it. Revision ChangesPath 1.16 +2 -1 apache/src/scoreboard.h Index: scorebo

cvs commit: apache/src http_main.c

1996-10-23 Thread Mark J Cox
mjc 96/10/23 06:28:19 Modified:src http_main.c Log: Truncate virtual host correctly Revision ChangesPath 1.79 +2 -2 apache/src/http_main.c Index: http_main.c === RCS file: /export

cvs commit: CVSROOT avail

1996-10-30 Thread Mark J Cox
mjc 96/10/30 02:54:01 Modified:. avail Log: Change avail Revision ChangesPath 1.25 +1 -1 CVSROOT/avail Index: avail === RCS file: /export/home/cvs/CVSROOT/avail,v retrieving r

Re: cvs commit: CVSROOT avail

1996-10-30 Thread Mark J Cox
> Change avail OOPS! Wrong CVSROOT, will fix (SORRY!) > ! avail|cvs,paul,ben,akosut,mjc,chuck,jim,brian,randy,fielding,pcs > ! avail|ukwebadm,paul Mark

cvs commit: CVSROOT avail

1996-10-30 Thread Mark J Cox
mjc 96/10/30 03:19:32 Modified:. avail Log: Mark forgot to change his CVSROOT env var and altered the wrong archive. Revision ChangesPath 1.26 +2 -1 CVSROOT/avail Index: avail ===

cvs commit: apache/htdocs/manual/mod index.html

1996-11-21 Thread Mark J Cox
mjc 96/11/21 06:29:19 Modified:htdocs/manual/mod index.html Log: Add missing and changed modules Revision ChangesPath 1.4 +12 -6 apache/htdocs/manual/mod/index.html Index: index.html ===

cvs commit: apache/htdocs/manual/mod index.html

1996-11-21 Thread Mark J Cox
mjc 96/11/21 06:35:20 Modified:htdocs/manual/mod index.html Log: Add more missing modules that are in 1.2 Revision ChangesPath 1.5 +8 -0 apache/htdocs/manual/mod/index.html Index: index.html ==

cvs commit: apache/htdocs/manual index.html

1996-11-21 Thread Mark J Cox
mjc 96/11/21 06:41:15 Modified:htdocs/manual index.html Log: Fix links from index page to new directories Revision ChangesPath 1.3 +10 -10apache/htdocs/manual/index.html Index: index.html ==

cvs commit: apache/htdocs/manual install_1_1.html install.html

1996-11-21 Thread Mark J Cox
mjc 96/11/21 07:00:11 Modified:htdocs/manual install.html Added: htdocs/manual install_1_1.html Log: Change installation documentation to 1.2's way of doing it but keep link to the old stuff for people not using the beta Revision ChangesPath 1.3 +55

cvs commit: apache/htdocs/manual invoking.html

1996-11-21 Thread Mark J Cox
mjc 96/11/21 07:08:33 Modified:htdocs/manual invoking.html Log: Add new httpd options, change inetd wording, fix links to module files Revision ChangesPath 1.3 +23 -16apache/htdocs/manual/invoking.html Index: invoking.html ===

cvs commit: apache/src mod_status.c

1996-11-28 Thread Mark J Cox
mjc 96/11/28 03:10:29 Modified:src mod_status.c Log: Fix mod_status so it compiles if "STATUS" rule is off. Revision ChangesPath 1.35 +0 -2 apache/src/mod_status.c Index: mod_status.c =

cvs commit: apache/src mod_usertrack.c

1996-11-01 Thread Mark J Cox
mjc 96/11/01 06:45:59 Modified:src mod_usertrack.c Log: Bug fix; was missing first cookie even though docs said it didn't Revision ChangesPath 1.3 +10 -9 apache/src/mod_usertrack.c Index: mod_usertrack.c =

cvs commit: apache KEYS

1997-06-05 Thread Mark J Cox
mjc 97/06/05 00:55:26 Modified:. KEYS Log: and another key Revision ChangesPath 1.7 +15 -0 apache/KEYS Index: KEYS === RCS file: /export/home/cvs/apache/KEYS,v retrieving revi

cvs commit: apache-site in_the_news.html

1997-06-09 Thread Mark J Cox
mjc 97/06/09 06:59:26 Modified:. in_the_news.html Log: Add PC Week's latest article. Fix missing Revision ChangesPath 1.5 +10 -2 apache-site/in_the_news.html Index: in_the_news.html ===

cvs commit: apache-site in_the_news.html

1997-06-10 Thread Mark J Cox
mjc 97/06/10 01:03:04 Modified:. in_the_news.html Log: Point to the main article (which has a reference to the other one). Revision ChangesPath 1.6 +6 -5 apache-site/in_the_news.html Index: in_the_news.html ===

cvs commit: apache-site index.html

1997-10-02 Thread Mark J Cox
mjc 97/10/02 01:50:29 Modified:.index.html Log: Add details of September survey, Apache+RapidSite+Stronghold> 48% Revision ChangesPath 1.38 +2 -2 apache-site/index.html Index: index.html

cvs commit: apache-site in_the_news.html

1997-10-02 Thread Mark J Cox
mjc 97/10/02 02:02:11 Modified:.in_the_news.html Log: Add new story Revision ChangesPath 1.14 +14 -0 apache-site/in_the_news.html Index: in_the_news.html === RCS file: /export/ho