From 5bdeaeacb65e697ea12e35397687abad92328fd4 Mon Sep 17 00:00:00 2001 From: Matthew Ratzke Date: Mon, 12 Mar 2012 23:51:45 -0600 Subject: [PATCH] Added links for Apache/Nginx document root configuration --- book/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/installation.rst b/book/installation.rst index f6e449170aa..33e14d37b2e 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -22,6 +22,8 @@ Downloading a Symfony2 Distribution First, check that you have installed and configured a Web server (such as Apache) with PHP 5.3.2 or higher. For more information on Symfony2 requirements, see the :doc:`requirements reference`. + For information on configuring your specific web server document root, see the + following documentation: `Apache`_ | `Nginx`_ . Symfony2 packages "distributions", which are fully-functional applications that include the Symfony2 core libraries, a selection of useful bundles, a @@ -213,3 +215,5 @@ download all the necessary vendor libraries. .. _`http://symfony.com/download`: http://symfony.com/download .. _`Git`: http://git-scm.com/ .. _`GitHub Bootcamp`: http://help.github.com/set-up-git-redirect +.. _`Apache`: http://httpd.apache.org/docs/current/mod/core.html#documentroot +.. _`Nginx`: http://wiki.nginx.org/HttpCoreModule#root