From 12e6784bd0378eec36a82d584156825430d7ca34 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Mon, 16 Jun 2008 09:42:39 +0000 Subject: [PATCH] update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@668096 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 12 - docs/manual/mod/core.html.tr.utf8 | 10 - docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/mod_so.html.ja.utf8 | 4 +- docs/manual/mod/mod_version.html.ja.utf8 | 2 +- docs/manual/vhosts/details.html | 4 + docs/manual/vhosts/details.html.en | 6 +- docs/manual/vhosts/details.html.ko.euc-kr | 6 +- docs/manual/vhosts/details.html.tr.utf8 | 403 ++++++++++++ docs/manual/vhosts/details.xml.meta | 1 + docs/manual/vhosts/examples.html | 4 + docs/manual/vhosts/examples.html.en | 6 +- docs/manual/vhosts/examples.html.ko.euc-kr | 6 +- docs/manual/vhosts/examples.html.tr.utf8 | 641 ++++++++++++++++++++ docs/manual/vhosts/examples.xml.meta | 1 + docs/manual/vhosts/fd-limits.html | 4 + docs/manual/vhosts/fd-limits.html.en | 6 +- docs/manual/vhosts/fd-limits.html.ja.utf8 | 6 +- docs/manual/vhosts/fd-limits.html.ko.euc-kr | 6 +- docs/manual/vhosts/fd-limits.html.tr.utf8 | 128 ++++ docs/manual/vhosts/fd-limits.xml.meta | 1 + docs/manual/vhosts/mass.html | 4 + docs/manual/vhosts/mass.html.en | 6 +- docs/manual/vhosts/mass.html.ko.euc-kr | 6 +- docs/manual/vhosts/mass.html.tr.utf8 | 406 +++++++++++++ docs/manual/vhosts/mass.xml.meta | 1 + docs/manual/vhosts/name-based.html.ja.utf8 | 2 +- 29 files changed, 1641 insertions(+), 47 deletions(-) create mode 100644 docs/manual/vhosts/details.html.tr.utf8 create mode 100644 docs/manual/vhosts/examples.html.tr.utf8 create mode 100644 docs/manual/vhosts/fd-limits.html.tr.utf8 create mode 100644 docs/manual/vhosts/mass.html.tr.utf8 diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index b539bfc4487..9525e3d90bd 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1467,18 +1467,6 @@ the server configuration files Include conf/vhosts/*.conf

-

Running apachectl configtest will give you a list - of the files that are being processed during the configuration - check:

- -

- root@host# apachectl configtest
- Processing config file: /usr/local/apache2/conf/ssl.conf
- Processing config file: /usr/local/apache2/conf/vhosts/vhost1.conf
- Processing config file: /usr/local/apache2/conf/vhosts/vhost2.conf
- Syntax OK -

-

See also