summaryrefslogtreecommitdiffstats
path: root/docs/conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add extension for XUL (PR#20558).Erik Abele2003-08-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101001 13f79535-47bb-0310-9956-ffa450edef68
* Standardize on example.com names, never bogus your-server.name styleWilliam A. Rowe Jr2003-07-292-4/+4
| | | | | | | | entries. Roy attacked this recently, but apparently there are some holdovers or reversions to this policy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100847 13f79535-47bb-0310-9956-ffa450edef68
* remove duped sectionAndré Malo2003-07-231-9/+0
| | | | | | | Submitted by: Justin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100743 13f79535-47bb-0310-9956-ffa450edef68
* further cleanup, and add esperanto codeAndré Malo2003-07-212-10/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100725 13f79535-47bb-0310-9956-ffa450edef68
* cleanup addlanguage/comments and languagepriorityAndré Malo2003-07-212-35/+34
| | | | | | | PR: 21743 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100722 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Replace * with *:80 in the <VirtualHost> example also.Rich Bowen2003-07-162-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100657 13f79535-47bb-0310-9956-ffa450edef68
* Replace NameVirtualHost * with NameVirtualHost *:80 in the exampleRich Bowen2003-07-162-2/+2
| | | | | | | config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100654 13f79535-47bb-0310-9956-ffa450edef68
* remove my in-line commentsRoy T. Fielding2003-07-141-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100607 13f79535-47bb-0310-9956-ffa450edef68
* When the top-level directory section for / was added for the sakeRoy T. Fielding2003-07-142-2/+8
| | | | | | | | | | | | | | | | of performance and to allow automount symlinks to be followed, we mistakenly opened access to the entire directory system by default. I noticed this because all of the /~user directories are available by default without any restrictions, which is a bad idea for anything other than one server within a department of shared users. However, it also makes it easier to serve files anywhere on disk by mistake, and makes other URI-handling bugs more severe than they would be otherwise. Therefore, this patch reinstates access control to deny access to all files other than under DocumentRoot, icons, and manual, until additional directory/locations are explicitly allowed by the admin. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100593 13f79535-47bb-0310-9956-ffa450edef68
* Answer Jeff and Andres concerns regarding ssl-std.conf.inThom May2003-07-131-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100576 13f79535-47bb-0310-9956-ffa450edef68
* Try to be clearer in describing the connection between AddType andRoy T. Fielding2003-07-103-18/+38
| | | | | | | AddEncoding for defining the meaning of compressed file extensions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100538 13f79535-47bb-0310-9956-ffa450edef68
* Sync with IANA registry and W3C recommended types, the latter beingRoy T. Fielding2003-07-091-41/+160
| | | | | | | | necessary because the W3C committees are too lame to finish their own type registrations. Nevertheless, they are already in use. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100524 13f79535-47bb-0310-9956-ffa450edef68
* remove bogus content type overrides from the default configRoy T. Fielding2003-07-092-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100521 13f79535-47bb-0310-9956-ffa450edef68
* do not put active IfModule directives around config lines thatRoy T. Fielding2003-07-091-8/+8
| | | | | | | are commented out -- that is just a waste of processing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100520 13f79535-47bb-0310-9956-ffa450edef68
* Added application/ogg for .ogg files (seeErik Abele2003-07-081-0/+1
| | | | | | | | | http://www.rfc-editor.org/rfc/rfc3534.txt). This 'fixes' PR 17719. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100493 13f79535-47bb-0310-9956-ffa450edef68
* remove proxy sample configAndré Malo2003-07-062-69/+0
| | | | | | | | Suggested by: Joshua Slive Acked by: Cliff Woolley, Sander Striker, David Reid, /me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100463 13f79535-47bb-0310-9956-ffa450edef68
* simplify type-map configAndré Malo2003-07-052-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100456 13f79535-47bb-0310-9956-ffa450edef68
* adjust config to work with typemaps.André Malo2003-06-082-2/+12
| | | | | | | | argh. Forget to mention all the time (sorry): The typmap stuff was Reviewed by: Erik Abele, Astrid Ke�ler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100197 13f79535-47bb-0310-9956-ffa450edef68
* "Comment out .gz etc. AddEncoding lines in our default configuration.Erik Abele2003-06-011-2/+2
| | | | | | | | | | | | | | Current browsers have a tendency to decompress the data when no one really wants it to do that. If you want the old behavior that leads to transparent decompression by modern browsers, uncomment these lines. But, this shouldn't be our default." (see httpd-std.conf.in r1.32, jerenkrantz) Reviewed by: wrowe, slive, nd, erik Also removed the corresponding entry from STATUS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100131 13f79535-47bb-0310-9956-ffa450edef68
* - add simplified chinese welcome pageAndré Malo2003-05-282-0/+2
| | | | | | | | | | - add .zh-cn extension for zh-CN language code to default config. Submitted by: kajaa <kajaa@eastday.com> Reviewed by: <yinglichina@sina.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100075 13f79535-47bb-0310-9956-ffa450edef68
* list all available error languagesAndré Malo2003-05-212-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99959 13f79535-47bb-0310-9956-ffa450edef68
* language code for Czech is 'cs', not 'cz'.André Malo2003-05-132-4/+4
| | | | | | | PR: 9427 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99767 13f79535-47bb-0310-9956-ffa450edef68
* Post change tidy up; wrap CHANGES properly and add ssl-std.conf to .cvsignoreThom May2003-05-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99720 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that ssl-std.conf is generated at configure time, and switchThom May2003-05-051-18/+18
| | | | | | | | | to using the expanded config variables to work the same as httpd-std.conf PR: 19611 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99719 13f79535-47bb-0310-9956-ffa450edef68
* refer to the correct error document.André Malo2003-05-052-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99714 13f79535-47bb-0310-9956-ffa450edef68
* introduce cross-language links. The links to all available languages of aAndré Malo2003-05-022-2/+8
| | | | | | | | document will show up on the top and the bottom of a page. Additionally, change the default config to deliver the desired results. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99684 13f79535-47bb-0310-9956-ffa450edef68
* The docs no longer need includes.Joshua Slive2003-04-232-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99536 13f79535-47bb-0310-9956-ffa450edef68
* Fix chinese default page.André Malo2003-03-222-4/+2
| | | | | | | | | | | | | | Netware config still needs to be sync'd (whereever it is). - the encoding was wrong (iso-8859-1 instead fo big5, so (re-)added the appropriate extension(s)) - Fixed AddLanguage directives in default configs - Fixed type map file. PR: 18025 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99040 13f79535-47bb-0310-9956-ffa450edef68
* be consistent with 1.3 and use .sv extension for Swedish documentsAndré Malo2003-03-012-2/+2
| | | | | | | | | | | The index file itself didn't change (only renamed) The netware config still needs to be changed. PR: 12877 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98854 13f79535-47bb-0310-9956-ffa450edef68
* Updated outdated IANA url.Erik Abele2003-02-272-6/+6
| | | | | | | PR: 17433 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98826 13f79535-47bb-0310-9956-ffa450edef68
* Fix the resource link; submitted by B. W. Fitzpatrick.William A. Rowe Jr2003-01-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98438 13f79535-47bb-0310-9956-ffa450edef68
* Comment out .gz etc. AddEncoding lines in our default configuration.Justin Erenkrantz2003-01-221-2/+2
| | | | | | | | | | Current browsers have a tendency to decompress the data when no one really wants it to do that. If you want the old behavior that leads to transparent decompression by modern browsers, uncomment these lines. But, this shouldn't be our default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98436 13f79535-47bb-0310-9956-ffa450edef68
* Our standard distribution should not promote broken behavior. We canGreg Stein2003-01-052-2/+2
| | | | | | | | | | | | | | | | help out those packages which are already distributed, but the developers should be *fixing* their software. The WebDAVFS is pinned to a specific set of versions (1.[012]) because Apple has said they'll fix it in the next release. This change pins the gnome-vfs workaround to a specific version (1.0*), with the expectation they will fix their software. If they state they won't be fixing the behavior, then we should rip this out (and once they commit to a fix in a specific rev, then we can workaround everything up to that rev). Apache HTTPD is all about being a reference platform, not about compensating for broken clients out there... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98166 13f79535-47bb-0310-9956-ffa450edef68
* 2.0 -> 2.1Wilfredo Sanchez2002-12-083-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97800 13f79535-47bb-0310-9956-ffa450edef68
* different case may confuse people.André Malo2002-12-022-2/+2
| | | | | | | PR: 15001 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97745 13f79535-47bb-0310-9956-ffa450edef68
* Add <IfModule> conditionals around non-core directives.Wilfredo Sanchez2002-11-251-475/+502
| | | | | | | Submitted by: Tim Wilde <twilde@dyndns.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97642 13f79535-47bb-0310-9956-ffa450edef68
* removed absurd comment (huh, where did this come from?)Erik Abele2002-11-201-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97577 13f79535-47bb-0310-9956-ffa450edef68
* fix the sample worker configuration... it didn't make any senseJeff Trawick2002-11-201-5/+6
| | | | | | | | | | | | | | previously, and you'd see something like this when starting Apache with it: WARNING: MaxClients (8) must be at least as large large as ThreadsPerChild (25). Automatically increasing MaxClients to 25. PR: 10430 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97573 13f79535-47bb-0310-9956-ffa450edef68
* Add --[enable|disable]-v4-mapped configure option to controlJeff Trawick2002-11-142-1/+5
| | | | | | | | | | | | | | | | | | whether or not Apache expects to handle IPv4 connections on IPv6 listening sockets. Either setting will work on systems with the IPV6_V6ONLY socket option. --enable-v4-mapped must be used on systems that always allow IPv4 connections on IPv6 listening sockets. Note: As the ssl config file is not automatically generated and it is expected to require editing anyway to work, the only change there was to suggest the required Listen statements in a comment. PR: PR 14037 (Bugzilla), PR 7492 (Gnats), various dups of these PRs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97516 13f79535-47bb-0310-9956-ffa450edef68
* Setting Listen changes where you are listening. Hence, s/in additionRich Bowen2002-11-042-2/+2
| | | | | | | | to/instead of/ Thanks to Peter Nelson for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97391 13f79535-47bb-0310-9956-ffa450edef68
* For the new EnableSendfile directive...William A. Rowe Jr2002-10-152-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97222 13f79535-47bb-0310-9956-ffa450edef68
* Notes to close PR 10190William A. Rowe Jr2002-10-151-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97219 13f79535-47bb-0310-9956-ffa450edef68
* I believe these should be the defaults under the new auth schema.William A. Rowe Jr2002-10-121-4/+10
| | | | | | | Feel free to correct me if I'm wrong. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97183 13f79535-47bb-0310-9956-ffa450edef68
* add a BrowserMatch directive to enable redirect-carefully forJeff Trawick2002-10-052-2/+4
| | | | | | | | | | | | the Gnome VFS so that WebDAV works correctly with Nautilus and other code using the Gnome VFS PR: 12901 Submitted by: Rusty Conover <rconover@infogears.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97111 13f79535-47bb-0310-9956-ffa450edef68
* Fix a broken URL.Cliff Woolley2002-09-301-1/+1
| | | | | | | Submitted by: Sameer Manek <manek@ghur.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97026 13f79535-47bb-0310-9956-ffa450edef68
* New Module -- mod_logio.Ian Holsman2002-09-282-0/+6
| | | | | | | | | | | This adds the ability to log the bytes sent and received for each request Submitted by: Bojan Smojver <bojan@rexursive.com> Reviewed by: Justin & Ian git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97000 13f79535-47bb-0310-9956-ffa450edef68
* A NetWare version of the httpd.conf file is no longer needed since all of theBradley Nicholes2002-09-201-942/+0
| | | | | | | | NetWare differences have been folded into httpd-std.conf.in or added through the mkconfNW.awk script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96928 13f79535-47bb-0310-9956-ffa450edef68
* APR_HAS_MMAP == 0 in apr.hnw, so we can presume that this directive isWilliam A. Rowe Jr2002-09-161-10/+0
| | | | | | | a noop for today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96842 13f79535-47bb-0310-9956-ffa450edef68
* Consistify the configuration files for the .41 release. This bringsWilliam A. Rowe Jr2002-09-163-55/+86
| | | | | | | | | | | all three flavors back into sync. With luck, I won't be doing this again, but I need some time to play with awk magic first. {The nested <IfModule> directives don't make this all that simple.} git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96841 13f79535-47bb-0310-9956-ffa450edef68
* Fixed an invalid URL to the docs of the lockfile directive.Erik Abele2002-09-152-4/+4
| | | | | | | BUG#: 12660, Submitted by: Thomas Bader <thomasb+apache.org-bugs@trash.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96824 13f79535-47bb-0310-9956-ffa450edef68