[commits] [Wiki] changed: Doc/Dev/H6/Installation/WebServer
Wiki Guest
wikiguest at horde.org
Sat Mar 16 20:02:23 UTC 2024
guest [91.32.127.252] Sat, 16 Mar 2024 20:02:23 +0000
Modified page: https://wiki.horde.org/Doc/Dev/H6/Installation/WebServer
New Revision: 3
Change log: Use same path for all examples
@@ -10,9 +10,9 @@
- Enable mod_rewrite for URL rewriting
+++ Configuration Highlights
-- Horde 6 webroot is a sub directory inside the Horde 6 root
directory ("horde-deployment")
+- Horde 6 webroot is a sub directory inside the Horde 6 root
directory ("/srv/www/horde/")
- Default Horde configuration depends on AllowOverride to enable
htaccess files. You can migrate the rewrite rules from the htaccess
files into your web server config instead. This is less flexible but
enables better performance.
- Some directories need write access for the PHP or web server user:
- ./web/static
- ./web/horde/config
@@ -25,9 +25,9 @@
- ./var/tmp
- ./var/log
- ./var/cache
-+++ Ubuntu mod_php Example Virtual Host Config
++++ Ubuntu and Debian mod_php Example Virtual Host Config
cat /etc/apache2/sites-enabled/web.horde.localhost.conf
<code>
<VirtualHost 127.0.0.2:80>
@@ -40,10 +40,10 @@
# However, you must set it for any further virtual host explicitly.
ServerName web.horde.localhost
ServerAdmin webmaster at localhost
- DocumentRoot /var/www/horde-deployment/web
-<Directory /var/www/horde-deployment/web>
+ DocumentRoot /srv/www/horde/web
+<Directory /srv/www/horde/web>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
More information about the commits
mailing list