| Revision 1016,
721 bytes
checked in by anarcat, 7 years ago
(diff) |
|
create an apache config for alternc
|
| Line | |
|---|
| 1 | <VirtualHost *:443> |
|---|
| 2 | SSLEnable |
|---|
| 3 | DocumentRoot /var/alternc/bureau |
|---|
| 4 | alias /admin/sql /usr/share/phpmyadmin |
|---|
| 5 | alias /webmail /usr/share/squirrelmail |
|---|
| 6 | Alias /icons/ /usr/share/apache/icons/ |
|---|
| 7 | # ***ALTERNC_ALIASES*** |
|---|
| 8 | |
|---|
| 9 | <Directory /var/alternc> |
|---|
| 10 | php_admin_value disable_functions chmod,chown,chgrp,link,symlink |
|---|
| 11 | AllowOverride AuthConfig FileInfo |
|---|
| 12 | Options Indexes Includes FollowSymLinks MultiViews |
|---|
| 13 | Order allow,deny |
|---|
| 14 | Allow from all |
|---|
| 15 | </Directory> |
|---|
| 16 | <Directory /var/alternc/bureau> |
|---|
| 17 | php_admin_flag safe_mode_gid off |
|---|
| 18 | php_admin_flag safe_mode off |
|---|
| 19 | </Directory> |
|---|
| 20 | <Directory /var/alternc/dns/%%fqdn_lettre%%/%%fqdn%%> |
|---|
| 21 | php_admin_flag safe_mode_gid off |
|---|
| 22 | php_admin_flag safe_mode off |
|---|
| 23 | </Directory> |
|---|
| 24 | |
|---|
| 25 | </VirtualHost> |
|---|
Note: See
TracBrowser
for help on using the repository browser.