- May 22, 1998
-
-
Ralf S. Engelschall authored
APACI and Apache 1.3 Makefile.tmpl support in mod_perl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81350 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
but better to have this list in a correct state. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81349 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
tries to run "make install" at this level. Additionally do some cosmetics on the "Configuration is older then Configuration.tmpl" message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81348 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
I wanted to make it 1.3.0-dev, but I figured I was running low on karma today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81347 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Rolling the release, about to tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81345 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 1998
-
-
brian authored
Prepare for release. I've got to take my wife to the airport, I'll roll the release in about 2 hours. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81344 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Reviewed by: Paul Sutton, Martin Kraemer Move the _log to .log. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81343 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: "Brian Havard" <brianh@kheldar.apana.org.au> "Brian Havard" <brianh@kheldar.apana.org.au> writes: For reasons I've yet to determine the OS/2 exe is compiled with a switch that makes fopen() default to binary mode (-Zbin-files). This makes the !# parser in ap_call_exec() fail on scripts that use CR/LF line terminators. The following patch fixes that. Note that the code affected is inside an #ifdef __EMX__ so there's no chance of breaking other platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81342 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Enable Alias by default so that icons are viewable in default distribution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81341 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
substitution takes place, for instance via the following rule: RewriteRule ^myscript$ - [T=application/x-httpd-cgi] This was often requested by users (not only the submitter of the bug report) in the past to force a single script without a .cgi extension and outside any cgi-bin dirs to be executed as a CGI program. PR: 2254 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81340 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Ed Korthof's fixes for 408 and 414 protocol issues. <Pine.GSO.3.95.980204191834.4314K-200000@aether.organic.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81339 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Don't commit suicide. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81338 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Not a generic fix for RFC1123 and 959, but closer than what was there before. Still doesn't read directories from DJB's anonftpd right, but then again neither does Netscape. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81335 13f79535-47bb-0310-9956-ffa450edef68
-
- May 20, 1998
-
-
brian authored
thanks dean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81334 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Much better - have a separate variable specificly for testing the refererignore patterns, and only tolower that one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81333 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
address change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81332 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81330 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Correct the ServerTokens docs a little bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81329 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
(child_info *pinfo !!). This is the easier part: We just avoid fiddling with the pinfo stuff by using the reliable piped logs. Beside this repair reason its the preferred way, too. The previous code in mod_rewrite is from dates where no reliable piped logs exist ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81327 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
{Sigh} How explicit can we get? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81324 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Part 2 of the semi-regular HTML normalisation. Now on to apache-site... No thirty. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81323 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Some of my semi-regular HTML cleanup (tag ordering, B/I replacement) and long-line (>80) shortening. No thirty.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81321 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
clean up an error message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81319 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Update the comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81318 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Added text about regualr expressions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81317 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Add note about setting the proper system time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81315 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
IdentityCheck not allowed in .htaccess files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81313 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Made RefererIgnore comparison case-insensitive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81311 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Reluctantly. :( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81310 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: Ronald Tschalaer <Ronald.Tschalaer@psi.ch> Added note about JDK 1.2 betas having HTTP problems. Thanks Ronald. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81309 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Added note about change to API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81307 13f79535-47bb-0310-9956-ffa450edef68
-
- May 19, 1998
-
-
brian authored
Added some error warnings back. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81305 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Two things: replaced the use of spawn_child with ap_spawn_child_err_buff in various modules (to be "safe" under Win32) and modified the agent and referer logging modules to use ap_open_piped_logs rather than try and do it on their own. I'm not sure that uncompress_child in mod_mime_magic is correct; could someone look at it? Also, Ralf, mod_rewrite.c needs similar treatment. I was off to do it but it looked more complex than the other changes, and I'm sure once you see the changes made here you can understand which mod_rewrite changes to make. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81304 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
ugly hack to allow it to compile under compilers which fail on zero-sized structs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81303 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Cleanups for changes to ap_spawn_child call. Removed an inadvertant space in mod_include. Work still needed in this area: ap_spawn_child_err_buff needs to be called to set the child_info structure, rather than just NULL as it is now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81302 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81301 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81300 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81298 13f79535-47bb-0310-9956-ffa450edef68
-
- May 18, 1998
-
-
brian authored
Fix broken link, add note about maxclients. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81297 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Improve RFC1413 support. See Message-ID: <Pine.BSF.3.95.980513104320.974R-100000@alive.znep.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81294 13f79535-47bb-0310-9956-ffa450edef68
-