- Apr 03, 2005
-
-
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
-
- Mar 27, 2005
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159177 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159149 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159147 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159141 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159140 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159139 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 26, 2005
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159110 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159109 13f79535-47bb-0310-9956-ffa450edef68
-