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

Commit

Permalink
Merge pull request #205 from sdaoudi/master
Browse files Browse the repository at this point in the history
Fixed minor typos of vhost doc
  • Loading branch information
andrerom committed Nov 11, 2014
2 parents 1d6c491 + 1e787a3 commit f73c607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/apache2/Readme.md
Expand Up @@ -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 |
|--------------|----------------------|
Expand All @@ -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 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.
Expand Down
6 changes: 3 additions & 3 deletions doc/apache2/vhost.template
Expand Up @@ -10,7 +10,7 @@
DocumentRoot %BASEDIR%/web
DirectoryIndex index.php

# Enabled for Dev enviroment
# Enabled for Dev environment
# LogLevel debug

<Directory %BASEDIR%/web>
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit f73c607

Please sign in to comment.