Commit fdf11560 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1242263: The web server and SQL server sections are not correctly referenced…

Bug 1242263: The web server and SQL server sections are not correctly referenced in the documentation r=gerv
parent dad451b5
......@@ -13,18 +13,3 @@ Bugzilla Documentation
integrating/index
api/index
localizing/index
.. toctree::
:hidden:
installing/mysql
installing/postgresql
installing/oracle
installing/sqlite
.. toctree::
:hidden:
installing/apache
installing/apache-windows
installing/iis
.. _apache-windows:
Apache
######
Apache on Windows
#################
Bugzilla supports all versions of Apache 2.2.x and 2.4.x.
......
.. _db_server:
Database Server
###############
Bugzilla requires a database to store its data. We recommend either MySQL or
PostgreSQL for production installations. Oracle 10 should work fine, but very
little or no testing has been done with Oracle 11 and 12. SQLite is easy to
configure but, due to its limitations, it should only be used for testing
purposes and very small installations.
.. toctree::
:maxdepth: 1
mysql
postgresql
oracle
sqlite
......@@ -25,6 +25,8 @@ case, you may want to read the :ref:`Quick Start instructions <quick-start>`.
linux
windows
mac-os-x
web_server
db_server
essential-post-install-config
optional-post-install-config
migrating
......
......@@ -180,6 +180,7 @@ Any web server that is capable of running CGI scripts can be made to work.
We have specific configuration instructions for the following:
* :ref:`apache`
* :ref:`nginx`
.. _linux-config-database:
......
.. _nginx:
Nginx
#####
Nginx can run Bugzilla as a PSGI application using Plack.
.. todo:: Give an example of how to configure Nginx and Plack.
Work tracked in `bug 645282 <https://bugzilla.mozilla.org/show_bug.cgi?id=645282>`_.
.. _web_server:
Web Server
##########
Bugzilla requires a web server. It supports the following:
.. toctree::
:maxdepth: 1
apache
apache-windows
iis
nginx
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment