1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-01 23:21:45 +03:00

29 Commits

Author SHA1 Message Date
André Malo
47ceb237e0 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104420 13f79535-47bb-0310-9956-ffa450edef68
2004-07-29 18:23:10 +00:00
André Malo
8d00650919 build typemaps
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100196 13f79535-47bb-0310-9956-ffa450edef68
2003-06-07 23:37:23 +00:00
Joshua Slive
8ec75c12fa Thanks to Yoshiki, we seem to have an (at least temporary) solution to our
doc transformation problem.

As the first step, I'm removing all the .html files.  They will be replaced
by language-specific files.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95238 13f79535-47bb-0310-9956-ffa450edef68
2002-05-23 14:21:19 +00:00
Justin Erenkrantz
249c866d0b Transformations done with Xalan-J.
(No one could reproduce the transformations that were in CVS, so regenerate
the entire shabang.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95132 13f79535-47bb-0310-9956-ffa450edef68
2002-05-16 06:53:47 +00:00
Joshua Slive
30f9e4abae Massive transform commit. Nothing to see here. Please move along.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95018 13f79535-47bb-0310-9956-ffa450edef68
2002-05-09 16:14:27 +00:00
Joshua Slive
a9fbf24e63 Update the transformations.
Sorry for the huge diff.  It seems that switching from Xalan-j to xalan-c
causes the attributes to get reordered.

Suggestions for improvements to the build system would be greatly
appreciated.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94399 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 20:40:48 +00:00
Joshua Slive
e4c1aafd0e Update the transformations again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94012 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:40:13 +00:00
Joshua Slive
2b4cfc0a8d Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94008 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:11:12 +00:00
Joshua Slive
c3dcbcbfd9 Bring the html transformations up-to-date.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93731 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 17:08:19 +00:00
Joshua Slive
5cd209cc39 Commit the transformations from the xml docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93580 13f79535-47bb-0310-9956-ffa450edef68
2002-02-26 19:02:35 +00:00
Jeff Trawick
c701e5e5e8 Describe IPv6 syntax for Listen, Allow from, and <VirtualHost >.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93491 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 14:29:51 +00:00
Joshua Slive
fd11cf06c6 Remove ConnectionStatus directive. No longer in code.
Submitted by:	Daniel Lopez <daniel@rawbyte.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92674 13f79535-47bb-0310-9956-ffa450edef68
2001-12-30 19:30:57 +00:00
Jeff Trawick
29bc14a137 Add some documentation on the ServerLimit and ThreadLimit
directives.

Both were added to mpm_common.html even though ThreadLimit
is used only by worker at the moment.  It is expected that
ThreadLimit will be supported by WinNT and perchild MPMs
in the future.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92536 13f79535-47bb-0310-9956-ffa450edef68
2001-12-19 18:16:40 +00:00
Jeff Trawick
c229289a21 Get rid of threaded MPM. This commit has the actual code changes.
The deletes come next.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92036 13f79535-47bb-0310-9956-ffa450edef68
2001-11-19 18:07:28 +00:00
Justin Erenkrantz
8f92ba2c2d Remove note about Port in the Listen manual citation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91565 13f79535-47bb-0310-9956-ffa450edef68
2001-10-19 05:49:49 +00:00
Ryan Bloom
b7bc1a03e7 Remove the Port directive. In it's place, the Listen directive
is now a required directive, which tells Apache what port to
listen on.  The ServerName directive has also been extended
to accept an optional port.  If the port is specified to the
ServerName, the server will report that port whenever it
reports the port that it is listening on.  This change was
made to ease configuration errors that stem from having a Port
directive, and a Listen directive.  In that situation, the server
would only listen to the port specified by the Listen command,
which caused a lot of confusion to users.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91293 13f79535-47bb-0310-9956-ffa450edef68
2001-10-04 20:00:53 +00:00
Rich Bowen
f88b50dec4 w3c tidy to convert to xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91116 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 19:39:26 +00:00
Ryan Bloom
f48c2e8363 Add documentation for mod_suexec. And add a note in the old docs
about User that SuexecUserGroup now replaces putting User/Group directives
inside of VirtualHosts.
PR:	7634


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89499 13f79535-47bb-0310-9956-ffa450edef68
2001-07-05 04:27:56 +00:00
Chris Pepper
dc5fc7d083 More entity quoting.
<p></p> & <a></a> cleanup.
Removed link to mod_cookies.html (missing in 2.0).
Fixed <a name="#.
Fixed link to fragment removed from mod_proxy.html.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88377 13f79535-47bb-0310-9956-ffa450edef68
2001-02-28 03:40:40 +00:00
Ryan Bloom
e25e1dc44b Rename the mpmt_pthread module to threaded. This module has moved from
the old mpmt_pthread directory to the new threaded directory.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88199 13f79535-47bb-0310-9956-ffa450edef68
2001-02-16 19:00:24 +00:00
Ryan Bloom
c8102d866b Remove the dexter MPM. This has been replaced with the Perchild MPM.
The two MPMs are basically identical, except that Perchild also allows
each child process to have a unique uid/gid combination.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88144 13f79535-47bb-0310-9956-ffa450edef68
2001-02-13 20:30:19 +00:00
Joshua Slive
e3489b6948 Normalize syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68
2000-12-09 19:50:04 +00:00
Joshua Slive
83173184fc Update the dexter and perchild docs, and add a missed directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87077 13f79535-47bb-0310-9956-ffa450edef68
2000-11-23 23:23:54 +00:00
Joshua Slive
180ef301d6 Update the "bind" docs, remove the stuff from "server-wide.html" that
will now go in the MPMs, and update prefork.html with that documentation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87061 13f79535-47bb-0310-9956-ffa450edef68
2000-11-22 06:15:41 +00:00
Ryan Bloom
ccfe507871 Add some docs to the common MPM directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87031 13f79535-47bb-0310-9956-ffa450edef68
2000-11-19 21:52:50 +00:00
Joshua Slive
43e6780ec4 Add the perchild MPM docs and do a little bit of cleanup.
This finishes up the basic structure of the windows and unix
MPMs.  I can do a little more cleanup, but this will need some heavy
input from others, because I don't feel like going through each
MPM to figure out what all these directive actually do.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87029 13f79535-47bb-0310-9956-ffa450edef68
2000-11-19 19:56:42 +00:00
Joshua Slive
a458bdfd78 Add an outline for mpm_winnt.html.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87023 13f79535-47bb-0310-9956-ffa450edef68
2000-11-19 07:37:05 +00:00
Joshua Slive
93330fac25 Woops, I just discovere UNIX_DAEMON_COMMANDS and LISTEN_COMMANDS. Add
in those directives and dexter.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87021 13f79535-47bb-0310-9956-ffa450edef68
2000-11-19 05:02:36 +00:00
Joshua Slive
7d44234891 Using an mpm_common.html file for the common directives makes
things considerably easier.  But, there is still lots of work to do.
Clearly, some of the directives are not implemented exactly the same.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87020 13f79535-47bb-0310-9956-ffa450edef68
2000-11-19 04:24:18 +00:00