marc00/02/02 21:16:05
Modified:info/css-security index.html
Log:
Could be some people with useful comments or suggestions. Maybe.
Perhaps. Possibly.
Revision ChangesPath
1.2 +7 -0 apache-site/info/css-security/index.html
Index: index.html
marc00/02/02 16:30:38
Modified:info/css-security encoding_examples.html
Log:
Fix typo.
Submitted by: Sander van Zoest <[EMAIL PROTECTED]>
Revision ChangesPath
1.5 +1 -1 apache-site/info/css-security/encoding_examples.html
marc00/02/02 11:26:04
Modified:info/css-security encoding_examples.html
Log:
Sigh. The Java code is GPLed, so I am removing it.
Revision ChangesPath
1.4 +0 -44 apache-site/info/css-security/encoding_examples.html
Index: encoding_examples.html
marc00/02/02 11:17:43
Modified:info/css-security encoding_examples.html
Log:
Minor HTML fix.
Revision ChangesPath
1.3 +2 -2 apache-site/info/css-security/encoding_examples.html
Index: encoding_examples.html
marc00/02/02 11:16:55
Modified:info/css-security encoding_examples.html
Log:
Add info on Java methods, even though it isn't specifically Apache
related.
Revision ChangesPath
1.2 +45 -1 apache-site/info/css-security/encoding_examples.html
marc00/02/02 10:04:23
Modified:.httpd.html
Log:
Add link to info about security issue.
Revision ChangesPath
1.85 +9 -0 apache-site/httpd.html
Index: httpd.html
===
RCS file
marc00/02/02 10:02:51
Added: info/css-security apache_1.3.11_css_patch.txt
apache_specific.html encoding_examples.html
index.html
Log:
Added information about recently discovered cross site scripting security
problem
marc00/02/02 09:56:16
apache-site/info/css-security - New directory
marc00/01/31 14:56:50
Modified:htdocs/manual/mod directives.html
Log:
Add missing AddCharset directive.
Revision ChangesPath
1.61 +1 -0 apache-1.3/htdocs/manual/mod/directives.html
Index: directives.html
marc00/01/29 19:15:43
Modified:src/ap ap_getpass.c
Log:
Fix broken proprocessor syntax added by beos change in previous revision.
Revision ChangesPath
1.5 +1 -1 apache-1.3/src/ap/ap_getpass.c
Index: ap_getpass.c
marc00/01/12 12:58:00
Modified:src/main util.c
Log:
Fixup sizing of a string to be more intuitive and consistent. The
only functional change that this introduces is to bump down the
maximum hostname length by one, to what it should be.
Submitted by: Theo de Raadt
On 24 Nov 1999 [EMAIL PROTECTED] wrote:
> 4. make sure very large lines (usually from $PATH) do not destroy the
> total optical view on the table by cutting values and replacing
> the missing stuff with "[...]".
Erm... this makes it less useful. If there is a long variable, then
it
marc99/10/10 16:45:41
Modified:contributors index.html
Log:
Minor update. The things I thought would be wrong were old enough to
be right.
Revision ChangesPath
1.76 +1 -1 apache-site/contributors/index.html
Index: index.html
marc99/10/08 22:00:09
Modified:.bugdb.cgi
Log:
Add [ and ] to allowed characters. Some more work is required to make
full regexes work, but this is a reasonable solution for now.
Revision ChangesPath
1.45 +1 -1 apache-site/bugdb.cgi
Index
marc99/10/08 16:40:06
Modified:.bugdb.cgi
Log:
Ensure that we validate all input from the user before we pass it
to any command lines. If it doesn't look safe, die. This list
may be too restrictive in certain cases, but if so it can be dealt
with.
Rev
marc99/10/08 10:33:13
Modified:.bugdb.cgi
Log:
Update bugdb script to refer people to the swish-e bugdb search
form first. It is far more efficient and far more useful for the
vast majority of people, despite a few problems like not always
display the title of the
marc99/10/08 09:56:02
Modified:.search.html
Log:
Fix the bugdb reference so it doesn't use "Bugtraq" as the name, since that
is quite confusing.
Revision ChangesPath
1.4 +1 -1 apache-site/search.html
Ind
marc99/06/16 23:03:21
Modified:src/main util.c
Log:
Fix bug in ap_field_noparam() that resulted in SEGVs when used with
content types that don't have a ';' in them.
Revision ChangesPath
1.164 +4 -2 apache-1.3/src/main/util.c
marc99/06/02 13:01:57
Modified:.Makefile.tmpl
src CHANGES
Log:
Fix a bug with the --without-support configure option that was
introduced in revision 1.61. It caused an infinite make loop when
--without-support was used.
Revision Changes
marc99/02/20 16:16:37
Modified:htdocs/manual/misc FAQ.html
Log:
Spelling fixes.
Revision ChangesPath
1.142 +4 -4 apache-1.3/htdocs/manual/misc/FAQ.html
Index: FAQ.html
===
RCS file
marc99/01/31 14:01:36
Modified:src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c
Log:
We have found the prototype for crypt. Since people actually once in
a while are "nice enough" to write in telling me that they know where
the prototype is on their sy
marc99/01/31 13:54:02
Modified:.STATUS
Log:
purple.
Revision ChangesPath
1.608 +3 -1 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache-1.3/STATUS,v
marc99/01/26 19:36:38
Modified:htdocs/manual/misc FAQ.html
Log:
One item already added by someone sometime, one that should be.
Revision ChangesPath
1.136 +2 -3 apache-1.3/htdocs/manual/misc/FAQ.html
Index: FAQ.html
marc99/01/04 22:14:38
Modified:.STATUS
Log:
Sun isn't supposed to be in Seattle.
Revision ChangesPath
1.590 +3 -1 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/hom
marc98/11/08 23:03:20
Modified:src CHANGES
src/modules/standard mod_include.c
Log:
Add more extensive checks to mod_include to avoid infinite recursive
includes.
The logic used is commented in the source. It should be complete
for the current Apache
marc98/11/01 00:56:34
Modified:src Makefile.nt
Log:
Make Makefile.nt clean mod_rewrite properly.
PR: 3100
Submitted by: Tetsu Maenaka <[EMAIL PROTECTED]>
Revision ChangesPath
1.29 +1 -0 apache-1.3/src/Makefile.nt
Index: Makef
marc98/11/01 00:45:29
Modified:src CHANGES
src/main util_script.c
Log:
If we are trying to execute a script, the exact thing we are executing
currently isn't logged if it fails. This fixes it so it is logged, with
the Win32 error code returned fro
marc98/10/31 17:08:45
Modified:src/modules/standard mod_cgi.c
Log:
If we can't find a script and magically try adding ".EXE" to it, then
do not log can't find foo.EXE, but just foo. This avoids confusing
people.
Revision ChangesPath
1.87
marc98/10/24 15:59:21
Modified:.index.html
Log:
ApacheCon is over for now, so remove banner.
Revision ChangesPath
1.71 +0 -4 apache-site/index.html
Index: index.html
===
RCS
marc98/10/22 17:34:21
Modified:src/main http_log.c
Log:
apache --> Apache in log message.
Revision ChangesPath
1.73 +1 -1 apache-1.3/src/main/http_log.c
Index: http_log.c
===
RCS f
marc98/10/20 22:57:58
Modified:src/main http_core.c
src CHANGES
htdocs/manual handler.html
Log:
Add a "default-handler" handler that calls the default_hander()
function which is normally called for static content. This allow
marc98/10/19 00:10:17
Modified:src/main http_main.c
Log:
Be more explicit in OS2/Win32 console box message; ie. print
"Apache/x.x.x running..." instead of just "Apache/x.x.x".
Revision ChangesPath
1.401 +2 -2 apache-1.3/src/main/ht
marc98/10/18 23:23:12
Modified:.STATUS
Log:
.
Revision ChangesPath
1.516 +2 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving
marc98/10/18 22:59:36
Modified:src/main http_protocol.c
Log:
After telling people to read the error log time after time, make it
explicit in the 500 error message.
Revision ChangesPath
1.246 +3 -1 apache-1.3/src/main/http_protocol.c
Index
marc98/10/18 22:45:14
Modified:.STATUS
Log:
Minor update.
Revision ChangesPath
1.515 +2 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache-1.3/STATUS,v
marc98/10/18 22:43:35
Modified:src CHANGES
src/modules/standard mod_auth.c
Log:
Log an error if we encounter a malformed "require" directive in
mod_auth if we know that we know that no other module can deal with
it.
Revision ChangesPat
marc98/10/18 22:35:20
Modified:.STATUS
Log:
Dean would get much Apache work done in Seattle right now.
Revision ChangesPath
1.514 +3 -0 apache-1.3/STATUS
Index: STATUS
===
RCS
marc98/10/18 21:59:40
Modified:htdocs/manual/misc FAQ.html
Log:
Since this entry was based on a small number of reports some time ago
and current versions of HP's compiler appear to be fine and I haven't
seen anyone report this in a long time, remove the re
marc98/10/18 19:16:30
Modified:src CHANGES
src/include ap_config.h hsregex.h
src/regex regex2.h
Log:
Remove ap_private_extern method of hiding conflicting symbols
on the NEXT platform because it is not correct for all versions,
and the
marc98/10/18 13:08:51
Modified:htdocs/manual upgrading_to_1_3.html
Log:
While it is fairly obvious that if you upgrade your config files they
are upgraded, make it explicit.
PR: 3212
Revision ChangesPath
1.33 +9 -2 apache-1.3/htdocs/manual
marc98/10/15 09:54:10
Modified:htdocs/manual/mod directives.html
Log:
Add missing ProxyVia directive.
Revision ChangesPath
1.52 +1 -0 apache-1.3/htdocs/manual/mod/directives.html
Index: directives.html
marc98/10/04 12:05:15
Modified:src CHANGES
Log:
Style cleanup.
Revision ChangesPath
1.1100+6 -5 apache-1.3/src/CHANGES
Index: CHANGES
===
RCS file: /export/home/cvs/apache-1.3/src
marc98/10/03 23:13:19
Modified:src CHANGES
src/modules/standard mod_autoindex.c
Log:
Fix mod_autoindex bug where directories got a size of "0k" instead
of "-". This was introduced by a bogus cleanup in rev 1.31; -1 was
changed to 0 to
marc98/10/03 22:45:56
Modified:src/helpers GuessOS
Log:
Words with spaces have to be quoted.
Revision ChangesPath
1.50 +1 -1 apache-1.3/src/helpers/GuessOS
Index: GuessOS
===
RCS file
marc98/10/03 11:46:02
Modified:src/include ap_mmn.h
Log:
Sync with things in mmn.txt but not in ap_mmn.h.
Revision ChangesPath
1.9 +3 -0 apache-1.3/src/include/ap_mmn.h
Index: ap_mmn.h
marc98/09/28 18:22:57
Modified:src/include ap_config.h
Log:
Unserialized accept() should be safe (in all versions) and efficient
(in anything vaguely recent) on FreeBSD.
Revision ChangesPath
1.237 +1 -0 apache-1.3/src/include/ap_config.h
Index
marc98/09/21 11:09:10
Added: .WARNING-NT.TXT
Log:
Veto removal of WARNING-NT.TXT, under c-t-r guidelines. Before it is
revmobed again, standard full voting procedures should apply.
Revision ChangesPath
1.3 +0 -0 apache-1.3/WARNING-NT.TXT
marc98/09/20 18:06:52
Modified:.STATUS
Log:
Add back entry that was removed.
Revision ChangesPath
1.482 +3 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs
marc98/09/20 10:54:45
Modified:.STATUS
Log:
Cloud.
Revision ChangesPath
1.481 +7 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache-1.3/STATUS,v
marc98/09/09 09:01:05
Modified:htdocs/manual/misc FAQ.html
Log:
Be explicit about the obvious; "if you enable SSIs for a directory
tree the setting only applies to that directory tree!"
Revision ChangesPath
1.127 +16 -1 apache-1.3/htdocs/m
marc98/09/07 01:31:46
Modified:htdocs/manual/mod core.html
Log:
Add some more detailed information about ListenBacklog and MaxClients,
plus a few misc cleanups.
Revision ChangesPath
1.134 +22 -9 apache-1.3/htdocs/manual/mod/core.html
Index: core.html
marc98/09/06 20:42:04
Modified:src/modules/standard mod_include.c
Log:
Fix double dbg definition if DEBUG_INCLUDE_CMD is set under OS2.
PR: 2917
Submitted by: Brian Carr <[EMAIL PROTECTED]>
Revision ChangesPath
1.104 +5 -5 apache-1.3/src/m
marc98/09/06 20:22:05
Modified:.security_report.html
Log:
Be even more explicit that [EMAIL PROTECTED] isn't a "sorry, I can't find
any other address so you will help me" address.
Revision ChangesPath
1.2 +5 -3 apache-site/
marc98/09/06 13:03:36
Modified:src/main util.c
Log:
fix typo hidden behind DEFINE.
PR: 2945
Submitted by: Larry Lipsmeyer <[EMAIL PROTECTED]>
Revision ChangesPath
1.132 +2 -1 apache-1.3/src/main/util.c
Index:
marc98/09/06 12:00:41
Modified:htdocs/manual/mod mod_status.html
Log:
ExtendedStatus is first in 1.3.2, _NOT_ 1.3. Please be careful when
noting such things to avoid confused users.
Revision ChangesPath
1.15 +1 -1 apache-1.3/htdocs/manual/mod
marc98/09/04 11:15:48
Modified:htdocs/manual upgrading_to_1_3.html
htdocs/manual/mod mod_expires.html
src CHANGES
src/modules/standard mod_expires.c
Log:
Fix mod_expires to add Expires headers for content that isn't served
marc98/09/03 10:09:31
Modified:src/main util.c
Log:
Since people have trouble with the concept that an error from a web
server telling you to set something may mean you should set it in
your config files, be a bit more explicit.
Revision ChangesPath
1.131 +1
marc98/08/30 14:47:09
Modified:conf srm.conf-dist srm.conf-dist-win
Log:
Fix style of recent changes to be internally consistent.
Revision ChangesPath
1.26 +2 -2 apache-1.3/conf/srm.conf-dist
Index: srm.conf-dist
marc98/08/26 23:49:25
Modified:htdocs/manual/mod core.html
Log:
LocationMatch, not Location, is only 1.3+.
Submitted by: Paul Phillips <[EMAIL PROTECTED]>
Revision ChangesPath
1.133 +2 -2 apache-1.3/htdocs/manual/mod/core.html
Index: cor
marc98/08/24 12:06:07
Modified:.STATUS
Log:
Cool deals on end-of-line Thinkpad 560Es at microwarehouse.
Revision ChangesPath
1.459 +13 -1 apache-1.3/STATUS
Index: STATUS
===
RCS
marc98/08/23 10:54:04
Modified:conf srm.conf-dist-win
Log:
@@ServerRoot@@, not /@@ServerRoot@@ for UserDir.
PR: 2893
Submitted by: Wiliam Stephens <[EMAIL PROTECTED]>
Revision ChangesPath
1.14 +1 -1 apache-1.3/conf/srm.conf-dist-win
marc98/08/20 20:13:36
Modified:conf mime.types
Log:
Fix mime.types file.
While I am at it, fix x,y,z --> nicer x, y, and z.
Reviewed by: Rob McCool
Revision ChangesPath
1.15 +3 -1 apache-1.3/conf/mime.types
Index: mime.ty
marc98/08/15 21:00:09
Modified:.STATUS
Log:
Walla walla wacko wham. Woah.
Revision ChangesPath
1.457 +6 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache
marc98/08/10 11:00:04
Modified:htdocs/manual/misc index.html
Log:
Add some missing entries to the index file.
Revision ChangesPath
1.12 +13 -0 apache-1.3/htdocs/manual/misc/index.html
Index: index.html
marc98/08/10 10:11:18
Modified:src CHANGES
Log:
Finch, not Fincg.
PR: 2820
Submitted by: Tony Finch <[EMAIL PROTECTED]>
Revision ChangesPath
1.1016+1 -1 apache-1.3/src/CHANGES
Index: C
marc98/08/09 14:03:25
Modified:src/modules/standard mod_digest.c
Log:
Wrap line properly for 80 cols.
Revision ChangesPath
1.39 +2 -1 apache-1.3/src/modules/standard/mod_digest.c
Index: mod_digest.c
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: htt
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
marc98/08/04 13:18:21
Modified:.bug_report.html
Log:
Add another thing (check the error log) to the list of things people ignore
when submitting PRs.
Revision ChangesPath
1.17 +3 -0 apache-site/bug_report.html
Index: bug_report.html
marc98/07/27 22:57:15
Modified:htdocs/manual/mod core.html
Log:
Digest is mostly supported, for all the good it does.
PR: 2715
Submitted by: Youichirou Koga <[EMAIL PROTECTED]>
Revision ChangesPath
1.128 +1 -1 apache-1.3/htdocs/manual/mod/cor
marc98/07/22 14:03:51
Modified:dist .htaccess
Log:
Revision ChangesPath
1.7 +3 -0 apache-site/dist/.htaccess
Index: .htaccess
===
RCS file: /export/home/cvs/apache-site/dist
marc98/07/19 00:10:03
Modified:conf mime.types
Log:
Add mime type for .js. See
http://help.netscape.com/kb/client/970303-2.html for details on
.js files.
PR: 2635
Submitted by: Hinnerk Gnutzmann <[EMAIL PROTECTED]>
Revision ChangesPath
1.13
marc98/07/18 22:30:03
Modified:htdocs/manual/misc FAQ.html
Log:
A few minor updates.
Submitted by: Singly Bertrand de (X1995)" <[EMAIL PROTECTED]>
Revision ChangesPath
1.124 +5 -5 apache-1.3/htdocs/manual/misc/FAQ.html
Inde
marc98/07/18 16:35:43
Modified:src/include httpd.h
src/os/win32 registry.c
Log:
And bump to 1.3.2-dev after roll.
Revision ChangesPath
1.228 +2 -2 apache-1.3/src/include/httpd.h
Index: httpd.h
marc98/07/18 15:57:34
Modified:src/include httpd.h
src/os/win32 registry.c
src/os/win32/installer apache.iwz
Log:
Update for rolling 1.3.1 release.
Revision ChangesPath
1.227 +2 -2 apache-1.3/src/include/httpd.h
Index
marc98/07/18 15:50:17
Modified:.Announcement
src CHANGES
Log:
Minor cleanups.
Revision ChangesPath
1.34 +2 -2 apache-1.3/Announcement
Index: Announcement
marc98/07/18 14:43:13
Modified:htdocs/manual suexec.html
Log:
No longer correct (and never really was) to tell them to type cc ...
to compile suexec.
PR: 2517
Revision ChangesPath
1.19 +2 -1 apache-1.3/htdocs/manual/suexec.html
Index
marc98/07/16 13:24:41
Modified:conf access.conf-dist-win httpd.conf-dist-win
Log:
A few minor win32 cleanups. More work is required to make the
*-win files make sense.
Revision ChangesPath
1.9 +5 -4 apache-1.3/conf/access.conf-dist-win
Index
marc98/07/15 11:33:13
Modified:src/support ab.c
Log:
Use ap_select instead of select in ab, and replace hardcoded 256 with
FD_SETSIZE. Should really dynamically track the highest descriptor
and use that.
PR: 2625
Submitted by: Richard Lloyd <[EMAIL PROTECTED]>
marc98/07/14 23:51:59
Modified:.Announcement
Log:
Make up something resembling a 1.3.1 announcement. Comments or
{ap|dis}proval please. Still needs to be reviewed, but get what
I have now in for comment.
Revision ChangesPath
1.31 +68 -28apache
marc98/07/14 22:46:02
Modified:src CHANGES
Log:
A few more CHANGES updates.
Revision ChangesPath
1.965 +10 -5 apache-1.3/src/CHANGES
Index: CHANGES
===
RCS file: /export/home/cvs
marc98/07/14 21:14:00
Modified:src CHANGES
Log:
Assorted CHANGES cleanups. I mean not to step on toes.
Revision ChangesPath
1.964 +35 -37apache-1.3/src/CHANGES
Index: CHANGES
marc98/07/14 20:27:04
Modified:src/include compat.h conf.h
Log:
Fix up compat.h and conf.h legacy support.
Revision ChangesPath
1.15 +2 -3 apache-1.3/src/include/compat.h
Index: compat.h
marc98/07/14 20:04:24
Modified:htdocs/manual/mod mod_auth_anon.html
Log:
Addresses specified for mod_log_anon are logged in the error log,
not the "httpd-log".
PR: 2610
Submitted by: Ron Klatchko <[EMAIL PROTECTED]>
Revision ChangesPath
marc98/07/13 00:06:17
Modified:src/os/win32 util_win32.c
Log:
Add some comments and error checking code to avoid wild memcpy.
This doesn't fix any of the code, just makes it hurt less. Major
bogosity here.
Revision ChangesPath
1.22 +9 -5 apache-1.
marc98/07/12 23:53:02
Modified:.STATUS
Log:
I want snow to wash away the MS.
Revision ChangesPath
1.438 +3 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs
marc98/07/12 20:23:39
Modified:.STATUS
Log:
It never snows in Seattle.
Revision ChangesPath
1.437 +24 -18apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache-1.3
marc98/07/12 20:19:40
Modified:.STATUS
Log:
It always rains in Seattle.
Revision ChangesPath
1.436 +7 -10 apache-1.3/STATUS
Index: STATUS
===
RCS file: /export/home/cvs/apache
marc98/07/12 20:02:16
Modified:src/os/win32 util_win32.c
Log:
Give a proper error message in os_stat if we get something that
doesn't have a drive letter and isn't UNC instead of dumping with
a very unrewarding ap_assert().
Revision ChangesPath
1.21
marc98/07/12 19:44:26
Modified:src/main http_core.c
Log:
Canonicalize ServerRoot _before_ checking if it is a directory.
Fixes problem where paths without a directory were rejected with
a horrible error on Win32.
Revision ChangesPath
1.211 +4 -1 apache
marc98/07/10 01:33:36
Modified:src/main util_script.c
Log:
Logging that scripts aren't executable on Win32 if we can't figure
out how is good; telling people the most probable cause (ie. lack of
#! in a script) is even better.
Revision ChangesPath
1.122
marc98/07/09 23:33:25
Modified:src/modules/standard mod_auth.c
Log:
Add a warning if a valid user that enters a proper password fails
to get access to a directory because they aren't in the list of
those allowed access.
Revision ChangesPath
1.38
marc98/07/09 22:44:46
Modified:src/main http_core.c
Log:
Warn that StartServers does nothing on Win32 instead of just ignoring
it.
Revision ChangesPath
1.210 +4 -0 apache-1.3/src/main/http_core.c
Index: http_core.c
marc98/07/06 10:42:13
Modified:htdocs/manual/mod core.html
Log:
Fix incorrect "first available in" statement for ifdefine.
Revision ChangesPath
1.127 +2 -2 apache-1.3/htdocs/manual/mod/core.html
Index:
On 3 Jul 1998 [EMAIL PROTECTED] wrote:
> coar98/07/03 13:06:02
>
> Modified:src CHANGES
>src/main http_core.c
> Log:
> Fix parsing; "GET" and "get" are distinct methods.
Note that this introduces a security problem in that many users use
something othe
On 13 Jun 1998 [EMAIL PROTECTED] wrote:
>
> Index: CHANGES
> ===
> RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
> retrieving revision 1.912
> retrieving revision 1.913
> diff -u -r1.912 -r1.913
> --- CHANGES 19
On 3 Jun 1998 [EMAIL PROTECTED] wrote:
> rse 98/06/03 05:12:12
>
> Modified:src CHANGES
>src/modules/standard mod_rewrite.c
> Log:
> Fix recently introduced Win32 child spawning code in mod_rewrite.c which was
> broken because of invalid ap_pstrcat() -> st
marc98/05/11 08:03:13
Modified:src CHANGES
Log:
Fix AllowOverrides --> AllowOverride.
PR: 2213
Submitted by: Thomas Neumann <[EMAIL PROTECTED]>
Revision ChangesPath
1.844 +1 -1 apache-1.3/src/CHANGES
Index
marc98/05/11 07:51:24
Modified:htdocs/manual sections.html
htdocs/manual/mod directive-dict.html
Log:
Fix AllowOverrides --> AllowOverride in docs.
PR: 2213
Submitted by: Thomas Neumann <[EMAIL PROTECTED]>
Revision ChangesPath
1.6
marc98/05/08 16:48:58
Modified:dist .htaccess
Log:
Win32, not NT.
Revision ChangesPath
1.6 +3 -3 apache-site/dist/.htaccess
Index: .htaccess
===
RCS file: /export/home/cvs/apache
1 - 100 of 366 matches
Mail list logo