cvs commit: apache-2.0/src acinclude.m4

1999-12-24 Thread rasmus
rasmus 99/12/24 11:04:40 Modified:src acinclude.m4 Log: Submitted by: Sascha Schumann <[EMAIL PROTECTED]> Reviewed by: Rasmus Lerdorf Revision ChangesPath 1.11 +1 -1 apache-2.0/src/acinclude.m4 Index: acincl

cvs commit: apache-2.0/src/include ap_config.h

1999-12-24 Thread rasmus
rasmus 99/12/24 10:40:27 Modified:src acinclude.m4 configure.in src/include ap_config.h Log: Submitted by: Sascha Schumann <[EMAIL PROTECTED]> Reviewed by: Rasmus Lerdorf - INADDR_NONE is not defined. Supply a replacement - APACHE_

cvs commit: apache-2.0/src/regex .cvsignore

1999-12-24 Thread rasmus
rasmus 99/12/24 10:35:22 Modified:src .cvsignore src/ap .cvsignore src/include .cvsignore src/lib .cvsignore src/lib/apr/include .cvsignore src/main .cvsignore src/modules .cvsignore

cvs commit: apache-1.3 README.configure

1999-12-20 Thread rasmus
rasmus 99/12/20 06:27:12 Modified:.README.configure Log: --with-shared-apache has been deprecated Revision ChangesPath 1.20 +6 -23 apache-1.3/README.configure Index: README.configure

cvs commit: apache-1.3/src/support logresolve.c

1999-12-07 Thread rasmus
rasmus 99/12/06 20:54:49 Modified:src/modules/standard mod_info.c src/support logresolve.c Log: Revision ChangesPath 1.47 +1 -1 apache-1.3/src/modules/standard/mod_info.c Index: mod_info.c

cvs commit: apache-1.3/htdocs/manual/mod mod_auth_digest.html

1999-11-22 Thread rasmus
rasmus 99/11/22 12:56:55 Modified:htdocs/manual/mod mod_auth_digest.html Log: Fix a spelling mistake and we probably shouldn't put Internet Exploder in any official Apache documentation. Revision ChangesPath 1.2 +2 -2 apache-1.3/htdocs/manua

cvs commit: apache-1.3/src Configure

1999-09-09 Thread rasmus
rasmus 99/09/09 13:14:38 Modified:.configure src Configure Log: A failure here is pretty much never due to the compiler not being ANSI compliant but nearly always because a required library is missing. Since this message went in, my support load for

cvs commit: apache-1.3/conf httpd.conf-dist

1999-08-29 Thread rasmus
rasmus 99/08/28 20:01:27 Modified:conf httpd.conf-dist Log: Add PHP 4 magic mime types Revision ChangesPath 1.47 +6 -1 apache-1.3/conf/httpd.conf-dist Index: httpd.conf-dist === RCS

cvs commit: apache-1.3/conf httpd.conf-dist

1999-08-29 Thread rasmus
rasmus 99/08/28 19:50:21 Modified:conf httpd.conf-dist Log: Since modules can add methods arbitrarily now, I think it is a much better idea to take a Prussian stance here. Disallow everything except the methods that are explicitly allowed as opposed to trying to list the

cvs commit: apache-1.3/htdocs index.html.dk

1999-08-18 Thread rasmus
rasmus 99/08/18 10:19:21 Modified:htdocs index.html.dk Log: A few more tweaks Revision ChangesPath 1.4 +12 -12apache-1.3/htdocs/index.html.dk Index: index.html.dk === RCS file: /home

cvs commit: apache-1.3/htdocs index.html.dk

1999-08-18 Thread rasmus
rasmus 99/08/18 07:20:19 Modified:htdocs index.html.dk Log: Tweak Revision ChangesPath 1.2 +2 -2 apache-1.3/htdocs/index.html.dk Index: index.html.dk === RCS file: /home/cvs/apache-1.3

cvs commit: apache-1.3/htdocs index.html.dk

1999-08-17 Thread rasmus
rasmus 99/08/17 12:41:40 Added: htdocs index.html.dk Log: My written Danish is a little rusty. But this should be close. Revision ChangesPath 1.1 apache-1.3/htdocs/index.html.dk Index: index.html.dk

cvs commit: apache-1.3/src/support httpd.exp

1999-08-02 Thread rasmus
rasmus 99/08/02 10:29:14 Modified:src/support httpd.exp Log: In order for DSO modules to be able to use the bundled XML functions on AIX they need to be listed here. Revision ChangesPath 1.24 +34 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp

cvs commit: apache-1.3 Makefile.tmpl

1999-07-26 Thread rasmus
rasmus 99/07/26 11:29:46 Modified:.Makefile.tmpl Log: Install expat header files in their own separate directory to mimic expat package installs Revision ChangesPath 1.87 +2 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src CHANGES Configure

1999-07-24 Thread rasmus
rasmus 99/07/24 11:48:49 Modified:src CHANGES Configure Log: Move fbsd2,3,4 to "gcc -shared" as well. Revision ChangesPath 1.1399+4 -0 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/src/support apxs.pl

1999-07-24 Thread rasmus
rasmus 99/07/24 11:05:03 Modified:src Configure src/support apxs.pl Log: This builds DSO's correctly on linux2 using gcc -shared instead of ld -Bshareable. It also tweaks apxs to correctly pass -Wl args to the linker in case the linker is gcc and n

cvs commit: apache-1.3 Makefile.tmpl

1999-07-22 Thread rasmus
rasmus 99/07/22 10:47:08 Modified:.Makefile.tmpl Log: Not much point distributing expat-lite with Apache if we don't install the header files so modules can actually build against it. Revision ChangesPath 1.86 +1 -0 apache-1.3/Makefile

cvs commit: apache-1.3/src Configure

1999-07-22 Thread rasmus
rasmus 99/07/22 10:41:48 Modified:src Configure Log: Need to take a different approach here. I think the easiest thing to do is simply to require modules installed via apxs to provide their own .exp file for AIX. Revision ChangesPath 1.361 +0 -1

cvs commit: apache-1.3/src Configure

1999-07-20 Thread rasmus
rasmus 99/07/20 10:59:44 Modified:src Configure Log: This should make mod_dav build using apxs under AIX again. Revision ChangesPath 1.359 +1 -0 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src/support Makefile.tmpl apxs.pl

1999-06-25 Thread rasmus
rasmus 99/06/25 14:24:36 Modified:src Configure src/support Makefile.tmpl apxs.pl Log: Fix APXS LDFLAGS_SHLIB stuff on AIX. Should not affect any other platform Revision ChangesPath 1.358 +33 -0 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src/modules/standard .cvsignore

1999-06-16 Thread rasmus
rasmus 99/06/16 15:20:18 Modified:src/modules/standard .cvsignore Log: Tired of looking at these Revision ChangesPath 1.4 +1 -0 apache-1.3/src/modules/standard/.cvsignore Index: .cvsignore

cvs commit: apache-1.3/src CHANGES Configure

1999-06-16 Thread rasmus
rasmus 99/06/16 15:19:22 Modified:.Makefile.tmpl src CHANGES Configure Log: Only install httpd.exp if $SHLIB_EXPORT_FILES is set Revision ChangesPath 1.85 +5 -2 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src/support httpd.exp

1999-06-16 Thread rasmus
rasmus 99/06/16 14:27:22 Modified:.Makefile.tmpl src/support httpd.exp Log: Fix broken AIX shared module build. The httpd.exp file was not up to date. Also install the httpd.exp file on a 'make install' to allow apxs builds against it on AIX

cvs commit: apache-site/contributors index.html

1999-05-07 Thread rasmus
rasmus 99/05/07 10:42:17 Modified:contributors index.html Log: Revision ChangesPath 1.71 +6 -6 apache-site/contributors/index.html Index: index.html === RCS file: /home/cvs/apache-site

cvs commit: apache-1.3 config.layout

1999-03-25 Thread rasmus
rasmus 99/03/25 08:48:17 Modified:.config.layout Log: Add RedHat 5.x layout Revision ChangesPath 1.5 +17 -0 apache-1.3/config.layout Index: config.layout === RCS file: /home/cvs

cvs commit: apache-1.3 STATUS

1999-03-24 Thread rasmus
rasmus 99/03/24 08:19:15 Modified:.STATUS Log: Revision ChangesPath 1.672 +2 -2 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving revision

cvs commit: apache-devsite binaries.html

1999-03-24 Thread rasmus
rasmus 99/03/24 08:14:48 Modified:.binaries.html Log: Revision ChangesPath 1.17 +1 -1 apache-devsite/binaries.html Index: binaries.html === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/support apxs.pl

1999-03-14 Thread rasmus
rasmus 99/03/13 19:53:04 Modified:src/support apxs.pl Log: Add a quick sanity check here. The binary could have been moved or the permissions changed which would cause the following grep for mos_so to fail which then resulted in a misleading error message being printed. We

cvs commit: apache-devsite binaries.html

1999-03-06 Thread rasmus
rasmus 99/03/06 12:42:39 Modified:.binaries.html Log: Revision ChangesPath 1.8 +1 -0 apache-devsite/binaries.html Index: binaries.html === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3 README.configure

1999-02-07 Thread rasmus
rasmus 99/02/07 10:05:34 Modified:.README.configure Log: . Revision ChangesPath 1.18 +1 -1 apache-1.3/README.configure Index: README.configure === RCS file: /home/cvs/apache-1.3

cvs commit: apache-1.3 README.configure

1999-02-07 Thread rasmus
rasmus 99/02/07 10:03:54 Modified:.README.configure Log: Update Apache/APXS/PHP documentation Revision ChangesPath 1.17 +19 -0 apache-1.3/README.configure Index: README.configure

cvs commit: apache-1.3/conf httpd.conf-dist

1999-02-07 Thread rasmus
rasmus 99/02/06 22:25:24 Modified:conf httpd.conf-dist Log: Suggest .php3 extension to match PHP docs Revision ChangesPath 1.37 +3 -3 apache-1.3/conf/httpd.conf-dist Index: httpd.conf-dist

cvs commit: apache-1.3/src/main http_core.c

1999-02-05 Thread rasmus
rasmus 99/02/05 05:17:33 Modified:src/main http_core.c Log: This Windows stuff was breaking the Unix compile Revision ChangesPath 1.246 +4 -0 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3/src/ap ap_md5c.c

1999-02-05 Thread rasmus
rasmus 99/02/05 05:11:12 Modified:src/ap ap_md5c.c Log: Should include crypt.h here if available since we are using crypt() Revision ChangesPath 1.21 +3 -0 apache-1.3/src/ap/ap_md5c.c Index: ap_md5c.c

cvs commit: apache-site/contributors index.html

1999-01-20 Thread rasmus
rasmus 99/01/19 21:22:41 Modified:contributors index.html Log: Yikes! Didn't realize that my big ugly face was that prominent on the contributors page. Make it the same size as Ken's. Revision ChangesPath 1.62 +1 -1 apache-site/contributors/

cvs commit: apache-1.3/src/os/unix os.c os.h

1998-07-10 Thread rasmus
rasmus 98/07/10 11:29:52 Modified:src CHANGES src/os/unix os.c os.h Log: Set the RTLD_GLOBAL dlopen mode parameter to allow dynamically loaded modules to load their own modules dynamically. This improves mod_perl and mod_php3 when these modules are loaded

Re: cvs commit: apache-1.3 Announcement

1998-06-06 Thread Rasmus Lerdorf
> + awaited 1.3.0 version of the Apache HTTP server. A dozen months, > + hundreds of patches and over 5 score code contributors helped make the I gather you are kidding? -Rasmus

cvs commit: apache-1.3 README.configure

1998-03-29 Thread rasmus
rasmus 98/03/29 09:18:57 Modified:.README.configure Log: Make it more generic Revision ChangesPath 1.3 +3 -3 apache-1.3/README.configure Index: README.configure === RCS file

cvs commit: apache-1.3 README.configure

1998-03-29 Thread rasmus
rasmus 98/03/29 09:17:12 Modified:.README.configure Log: Update PHP commment in README.configure Revision ChangesPath 1.2 +6 -7 apache-1.3/README.configure Index: README.configure

cvs commit: apache-1.3/src CHANGES

1998-03-14 Thread rasmus
rasmus 98/03/14 08:25:46 Modified:src CHANGES Log: Fix typos Revision ChangesPath 1.711 +2 -2 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src

cvs commit: apache-1.3/src Configure

1998-03-11 Thread rasmus
rasmus 98/03/11 15:58:04 Modified:src Configure Log: When writing the SERVER_SUBVERSION -D flag to ap_config.h it came out looking like: #define SERVER_SUBVERSION \"whatever\" When including this in a file you end up with an unterminated string con

cvs commit: apache-1.3/src Configure

1998-03-09 Thread rasmus
rasmus 98/03/09 11:02:31 Modified:src Configure Log: The generated CFLAGS line needs to end up looking like: -DSERVER_SUBVERSION=\"WHATEVER\" Need to add a bunch of escapes here to achieve that. Revision ChangesPath 1.199 +1 -1 apac

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
rasmus 98/03/05 11:40:37 Modified:src/os/unix os.h Log: Due to the order of inclusion, it isn't feasible to move this check to conf.h. So, reverse this part of my last patch. The whole DLFCN thing could be moved to conf.h, but I will leave that for another b

cvs commit: apache-devsite mmn.txt

1998-03-05 Thread rasmus
rasmus 98/03/05 11:03:46 Modified:.mmn.txt Log: Describe reason for MMN update Revision ChangesPath 1.12 +1 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
rasmus 98/03/05 10:58:36 Modified:src CHANGES Configure src/include conf.h http_config.h src/os/unix os.h Log: These patches make Configure create src/include/ap_config.h and they also clean up the various autoconf symbol clashes I was getting

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
rasmus 98/03/05 07:50:47 Modified:src/os/unix os.h Log: Fix a typo (and a test to see if I can commit without getting slammed ;) Reviewed by: Ralf Revision ChangesPath 1.9 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h

cvs commit: apache-site related_projects.html

1998-01-30 Thread rasmus
rasmus 98/01/29 22:04:30 Modified:.related_projects.html Log: Update PHP project info Revision ChangesPath 1.15 +9 -10 apache-site/related_projects.html Index: related_projects.html

cvs commit: apache-site/contributors index.html

1998-01-27 Thread rasmus
rasmus 98/01/26 23:42:37 Modified:contributors index.html Log: Update my own info Revision ChangesPath 1.26 +3 -3 apache-site/contributors/index.html Index: index.html === RCS file