summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate ↵Bradley Nicholes2005-05-042-58/+142
| | | | | | against an LDAP directory using a full user DN. This directive allows a user to authenticate against a subcontext that may contain non-unique user IDs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168016 13f79535-47bb-0310-9956-ffa450edef68
* Add a little detail about merging of .htaccess with httpd.conf,Joshua Slive2005-05-032-0/+59
| | | | | | | | | | and provide an example to enforce certain settings. PR: 31782 Submitted by: Ray Ferguson <ferguson berbee.com>, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167970 13f79535-47bb-0310-9956-ffa450edef68
* * server/config.c (process_resource_config_nofnmatch): Fail withJoe Orton2005-05-031-4/+6
| | | | | | | useful error message if the config file can't be opened. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167965 13f79535-47bb-0310-9956-ffa450edef68
* Finish committing the transformations that I accidentally started inJoshua Slive2005-05-0317-25/+41
| | | | | | | the last commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167960 13f79535-47bb-0310-9956-ffa450edef68
* Two clarifications of ErrorDocument:Joshua Slive2005-05-034-6/+15
| | | | | | | | | | | 1. /-rooted paths are relative to DocumentRoot. 2. Bad requests will sometimes ignore ErrorDocument. PR: 27352 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167959 13f79535-47bb-0310-9956-ffa450edef68
* Typo fix.Joshua Slive2005-05-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167936 13f79535-47bb-0310-9956-ffa450edef68
* Dcoument the fact that startssl is gone.Joshua Slive2005-05-032-6/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167912 13f79535-47bb-0310-9956-ffa450edef68
* Add a vote.Graham Leggett2005-05-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165677 13f79535-47bb-0310-9956-ffa450edef68
* %t has logged request time for a very long time.Joshua Slive2005-05-022-2/+2
| | | | | | | | | | | | | | | | | | From mod_log_config.c: /* ### I think getting the time again at the end of the request * just for logging is dumb. i know it's "required" for CLF. * folks writing log parsing tools don't realise that out of order * times have always been possible (consider what happens if one * process calculates the time to log, but then there's a context * switch before it writes and before that process is run again the * log rotation occurs) and they should just fix their tools rather * than force the server to pay extra cpu cycles. if you've got * a problem with this, you can set the define. -djg */ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165671 13f79535-47bb-0310-9956-ffa450edef68
* Disable some default LibC debugging code when compiling optimizedBradley Nicholes2005-04-291-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165340 13f79535-47bb-0310-9956-ffa450edef68
* * modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocationJoe Orton2005-04-281-1/+1
| | | | | | | | | size. PR: 34588 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165151 13f79535-47bb-0310-9956-ffa450edef68
* Move the ldap_set_option() call to set the connection time from being global ↵Bradley Nicholes2005-04-271-17/+20
| | | | | | to being connection specific. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164919 13f79535-47bb-0310-9956-ffa450edef68
* - don't allow PROPFIND in the default config for public_html directoriesJoe Orton2005-04-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164763 13f79535-47bb-0310-9956-ffa450edef68
* update transformation.Paul Querna2005-04-261-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164758 13f79535-47bb-0310-9956-ffa450edef68
* Document that SSLRequire is broken for use in threaded MPMs and .htaccess files.Paul Querna2005-04-261-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164756 13f79535-47bb-0310-9956-ffa450edef68
* httpd-config would be a great thing to replace apxs with.Paul Querna2005-04-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164755 13f79535-47bb-0310-9956-ffa450edef68
* AllowEncodedSlashes fix was backported in 2.0.52. Remove this STATUS file ↵Paul Querna2005-04-261-3/+0
| | | | | | entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164752 13f79535-47bb-0310-9956-ffa450edef68
* Oops... document ap_get_local_host() rewrite.Jim Jagielski2005-04-251-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164607 13f79535-47bb-0310-9956-ffa450edef68
* Add ap_vhost_iterate_given_conn() as I had previously mentioned on the ↵Paul Querna2005-04-254-1/+80
| | | | | | mailing list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164538 13f79535-47bb-0310-9956-ffa450edef68
* Remove ap_method_list_do and ap_method_list_vdo as previously mentioned ↵Paul Querna2005-04-253-32/+4
| | | | | | dev@httpd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164536 13f79535-47bb-0310-9956-ffa450edef68
* * httpd/modules/ssl/NWGNUmakefileAndré Malo2005-04-240-0/+0
| | | | | | | svn:eol-style = native git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164428 13f79535-47bb-0310-9956-ffa450edef68
* * manual/mod/mod_log_config.html.ja.euc-jpAndré Malo2005-04-2413-1031/+1135
| | | | | | | | | | | | | | | | | | | | manual/mod/mod_log_config.xml.meta manual/mod/directives.html.de manual/mod/directives.html.en manual/mod/directives.html.es manual/mod/quickreference.html.de manual/mod/quickreference.html.en manual/mod/quickreference.html.es manual/mod/mod_log_config.html.en manual/mod/mod_log_config.xml.ja manual/mod/mod_log_config.xml.ko manual/platform/netware.xml.ko manual/platform/netware.html.en Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164425 13f79535-47bb-0310-9956-ffa450edef68
* * docs/manual/mod/mod_log_config.xmlAndré Malo2005-04-241-1/+1
| | | | | | | Fix XML validation error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164424 13f79535-47bb-0310-9956-ffa450edef68
* Document BufferedLogsJoshua Slive2005-04-221-0/+23
| | | | | | | PR: 32492 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164258 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that we always return a FQDN... This is not guaranteed by eitherJim Jagielski2005-04-211-6/+17
| | | | | | | | | | apr_sockaddr_info_get() or apr_getnameinfo(). Also note that under OS X, apr_getnameinfo() always seems to fail (at least on my machines) so if we don't specific ServerName at the global setting, we get a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164092 13f79535-47bb-0310-9956-ffa450edef68
* APRized ap_get_local_host()Jim Jagielski2005-04-201-41/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@162066 13f79535-47bb-0310-9956-ffa450edef68
* use BSD sockets when building for IPV6Bradley Nicholes2005-04-201-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@162054 13f79535-47bb-0310-9956-ffa450edef68
* Fix issue where mod_ssl does not pick up the ssl-unclean-shutdownJoe Orton2005-04-193-40/+32
| | | | | | | | | | | | | | | | | setting when configured e.g. as a reverse proxy: * modules/ssl/ssl_private.h: Remove ssl_hook_Translate. * modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Merge in ssl_hook_Translate. (ssl_hook_Translate): Remove. * modules/ssl/mod_ssl.c (ssl_register_hooks): Ensure that _ReadReq hook runs after mod_setenvif.c; don't register translate_name hook. PR: 34452 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161958 13f79535-47bb-0310-9956-ffa450edef68
* * docs/conf/extra/httpd-ssl.conf.in: Don't reference directories whichJoe Orton2005-04-191-6/+6
| | | | | | | aren't created by "make install". Use BrowserMatch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161883 13f79535-47bb-0310-9956-ffa450edef68
* Build mod_ssl for the NetWare platformBradley Nicholes2005-04-196-3/+353
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161813 13f79535-47bb-0310-9956-ffa450edef68
* Document some environment variable optionsBradley Nicholes2005-04-181-3/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161796 13f79535-47bb-0310-9956-ffa450edef68
* Link to the correct socket library depending on which one is selectedBradley Nicholes2005-04-188-8/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161791 13f79535-47bb-0310-9956-ffa450edef68
* Fix the logfile names in windows to have a .log extension.Joshua Slive2005-04-181-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161777 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we don't overwrite existing config if itJoshua Slive2005-04-181-1/+1
| | | | | | | | | has a name other than httpd.conf. Submitted by: Rici Lake git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161776 13f79535-47bb-0310-9956-ffa450edef68
* Update German translationAndré Malo2005-04-187-18/+12
| | | | | | | | | | | | | | | | | | * manual/mod/core.xml.de manual/index.xml.de Bring up to date * manual/index.html.de manual/mod/core.xml.meta manual/mod/core.html.de manual/mod/quickreference.html.de manual/index.xml.meta Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161773 13f79535-47bb-0310-9956-ffa450edef68
* - mod_deflate currently only does C-E, and not T-E. Fix the comment at the ↵Paul Querna2005-04-181-1/+1
| | | | | | top saying it does T-E. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161738 13f79535-47bb-0310-9956-ffa450edef68
* 'server stuff' is not very descriptive. All the variables in thisRich Bowen2005-04-182-2/+2
| | | | | | | category are date and time variables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161704 13f79535-47bb-0310-9956-ffa450edef68
* mod_deflate should be merging the Vary header, not Setting it, and ignoring ↵Paul Querna2005-04-172-1/+5
| | | | | | | | | what other modules put there. Spotted By: Rici Lake git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161691 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-04-1717-36/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161679 13f79535-47bb-0310-9956-ffa450edef68
* Update Japanese translation.Hiroaki Kawai2005-04-166-27/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161562 13f79535-47bb-0310-9956-ffa450edef68
* got rave reviews from my customer on using buffered i/o for RewriteMap files, soGreg Ames2005-04-151-0/+5
| | | | | | | brag about it a little. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161509 13f79535-47bb-0310-9956-ffa450edef68
* * support/ab.c (open_postfile): Use apr_file_read_full, tidy up errorJoe Orton2005-04-151-18/+9
| | | | | | | messages, remove redundant variable.s git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161485 13f79535-47bb-0310-9956-ffa450edef68
* * support/ab.c (test): Treat POST data as a binary blob not a CJoe Orton2005-04-151-1/+1
| | | | | | | | | | string. PR: 12981 Submitted by: Matthew H. Gerlach <mgerlach@lightsurf.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161483 13f79535-47bb-0310-9956-ffa450edef68
* Add redirect-carefully BrowserMatch for FrontPage.Joe Orton2005-04-151-1/+2
| | | | | | | PR: 32842 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161475 13f79535-47bb-0310-9956-ffa450edef68
* Fix and prevent some segfaults in ab:Joe Orton2005-04-151-5/+10
| | | | | | | | | | | | * support/ab.c (main): Fail if given concurrency level greater than number of requests, to prevent segfaults later. (ssl_print_cert_info): Use the correct buffer size. (ssl_start_connect): SSL_get_peer_cert_chain doesn't bump refcounts, so don't free the cert chain here. (test): Use both calloc parameters (unrelated cleanup). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161437 13f79535-47bb-0310-9956-ffa450edef68
* Ignore generated config files.Joe Orton2005-04-150-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161431 13f79535-47bb-0310-9956-ffa450edef68
* Allow httpd on NetWare to build using either the standard socket libraries ↵Bradley Nicholes2005-04-1510-8/+66
| | | | | | or the Winsock libraries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161368 13f79535-47bb-0310-9956-ffa450edef68
* BRIGADE_NORMALIZE could produce invalid results with 0 length buckets.Paul Querna2005-04-151-1/+3
| | | | | | | Submitted By: Rici Lake git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161367 13f79535-47bb-0310-9956-ffa450edef68
* lookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: files Greg Ames2005-04-141-1/+1
| | | | | | | | | | | | | | one byte at a time. I was horrified to see a dump of a server with hundreds of worker threads in read() syscalls, all trying to read a 149k RewriteMap file simultaneously. each thread finds one key, inserts it into the cache, then the rest of the information is discarded. there are further improvements which could be made but let's try the simplest first. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161354 13f79535-47bb-0310-9956-ffa450edef68
* As discussed on the list, change the default setting forRich Bowen2005-04-137-7/+7
| | | | | | | KeepAliveTimeout from 15 seconds to 5 seconds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161140 13f79535-47bb-0310-9956-ffa450edef68