dgaudet 97/08/04 23:52:20
Modified:src CHANGES
Log:
Oops forgot to note this is fixed in 1.3a2 as well.
Revision ChangesPath
1.384 +4 -0 apache/src/CHANGES
Index: CHANGES
===
RCS file:
dgaudet 97/08/04 23:49:34
Modified:src Tag: APACHE_1_2_X CHANGES
Log:
Correct a few of my changes.
Revision ChangesPath
No revision
No revision
1.286.2.41 +6 -6 apache/src/CHANGES
Index: CHANGES
==
dgaudet 97/08/04 23:45:01
Modified:src CHANGES http_core.c
Log:
When merging the main server's and sections into
a vhost, put the main server's first and the vhost's second. Otherwise
the vhost can't override the main server.
Reviewed by: Roy Fielding, Ralf S. Enge
dgaudet 97/08/04 23:33:27
Modified:src util_script.c
Log:
eliminate unused variable warning
Revision ChangesPath
1.69 +2 -0 apache/src/util_script.c
Index: util_script.c
===
RCS file:
dgaudet 97/08/04 23:02:47
Modified:htdocs/manual vhosts-in-depth.html
src CHANGES http_conf_globals.h http_config.c
http_main.c http_protocol.c httpd.h
Log:
Hashed ip-vhosts, including some semantic changes to vhosts in general
which s
jim 97/08/04 16:46:01
Modified:src Configuration.tmpl Configure
src/helpers TestCompile
Log:
Configuration suite changes:
(1) No longer default OPTIM to -O2 (or anything)
(2) When doing the sanity check, have TestCompile display error
message
akosut 97/08/04 14:10:17
Modified:src util_script.c
Log:
Correctly set PATH_TRANSLATED to a Windows filename when running under
Windows.
Revision ChangesPath
1.68 +12 -4 apache/src/util_script.c
Index: util_script.c
===
rse 97/08/04 09:05:04
Modified:src Tag: APACHE_1_2_X CHANGES http_core.c
Log:
Fixed improper vhost merging of and .
Submitted by: Dean Gaudet
Reviewed by: Roy Fielding, Ralf S. Engelschall, Dean Gaudet
Revision ChangesPath
No revision
dgaudet 97/08/04 02:21:17
Modified:src http_main.c
Log:
The 1.3 version of the solaris hup patch that was just committed to 1.2.x.
Now that we can test specific revs of solaris, don't do the workaround for
>= 2.6.
Revision ChangesPath
1.196 +42 -30apache