diff options
author | Ken Coar <coar@apache.org> | 2015-04-15 18:17:34 +0000 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2015-04-15 18:17:34 +0000 |
commit | 198976aa9d100cd4a98ba16e45bba564a7e04d1e (patch) | |
tree | c61656e0397b3faddbe8406c81bc4bb9fe586dd8 /docs/manual/mod/mod_rewrite.html.en | |
parent | b75f3c1fdf2181917781cc952d50d1abc3ab3900 (diff) | |
download | httpd-198976aa9d100cd4a98ba16e45bba564a7e04d1e.tar.gz |
Quote ScriptAlias and DocumentRoot arguments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html.en')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index c59ca4b5a7..ef26e12bcd 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -141,7 +141,7 @@ URLs on the fly</td></tr> since the resource was not relative to the document root. This misconfiguration would normally cause the server to look for an "opt" directory under the document root.</p> -<pre class="prettyprint lang-config">DocumentRoot /var/www/example.com +<pre class="prettyprint lang-config">DocumentRoot "/var/www/example.com" AliasMatch "^/myapp" "/opt/myapp-1.2.3" <Directory "/opt/myapp-1.2.3"> RewriteEngine On |