Differences
This shows you the differences between two versions of the page.
— |
documentation:2.1:configapache [2019/01/15 15:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Deploy Apache configuration ====== | ||
+ | < | ||
+ | |||
+ | ===== Files ===== | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | With tarball installation, | ||
+ | |||
+ | You have to include them in Apache main configuration, | ||
+ | |||
+ | <file apache> | ||
+ | include / | ||
+ | include / | ||
+ | include / | ||
+ | include / | ||
+ | </ | ||
+ | |||
+ | <note tip> | ||
+ | * You can also use symbolic links in '' | ||
+ | * If you have run the Debian/ | ||
+ | < | ||
+ | a2ensite manager-apache2.conf | ||
+ | a2ensite portal-apache2.conf | ||
+ | a2ensite handler-apache2.conf | ||
+ | a2ensite test-apache2.conf | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ===== Modules ===== | ||
+ | |||
+ | You will also need to load some Apache modules: | ||
+ | * mod_rewrite | ||
+ | * mod_perl | ||
+ | * mod_alias | ||
+ | * mod_fcgid | ||
+ | * mod_headers | ||
+ | |||
+ | <note tip> | ||
+ | With Debian/ | ||
+ | < | ||
+ | </ |