Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Commit f73c607

Browse files
committed
Merge pull request #205 from sdaoudi/master
Fixed minor typos of vhost doc
2 parents 1d6c491 + 1e787a3 commit f73c607

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/apache2/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Configuration
2222
- Create a symlink of /etc/apache2/sites-available/yoursite.com into /etc/apache2/sites-enabled/yoursite.com
2323
- restart Apache
2424

25-
#### vhost.tempalte %VARIABLES%
25+
#### vhost.template %VARIABLES%
2626

2727
| Name | Description |
2828
|--------------|----------------------|
@@ -36,7 +36,7 @@ Configuration
3636

3737
#### Pure legacy setup
3838

39-
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.
39+
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.
4040
*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.*
4141

4242
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.

doc/apache2/vhost.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DocumentRoot %BASEDIR%/web
1111
DirectoryIndex index.php
1212

13-
# Enabled for Dev enviroment
13+
# Enabled for Dev environment
1414
# LogLevel debug
1515

1616
<Directory %BASEDIR%/web>
@@ -90,7 +90,7 @@
9090
# eZ Publish instance. It will then be served directly.
9191
RewriteRule ^/favicon\.ico - [L]
9292

93-
# Uncomment the line below if you want you favicon be served
93+
# Uncomment the line below if you want your favicon be served
9494
# from the standard design. You can customize the path to
9595
# favicon.ico by changing /design/standard/images/favicon\.ico
9696
#RewriteRule ^/favicon\.ico /design/standard/images/favicon.ico [L]
@@ -122,7 +122,7 @@
122122
#RewriteCond %{HTTP_HOST} ^soap\..*
123123
#RewriteRule ^(.*) /soap.php [L]
124124

125-
# For 5.x versions prior to 5.2, enable this to use dev evn based on ENVIRONMENT vaiable set above
125+
# For 5.x versions prior to 5.2, enable this to use dev env based on ENVIRONMENT variable set above
126126
#RewriteCond %{ENV:ENVIRONMENT} "dev"
127127
#RewriteRule .* /index_dev.php [L]
128128

0 commit comments

Comments
 (0)