stoddard98/08/05 16:07:55
Modified:src/main util_script.c
Log:
Fix PR2495 (Win32): quote script filenames to handle white space
Revision ChangesPath
1.124 +9 -6 apache-1.3/src/main/util_script.c
Index: util_script.c
coar98/08/05 15:15:08
Modified:src ApacheCore.dsp ApacheCore.mak
src/ap ap.dsp ap.mak
Log:
Update the ApacheCore.{dsp,mak} and ap/ap.{dsp,mak} files
due to the move of fnmatch.c.. (1st time I've done this,
hope it works!).
Revisio
marc98/08/05 11:52:51
Modified:src/main http_core.c
Log:
Fix src/httpd.h --> src/include/httpd.h path in error message that
wasn't updated.
Revision ChangesPath
1.215 +1 -1 apache-1.3/src/main/http_core.c
Index: http_core.c
==
marc98/08/05 11:04:54
Modified:htdocs/manual/misc FAQ.html
Log:
Q: "my htaccess files are being ignored"
A: "yea, Apache listens to you if you tell it to."
Revision ChangesPath
1.125 +33 -20apache-1.3/htdocs/manual/misc/FAQ.html
Index: FAQ.html
==
coar98/08/04 18:36:42
Modified:src CHANGES
src/main util.c
Log:
ap_cfg_getline() was wont to remove leading and trailing whitespace
and compressing multiple tabs and spaces to a single space. The
former two are fine, but the last really