From 16b87d3b178a074a00f0d081caf4c5f8d069bd7e Mon Sep 17 00:00:00 2001 From: DAOUDI Soufian Date: Mon, 10 Nov 2014 22:33:58 +0000 Subject: [PATCH 1/3] Fixed minor typos of vhost doc --- doc/apache2/Readme.md | 4 ++-- doc/apache2/vhost.template | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/apache2/Readme.md b/doc/apache2/Readme.md index c0d6e4a1..fd5fa6e5 100644 --- a/doc/apache2/Readme.md +++ b/doc/apache2/Readme.md @@ -22,7 +22,7 @@ Configuration - Create a symlink of /etc/apache2/sites-available/yoursite.com into /etc/apache2/sites-enabled/yoursite.com - restart Apache -#### vhost.tempalte %VARIABLES% +#### vhost.template %VARIABLES% | Name | Description | |--------------|----------------------| @@ -36,7 +36,7 @@ Configuration #### Pure legacy setup -In eZ Publish 5.x you can optionally set it up to only use legacy, this is usuafull for 4.x upgardes which only uses legacy. +In eZ Publish 5.x you can optionally set it up to only use legacy, this is usuafull for 4.x upgrades which only uses legacy. *Warning: By doing this, absolutely no integrations between legacy and Platform works, so you can not use any of the Platform features (API, HttpCache, Symfony, ..) in this setup.* To setup pure legacy you will have to modify the vhost configuration to point to ezpublish_legacy folder as BASEDIR, and remove use of `/web` in the config. diff --git a/doc/apache2/vhost.template b/doc/apache2/vhost.template index 268db701..944cafbc 100644 --- a/doc/apache2/vhost.template +++ b/doc/apache2/vhost.template @@ -10,7 +10,7 @@ DocumentRoot %BASEDIR%/web DirectoryIndex index.php - # Enabled for Dev enviroment + # Enabled for Dev environment # LogLevel debug @@ -90,7 +90,7 @@ # eZ Publish instance. It will then be served directly. RewriteRule ^/favicon\.ico - [L] - # Uncomment the line below if you want you favicon be served + # Uncomment the line below if you want your favicon be served # from the standard design. You can customize the path to # favicon.ico by changing /design/standard/images/favicon\.ico #RewriteRule ^/favicon\.ico /design/standard/images/favicon.ico [L] @@ -122,7 +122,7 @@ #RewriteCond %{HTTP_HOST} ^soap\..* #RewriteRule ^(.*) /soap.php [L] - # For 5.x versions prior to 5.2, enable this to use dev evn based on ENVIRONMENT vaiable set above + # For 5.x versions prior to 5.2, enable this to use dev env based on ENVIRONMENT variable set above #RewriteCond %{ENV:ENVIRONMENT} "dev" #RewriteRule .* /index_dev.php [L] From 1657ce24d87523bb8b7cbe54f81ae54e99d04d86 Mon Sep 17 00:00:00 2001 From: DAOUDI Soufian Date: Mon, 10 Nov 2014 22:40:32 +0000 Subject: [PATCH 2/3] Fixed usefull word --- doc/apache2/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apache2/Readme.md b/doc/apache2/Readme.md index fd5fa6e5..a04e5d02 100644 --- a/doc/apache2/Readme.md +++ b/doc/apache2/Readme.md @@ -36,7 +36,7 @@ Configuration #### Pure legacy setup -In eZ Publish 5.x you can optionally set it up to only use legacy, this is usuafull for 4.x upgrades which only uses legacy. +In eZ Publish 5.x you can optionally set it up to only use legacy, this is usefull for 4.x upgrades which only uses legacy. *Warning: By doing this, absolutely no integrations between legacy and Platform works, so you can not use any of the Platform features (API, HttpCache, Symfony, ..) in this setup.* To setup pure legacy you will have to modify the vhost configuration to point to ezpublish_legacy folder as BASEDIR, and remove use of `/web` in the config. From 1e787a3edf3a68c272eb29338ca67c194e923cca Mon Sep 17 00:00:00 2001 From: DAOUDI Soufian Date: Tue, 11 Nov 2014 10:44:55 +0000 Subject: [PATCH 3/3] Fixed useful word 2 --- doc/apache2/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apache2/Readme.md b/doc/apache2/Readme.md index a04e5d02..2d535e34 100644 --- a/doc/apache2/Readme.md +++ b/doc/apache2/Readme.md @@ -36,7 +36,7 @@ Configuration #### Pure legacy setup -In eZ Publish 5.x you can optionally set it up to only use legacy, this is usefull for 4.x upgrades which only uses legacy. +In eZ Publish 5.x you can optionally set it up to only use legacy, this is useful for 4.x upgrades which only uses legacy. *Warning: By doing this, absolutely no integrations between legacy and Platform works, so you can not use any of the Platform features (API, HttpCache, Symfony, ..) in this setup.* To setup pure legacy you will have to modify the vhost configuration to point to ezpublish_legacy folder as BASEDIR, and remove use of `/web` in the config.