lars98/12/23 13:31:54
Modified:.STATUS
Log:
Revision ChangesPath
1.563 +4 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revi
lars98/12/23 13:05:37
Modified:.STATUS
Log:
yet another update...
Revision ChangesPath
1.562 +24 -2 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache-1.3/STATU
lars98/12/23 12:04:31
Modified:.STATUS
Log:
Update...
Revision ChangesPath
1.561 +12 -9 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrie
dgaudet 98/12/23 10:34:27
Modified:src CHANGES
src/modules/standard mod_log_config.c
Log:
For %v log ServerName regardless of the UseCanonicalName
setting (similarly for %p).
Revision ChangesPath
1.1177+3 -0 apache-1.3/src/CHANGES
Index
martin 98/12/23 03:17:21
Modified:src/os/bs2000 bs2login.c
Log:
Use regular fork() when calling user is not root.
Revision ChangesPath
1.7 +10 -1 apache-1.3/src/os/bs2000/bs2login.c
Index: bs2login.c
==
martin 98/12/22 16:36:14
Modified:src CHANGES
Log:
Document my recent commits
Revision ChangesPath
1.1176+10 -0 apache-1.3/src/CHANGES
Index: CHANGES
===
RCS file: /export/home/cvs/apac
martin 98/12/22 16:26:07
Modified:src Configure
Log:
Move some of the variables which are added to Makefile.config
further up to a place where TestCompile can take advantage of them.
This could improve some of the configuration guessing attempts
and especially module init
martin 98/12/22 16:20:59
Modified:src/ap ap_execve.c
Log:
The hashbang emulation code was "forgetting" to use the default shell
for scripts without a "#!/interpreter" staring line. Now it behaves
like a regular shell or a regular OS's execve() implementation.
Revision Ch
martin 98/12/22 16:14:11
Modified:src/main http_main.c
Log:
Fix the SHARED_CORE_BOOTSTRAP main routine. It would not compile
after recent changes because the undefined variable
ap_server_argv0 was referenced.
Revision ChangesPath
1.413 +1 -1 apache-1.3/src/m