- Apr 04, 2005
-
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
Justin Erenkrantz authored
* 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
-
- Apr 03, 2005
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159969 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
Joshua Slive authored
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
-
- Apr 02, 2005
-
-
Joshua Slive authored
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
-
Joshua Slive authored
- 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
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159797 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
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
-
Joshua Slive authored
(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
-
Joshua Slive authored
(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
-
Joshua Slive authored
Move ssl conf file to extra/ directory and remove the <IfDefine SSL> 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
-
Joshua Slive authored
related directives to extra/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159789 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159788 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
in the extra/ directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159786 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
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
-
- Apr 01, 2005
-
-
Joe Orton authored
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
-
- Mar 31, 2005
-
-
William A. Rowe Jr authored
httpd and Apache are both anticipated now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159627 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Apache.exe -> httpd.exe - per discussion on dev@httpd 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
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159620 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Implement the exported function from mod_ldap(util_ldap) as optional 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
-
- Mar 30, 2005
-
-
Bradley Nicholes authored
Actually use the compare_cache_size value that is being set by 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
-
Sander Striker authored
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
-
Sander Striker authored
(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
-
Sander Striker authored
(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
-
Sander Striker authored
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
-
Graham Leggett authored
Add inverted commas to the build script parameter so that it works correctly when which outputs an empty string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159479 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159471 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2005
-
-
Greg Ames authored
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
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159356 13f79535-47bb-0310-9956-ffa450edef68
-
Jason S. Lingohr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159352 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 28, 2005
-
-
Astrid Kessler authored
Reviewed by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159285 13f79535-47bb-0310-9956-ffa450edef68
-