From: André Malo Date: Wed, 16 Apr 2003 22:39:37 +0000 (+0000) Subject: the faq html/ssi format bites me all the time. X-Git-Tag: pre_ajp_proxy~1840 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=573fc66607d1b9838d2bcaf17848473e5d134f85;p=thirdparty%2Fapache%2Fhttpd.git the faq html/ssi format bites me all the time. Add initial xml/xsl version of the faq data. (includes a build.xml/deps.xml update) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99393 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/faq/all_in_one.html.en b/docs/manual/faq/all_in_one.html.en index c6d3e8b9c56..64d49dcfc34 100644 --- a/docs/manual/faq/all_in_one.html.en +++ b/docs/manual/faq/all_in_one.html.en @@ -1,41 +1,139 @@ - - - - - - Apache Server Frequently Asked Questions - - - - - -

Frequently Asked Questions

- -

The latest version of this FAQ is always available from the - main Apache web site, at <http://httpd.apache.org/docs-2.1/faq/>. -

- -

Since Apache 2.0 is very new, we don't yet know what the - Frequently Asked Questions will be. While this section - fills up, you should also consult the Apache 1.3 + + + +Frequently Asked Questions - Apache HTTP Server + + + + +

+
<-
+
+Apache > HTTP Server > Documentation > Version 2.1 > FAQ

Frequently Asked Questions

+

The latest version of this FAQ is always available from the main Apache + web site, at <http://httpd.apache.org/docs-2.1/faq/>.

+ +

Since Apache 2.0 is quite new, we don't yet know what the Frequently + Asked Questions will be. While this section fills up, you should also + consult the Apache 1.3 FAQ to see if your question is answered there.

+
+ +
top
+
+

Topics

+
Support
What do I do when I have problems?
+
top
+
+

Support

+ + +

"Why can't I ...? Why won't ... work?" What to do in case of + problems

+ + +

If you are having trouble with your Apache server software, you should + take the following steps:

+ +
+
Check the errorlog!
+
Apache tries to be helpful when it encounters a problem. In many + cases, it will provide some details by writing one or messages to the + server error log. Sometimes this is enough for you to diagnose & fix + the problem yourself (such as file permissions or the like). The default + location of the error log is + /usr/local/apache2/logs/error_log, but see the ErrorLog directive in your config files for the + location on your server.
+ +
Check the FAQ!
+
The latest version of the Apache Frequently-Asked Questions list can + always be found at the main Apache web site.
+ +
Check the Apache bug database
+
Most problems that get reported to The Apache Group are recorded in + the bug database. + Please check the existing reports, open + and closed, before adding one. If you find that your + issue has already been reported, please don't add a "me, too" + report. If the original report isn't closed yet, we suggest that you + check it periodically. You might also consider contacting the original + submitter, because there may be an email exchange going on about the + issue that isn't getting recorded in the database.
+ +
Ask in a user support forum
+

Apache has an active community of users who are willing to share + their knowledge. Participating in this community is usually the best and + fastest way to get answers to your questions and problems.

+ +

Users + mailing list

+ +

USENET newsgroups:

+ +
    +
  • comp.infosystems.www.servers.unix + [news] + [google] +
  • + +
  • comp.infosystems.www.servers.ms-windows + [news] + [google] +
  • + +
  • comp.infosystems.www.authoring.cgi + [news] + [google] +
  • +
+ +
If all else fails, report the problem in the bug database
+

If you've gone through those steps above that are appropriate and + have obtained no relief, then please do let the httpd developers + know about the problem by logging a bug + report.

+ +

If your problem involves the server crashing and generating a core + dump, please include a backtrace (if possible). As an example,

-

Categories

-
-
Support
+

+ # cd ServerRoot
+ # dbx httpd core
+ (dbx) where +

-
What do I do when I have problems?
-
-
- - +

(Substitute the appropriate locations for your ServerRoot + and your httpd and core files. You may have to use + gdb instead of dbx.)

+
+
+ - - - +

Whom do I contact for support?

+

With several million users and fewer than forty volunteer developers, + we cannot provide personal support for Apache. For free support, we + suggest participating in a user forum.

+

Professional, commercial support for Apache is available from + a number of + companies.

+ +
+ + \ No newline at end of file diff --git a/docs/manual/faq/all_in_one.xml b/docs/manual/faq/all_in_one.xml new file mode 100644 index 00000000000..621685d5a56 --- /dev/null +++ b/docs/manual/faq/all_in_one.xml @@ -0,0 +1,26 @@ + + +]> + + + +FAQ + +Frequently Asked Questions + + +

The latest version of this FAQ is always available from the main Apache + web site, at <http://httpd.apache.org/docs-2.1/faq/>.

+ +

Since Apache 2.0 is quite new, we don't yet know what the Frequently + Asked Questions will be. While this section fills up, you should also + consult the Apache 1.3 + FAQ to see if your question is answered there.

+
+ +&categories; + +
+ diff --git a/docs/manual/faq/all_in_one.xml.meta b/docs/manual/faq/all_in_one.xml.meta new file mode 100644 index 00000000000..d6afea77c07 --- /dev/null +++ b/docs/manual/faq/all_in_one.xml.meta @@ -0,0 +1,11 @@ + + + + all_in_one + /faq/ + .. + + + en + + diff --git a/docs/manual/faq/categories.xml b/docs/manual/faq/categories.xml new file mode 100644 index 00000000000..7feb6b717b8 --- /dev/null +++ b/docs/manual/faq/categories.xml @@ -0,0 +1,5 @@ + + + + support.xml + diff --git a/docs/manual/faq/index.html b/docs/manual/faq/index.html deleted file mode 100644 index 5a9e2984b5e..00000000000 --- a/docs/manual/faq/index.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - Apache Server Frequently Asked Questions - - - - - -

Frequently Asked Questions

- -

The latest version of this FAQ is always available from the - main Apache web site, at <http://httpd.apache.org/docs-2.1/faq/>. - In addition, you can view this FAQ - all in one page for easy searching and - printing. -

- -

Since Apache 2.0 is very new, we don't yet know what the - Frequently Asked Questions will be. While this section - fills up, you should also consult the Apache 1.3 - FAQ to see if your question is answered there.

- -

Categories

- -
-
Support
- -
What do I do when I have problems?
-
- - - diff --git a/docs/manual/faq/index.html.en b/docs/manual/faq/index.html.en new file mode 100644 index 00000000000..4c0f3695ff8 --- /dev/null +++ b/docs/manual/faq/index.html.en @@ -0,0 +1,38 @@ + + + +Frequently Asked Questions - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1

Frequently Asked Questions

+

The latest version of this FAQ is always available from the + main Apache web site, at <http://httpd.apache.org/docs-2.1/faq/>. In addition, you can view + this FAQ all in one page for easy searching + and printing.

+ +

Since Apache 2.0 is quite new, we don't yet know what the + Frequently Asked Questions will be. While this section fills up, + you should also consult the Apache 1.3 FAQ to see + if your question is answered there.

+
+
top
+
+

Topics

+
Support
What do I do when I have problems?
+
+ + \ No newline at end of file diff --git a/docs/manual/faq/index.xml b/docs/manual/faq/index.xml new file mode 100644 index 00000000000..93c65b40761 --- /dev/null +++ b/docs/manual/faq/index.xml @@ -0,0 +1,29 @@ + + +]> + + + + + +Frequently Asked Questions + + +

The latest version of this FAQ is always available from the + main Apache web site, at <http://httpd.apache.org/docs-2.1/faq/>. In addition, you can view + this FAQ all in one page for easy searching + and printing.

+ +

Since Apache 2.0 is quite new, we don't yet know what the + Frequently Asked Questions will be. While this section fills up, + you should also consult the Apache 1.3 FAQ to see + if your question is answered there.

+
+ +&categories; + +
+ diff --git a/docs/manual/faq/index.xml.meta b/docs/manual/faq/index.xml.meta new file mode 100644 index 00000000000..0811f3b6023 --- /dev/null +++ b/docs/manual/faq/index.xml.meta @@ -0,0 +1,11 @@ + + + + index + /faq/ + .. + + + en + + diff --git a/docs/manual/faq/support.html b/docs/manual/faq/support.html deleted file mode 100644 index d29f25efb61..00000000000 --- a/docs/manual/faq/support.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - Support - Apache Server Frequently Asked - Questions - - - - - - -

Frequently Asked Questions

- - -

Support

- - -
- -

"Why can't I ...? Why won't - ... work?" What to do in case of problems

- -

If you are having trouble with your Apache server software, - you should take the following steps:

- -
    -
  1. - Check the errorlog! - -

    Apache tries to be helpful when it encounters a problem. - In many cases, it will provide some details by writing one - or messages to the server error log. Sometimes this is - enough for you to diagnose & fix the problem yourself - (such as file permissions or the like). The default - location of the error log is - /usr/local/apache2/logs/error_log, but see the - ErrorLog - directive in your config files for the location on your - server.

    -
  2. - -
  3. - Check the FAQ! - - -

    The latest version of the Apache Frequently-Asked - Questions list can always be found at the main Apache web - site.

    -
  4. - -
  5. - Check the Apache bug database - -

    Most problems that get reported to The Apache Group are - recorded in the bug - database. Please check the - existing reports, open and closed, before - adding one. If you find that your issue has already - been reported, please don't add a "me, too" - report. If the original report isn't closed yet, we suggest - that you check it periodically. You might also consider - contacting the original submitter, because there may be an - email exchange going on about the issue that isn't getting - recorded in the database.

    -
  6. - -
  7. - Ask in a - user support forum - -

    Apache has an active community of users who are willing - to share their knowledge. Participating in this community - is usually the best and fastest way to get answers to your - questions and problems.

    - -

    Users - mailing list

    - -

    USENET newsgroups:

    - - -
  8. - -
  9. - If all else fails, report the problem in the bug - database - -

    If you've gone through those steps above that are - appropriate and have obtained no relief, then please - do let The Apache Group know about the problem by - logging a - bug report.

    - -

    If your problem involves the server crashing and - generating a core dump, please include a backtrace (if - possible). As an example,

    - -
    -
    # cd ServerRoot
    - # dbx httpd core
    - (dbx) where
    -
    - -

    (Substitute the appropriate locations for your - ServerRoot and your httpd and - core files. You may have to use - gdb instead of dbx.)

    -
  10. -
-
- -

Whom do I contact for - support?

- -

With several million users and fewer than forty volunteer - developers, we cannot provide personal support for Apache. For - free support, we suggest participating in a user forum.

- -

Professional, commercial support for Apache is available - from a number - of companies.

- - - - - - diff --git a/docs/manual/faq/support.html.en b/docs/manual/faq/support.html.en new file mode 100644 index 00000000000..64f2bdefcb0 --- /dev/null +++ b/docs/manual/faq/support.html.en @@ -0,0 +1,124 @@ + + + +Support - Frequently Asked Questions - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1 > FAQ

Support - Frequently Asked Questions

+
top
+
+

Support

+ + +

"Why can't I ...? Why won't ... work?" What to do in case of + problems

+ + +

If you are having trouble with your Apache server software, you should + take the following steps:

+ +
+
Check the errorlog!
+
Apache tries to be helpful when it encounters a problem. In many + cases, it will provide some details by writing one or messages to the + server error log. Sometimes this is enough for you to diagnose & fix + the problem yourself (such as file permissions or the like). The default + location of the error log is + /usr/local/apache2/logs/error_log, but see the ErrorLog directive in your config files for the + location on your server.
+ +
Check the FAQ!
+
The latest version of the Apache Frequently-Asked Questions list can + always be found at the main Apache web site.
+ +
Check the Apache bug database
+
Most problems that get reported to The Apache Group are recorded in + the bug database. + Please check the existing reports, open + and closed, before adding one. If you find that your + issue has already been reported, please don't add a "me, too" + report. If the original report isn't closed yet, we suggest that you + check it periodically. You might also consider contacting the original + submitter, because there may be an email exchange going on about the + issue that isn't getting recorded in the database.
+ +
Ask in a user support forum
+

Apache has an active community of users who are willing to share + their knowledge. Participating in this community is usually the best and + fastest way to get answers to your questions and problems.

+ +

Users + mailing list

+ +

USENET newsgroups:

+ +
    +
  • comp.infosystems.www.servers.unix + [news] + [google] +
  • + +
  • comp.infosystems.www.servers.ms-windows + [news] + [google] +
  • + +
  • comp.infosystems.www.authoring.cgi + [news] + [google] +
  • +
+ +
If all else fails, report the problem in the bug database
+

If you've gone through those steps above that are appropriate and + have obtained no relief, then please do let the httpd developers + know about the problem by logging a bug + report.

+ +

If your problem involves the server crashing and generating a core + dump, please include a backtrace (if possible). As an example,

+ +

+ # cd ServerRoot
+ # dbx httpd core
+ (dbx) where +

+ +

(Substitute the appropriate locations for your ServerRoot + and your httpd and core files. You may have to use + gdb instead of dbx.)

+
+
+ + +

Whom do I contact for support?

+

With several million users and fewer than forty volunteer developers, + we cannot provide personal support for Apache. For free support, we + suggest participating in a user forum.

+ +

Professional, commercial support for Apache is available from + a number of + companies.

+ +
+ + \ No newline at end of file diff --git a/docs/manual/faq/support.xml b/docs/manual/faq/support.xml new file mode 100644 index 00000000000..c2b3c827646 --- /dev/null +++ b/docs/manual/faq/support.xml @@ -0,0 +1,117 @@ + + + + + +FAQ + +Support - Frequently Asked Questions +What do I do when I have problems? + +
Support + + +
+ "Why can't I ...? Why won't ... work?" What to do in case of + problems + +

If you are having trouble with your Apache server software, you should + take the following steps:

+ +
+
Check the errorlog!
+
Apache tries to be helpful when it encounters a problem. In many + cases, it will provide some details by writing one or messages to the + server error log. Sometimes this is enough for you to diagnose & fix + the problem yourself (such as file permissions or the like). The default + location of the error log is + /usr/local/apache2/logs/error_log, but see the ErrorLog directive in your config files for the + location on your server.
+ +
Check the FAQ!
+
The latest version of the Apache Frequently-Asked Questions list can + always be found at the main Apache web site.
+ +
Check the Apache bug database
+
Most problems that get reported to The Apache Group are recorded in + the bug database. + Please check the existing reports, open + and closed, before adding one. If you find that your + issue has already been reported, please don't add a "me, too" + report. If the original report isn't closed yet, we suggest that you + check it periodically. You might also consider contacting the original + submitter, because there may be an email exchange going on about the + issue that isn't getting recorded in the database.
+ +
Ask in a user support forum
+

Apache has an active community of users who are willing to share + their knowledge. Participating in this community is usually the best and + fastest way to get answers to your questions and problems.

+ +

Users + mailing list

+ +

USENET newsgroups:

+ +
    +
  • comp.infosystems.www.servers.unix + [news] + [google] +
  • + +
  • comp.infosystems.www.servers.ms-windows + [news] + [google] +
  • + +
  • comp.infosystems.www.authoring.cgi + [news] + [google] +
  • +
+ +
If all else fails, report the problem in the bug database
+

If you've gone through those steps above that are appropriate and + have obtained no relief, then please do let the httpd developers + know about the problem by logging a bug + report.

+ +

If your problem involves the server crashing and generating a core + dump, please include a backtrace (if possible). As an example,

+ + + # cd ServerRoot
+ # dbx httpd core
+ (dbx) where +
+ +

(Substitute the appropriate locations for your ServerRoot + and your httpd and core files. You may have to use + gdb instead of dbx.)

+
+
+
+ +
Whom do I contact for support? +

With several million users and fewer than forty volunteer developers, + we cannot provide personal support for Apache. For free support, we + suggest participating in a user forum.

+ +

Professional, commercial support for Apache is available from + a number of + companies.

+
+
+ +
+ diff --git a/docs/manual/faq/support.xml.meta b/docs/manual/faq/support.xml.meta new file mode 100644 index 00000000000..bc67d1cd696 --- /dev/null +++ b/docs/manual/faq/support.xml.meta @@ -0,0 +1,11 @@ + + + + support + /faq/ + .. + + + en + + diff --git a/docs/manual/style/faq.dtd b/docs/manual/style/faq.dtd new file mode 100644 index 00000000000..6d11d5c7336 --- /dev/null +++ b/docs/manual/style/faq.dtd @@ -0,0 +1,18 @@ + + + +%common; + + + + + + + + + + + diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 72ef306685f..2b2528fb96b 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -34,6 +34,7 @@ + + + + + + + + + + + + + + + no-sidebar + + + + +
+
+

+ +

+ + +
+ + + + + +
+ +
    + +
+
+ + + + + + +

+ +

+
    + +
  • + +
  • +
    +
+
+ +
+ + + + +
+ + + + + +
+ + + + + + + + + + + +
+ + + + + + + + +
+ + + + + +

+ + + +

+ + + + +
+ +
+
+ + + + + +
+ + + + +
+ + + + + + + + + + + + + +
+
+ +
+ + + + +
+ + + + +
  • + + + +
  • + + + + +
    + + + + + +