summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move HostnameLookups to extra/httpd-default.conf.in assimple-confJoshua Slive2005-04-092-10/+10
| | | | | | | suggested by Justin. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160695 13f79535-47bb-0310-9956-ffa450edef68
* Change the default setting of UseCanonicalName to off and removeJoshua Slive2005-04-084-15/+13
| | | | | | | | | | | | | | | that directive from the default config. This could use some review because it has potential security implications. In particular, it could cause cross-site scripting vulnerabilities if people rely on SERVER_NAME without validating it. But we have been running with this in our default config file for a while, and it vastly reduces the confusion that comes from people setting ServerName incorrectly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160595 13f79535-47bb-0310-9956-ffa450edef68
* Remove all the old broken-browser work-arounds basedJoshua Slive2005-04-061-12/+0
| | | | | | | | | | | | on evidence that these browsers don't exist in the wild. I'm not completely confident about this, but we will at least have a beta cycle to check this before a release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160298 13f79535-47bb-0310-9956-ffa450edef68
* Continuing on the "off-by-default" binge, don't activateJoshua Slive2005-04-061-3/+1
| | | | | | | mod_mime_magic unless it is specifically asked for. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160297 13f79535-47bb-0310-9956-ffa450edef68
* Disable mod_userdir by default.Joshua Slive2005-04-062-3/+10
| | | | | | | | | This is non-backwards-compatible. But it shouldn't effect most people, because almost everyone has a UserDir directive in their config anyway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160296 13f79535-47bb-0310-9956-ffa450edef68
* Add the new extra/httpd-*.conf files into the variableJoshua Slive2005-04-061-1/+1
| | | | | | | substitution process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160291 13f79535-47bb-0310-9956-ffa450edef68
* I'm almost done here.Joshua Slive2005-04-052-43/+31
| | | | | | | | | | | | | | Fixup the vhost example. Fix comments in the main config. In particular, move the User/Group directive out of the "You can override this in a vhost" section. (That was probably a legacy of the days when User/Group was used inside a vhost for suexec.) Remove the "Action" examples, which didn't really provide enough information to make any use of those directives. And overall cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160210 13f79535-47bb-0310-9956-ffa450edef68
* Add the commented-out reference ot the dav example.Joshua Slive2005-04-051-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160174 13f79535-47bb-0310-9956-ffa450edef68
* Add a DAV example config, and move the BrowserMatch's that are specificJoshua Slive2005-04-052-13/+45
| | | | | | | to mod_dav to that example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160173 13f79535-47bb-0310-9956-ffa450edef68
* An idea for solving the LockFile/PidFile issue by puttingJoshua Slive2005-04-052-12/+20
| | | | | | | | them both in extra/httpd-mpm.conf, but including a comment in the main file on when they will need to be changed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160172 13f79535-47bb-0310-9956-ffa450edef68
* Last commit accidentally substituted some variables.Joshua Slive2005-04-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160170 13f79535-47bb-0310-9956-ffa450edef68
* Make a direct link to the index of directives in the docs,Joshua Slive2005-04-041-22/+9
| | | | | | | | | | | | | since that is really the place to start when working through the config file. Remove the concept of "sections" in the config file. They were not that helpful anymore. Fix a broken reference to extra/httpd-multilang-errordocs.conf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160098 13f79535-47bb-0310-9956-ffa450edef68
* Remove "apachectl startssl" support. As mentioned before,Joshua Slive2005-04-041-2/+4
| | | | | | | | | | 99% of people either want to have SSL all the time, or they don't want to have it at all, so making it selectable at launch time is just confusing. The accompanying <IfDefine SSL> stuff has already been removed from the config files.` git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160094 13f79535-47bb-0310-9956-ffa450edef68
* Put all the stuff related to MIME-types in the same generalJoshua Slive2005-04-041-39/+35
| | | | | | | | area and move the EnableSendFile/EnableMMAP directives down to the bottom in the "fix broken stuff" section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160085 13f79535-47bb-0310-9956-ffa450edef68
* Move the config for the users manual to extra/.Joshua Slive2005-04-042-37/+43
| | | | | | | | | | | | | | | | Yes, this means you need to know how to edit the config in order to learn how to edit the config. But you already need to know how to start and install the server before you can get to the manual. Most people should probably be using alternative documentation forms anyway (online, off-browsable single-language tarballs, windows help, etc). Also, clean up a few comments in the extra config section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160079 13f79535-47bb-0310-9956-ffa450edef68
* 1. Change <Files ~> to <FilesMatch>.Joshua Slive2005-04-041-29/+17
| | | | | | | | | | | 2. Remove references to agent and referer logs. (The examples are still in the docs.) 3. Clean up the description of Alias and Redirect, and bring them to the same place in the config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160073 13f79535-47bb-0310-9956-ffa450edef68
* Continue making httpd.conf even smaller.Justin Erenkrantz2005-04-043-61/+66
| | | | | | | | | | * httpd.conf.in: Remove PidFile; move a bunch of configuration options that are backed by equivalent run-time defaults to... * extra/httpd-default.conf.in (added): ...here. * extra/httpd-mpm.conf.in: Move PidFile example here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160063 13f79535-47bb-0310-9956-ffa450edef68
* Wrong variable name for sysconfdir.Joshua Slive2005-04-031-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159969 13f79535-47bb-0310-9956-ffa450edef68
* The last commit messed up the case where we changeJoshua Slive2005-04-031-1/+2
| | | | | | | | | the config file name based on the executable name (which doesn't seem like such a good idea in the first case, but anyway....). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159941 13f79535-47bb-0310-9956-ffa450edef68
* configure.in: perfrom variable substitution on all theJoshua Slive2005-04-032-15/+15
| | | | | | | | | | | | | | | files living in extra/ Makefile.in: on "make install", create an original/ directory that will contain pristine copies of all the config files and make adjustments to also install the files in extra/. Some review of this would be nice, since I hate mucking around in the build system. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159939 13f79535-47bb-0310-9956-ffa450edef68
* Add the ".in" to all the filenames in extra/ so that theyJoshua Slive2005-04-039-0/+0
| | | | | | | | | can be substituted by autconf and rename httpd-std.conf.in to httpd.conf.in. The installed files will now be preserved in an original/ directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159937 13f79535-47bb-0310-9956-ffa450edef68
* There is essentially no difference between the "high performance"Joshua Slive2005-04-031-70/+0
| | | | | | | config and the normal config, other than being much shorter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159866 13f79535-47bb-0310-9956-ffa450edef68
* I messed up the <IfModule> stuff on the last commit, but thereJoshua Slive2005-04-031-4/+0
| | | | | | | | is no reason to put <IfModule> around something that is commented-out anyway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159865 13f79535-47bb-0310-9956-ffa450edef68
* 1. Shorten some comments.Joshua Slive2005-04-032-60/+18
| | | | | | | | | | | 2. Move ExtendedStatus into extra/httpd-info.conf. 3. Remove type-map support from the default config. (It is no longer necessary because the multi-lingual welcome page has been removed.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159864 13f79535-47bb-0310-9956-ffa450edef68
* Add some stuff back to httpd-std.conf.in in the manualJoshua Slive2005-04-021-0/+4
| | | | | | | section to deal with language negotiation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159805 13f79535-47bb-0310-9956-ffa450edef68
* A couple tweaks of the comments at the top, including:Joshua Slive2005-04-021-7/+6
| | | | | | | | | | - Remove the NCSA/Rob McCool reference, which is really meaningless at this point. The only thing left from those days is the idea behind the config format. They get proper attribution elsewhere. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159800 13f79535-47bb-0310-9956-ffa450edef68
* Move mpm config to extra/Joshua Slive2005-04-022-101/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159797 13f79535-47bb-0310-9956-ffa450edef68
* Move vhost example to extra/. Also improve the commentJoshua Slive2005-04-022-39/+47
| | | | | | | | and the "default" vhost issue, and add a second <VirtualHost> section since it doesn't make sense to add just one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159794 13f79535-47bb-0310-9956-ffa450edef68
* Move mod_info and mod_status examples to extra/.Joshua Slive2005-04-022-28/+34
| | | | | | | | | (I also removed the <IfModule> sections and uncommented them. If you include the config file, it should be obvious what you need.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159793 13f79535-47bb-0310-9956-ffa450edef68
* Move mod_userdir config to extra/.Joshua Slive2005-04-022-26/+31
| | | | | | | | (The default on UserDir should be changed to disabled so that it won't work without this extra config stuff.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159792 13f79535-47bb-0310-9956-ffa450edef68
* Move ssl conf file to extra/ directory and remove the <IfDefine SSL>Joshua Slive2005-04-022-19/+15
| | | | | | | | | | nonsense: either you want SSL, or you don't (for 99% of cases). Also add the correct relative directory pointer to the other extra/ Includes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159791 13f79535-47bb-0310-9956-ffa450edef68
* Move all the listings of languages and charcter sets andJoshua Slive2005-04-022-139/+143
| | | | | | | related directives to extra/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159789 13f79535-47bb-0310-9956-ffa450edef68
* Move mod_autoindex config to extra/Joshua Slive2005-04-022-88/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159788 13f79535-47bb-0310-9956-ffa450edef68
* Move the multi-language error docs into their own config fileJoshua Slive2005-04-022-52/+63
| | | | | | | in the extra/ directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159786 13f79535-47bb-0310-9956-ffa450edef68
* Create a branch to work on simplified httpd.conf withJoshua Slive2005-04-020-0/+0
| | | | | | | | | | extra/ directory for other stuff. This should also be a place to work on making more sensible defaults, both in httpd.conf and in the code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159781 13f79535-47bb-0310-9956-ffa450edef68
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):Joe Orton2005-04-011-1/+1
| | | | | | | Don't send an EOS after an interim response. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159671 13f79535-47bb-0310-9956-ffa450edef68
* httpd and Apache are both anticipated now.William A. Rowe Jr2005-03-311-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159627 13f79535-47bb-0310-9956-ffa450edef68
* Apache.exe -> httpd.exe - per discussion on dev@httpdWilliam A. Rowe Jr2005-03-313-5/+5
| | | | | | | | to make Win32 consistent with Unix, and as importantly, quitclaim the 'Apache HTTP Server' project's claim on something not in the spirit of the greater Foundation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159626 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate ldap module load orderingBradley Nicholes2005-03-311-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159620 13f79535-47bb-0310-9956-ffa450edef68
* Implement the exported function from mod_ldap(util_ldap) as optional ↵Bradley Nicholes2005-03-314-51/+83
| | | | | | functions so that we can eliminate the load ordering of mod_ldap and mod_authnz_ldap. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159619 13f79535-47bb-0310-9956-ffa450edef68
* Actually use the compare_cache_size value that is being set by ↵Bradley Nicholes2005-03-303-5/+11
| | | | | | LDAPOpCacheEntries. The actual cache_size was previously defaulting to the value of search _cache_size set by LDAPCacheEntries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159542 13f79535-47bb-0310-9956-ffa450edef68
* * STATUSSander Striker2005-03-301-1/+2
| | | | | | Update to reflect the current state of affairs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159537 13f79535-47bb-0310-9956-ffa450edef68
* * modules/proxy/mod_proxy_http.cSander Striker2005-03-301-1/+1
| | | | | | (ap_proxy_http_process_response): Fix a comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159534 13f79535-47bb-0310-9956-ffa450edef68
* * modules/proxy/mod_proxy_http.cSander Striker2005-03-301-1/+13
| | | | | | | | | (ap_proxy_http_process_response): When there are only headers and no body, give the remainder of the output filters a chance by pushing an EOS bucket through the filter stack. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159533 13f79535-47bb-0310-9956-ffa450edef68
* * docs/conf/httpd-std.conf.inSander Striker2005-03-301-3/+5
| | | | | | | | | Adjust one conditional to new style. Wrap mod_logio directives into a conditional, instead of having them commented out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159499 13f79535-47bb-0310-9956-ffa450edef68
* Add inverted commas to the build script parameter so that it works correctly ↵Graham Leggett2005-03-301-2/+2
| | | | | | when which outputs an empty string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159479 13f79535-47bb-0310-9956-ffa450edef68
* sync with 2.0.54-devJeff Trawick2005-03-301-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159471 13f79535-47bb-0310-9956-ffa450edef68
* clone_headers_no_body: remove all entity headers in addition to the Greg Ames2005-03-291-2/+8
| | | | | | | | Transfer-Encoding header when creating a GET subrequest git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159410 13f79535-47bb-0310-9956-ffa450edef68
* sync with 2.0.54-devJeff Trawick2005-03-291-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159356 13f79535-47bb-0310-9956-ffa450edef68
* Update to reflect htdbm documentation addition.Jason S. Lingohr2005-03-291-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159352 13f79535-47bb-0310-9956-ffa450edef68