Changeset 1014
- Timestamp:
- 04/25/06 06:17:16 (7 years ago)
- File:
-
- 1 edited
-
trunk/etc/alternc/apache.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/alternc/apache.conf
r1013 r1014 1 LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so 2 1 3 ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/ 2 4 … … 18 20 <VirtualHost %%myip%%:80> 19 21 # ***ALTERNC_ALIASES*** 20 alias /admin/sql /usr/share/phpmyadmin21 alias /webmail /usr/share/squirrelmail22 22 Alias /icons/ /usr/share/apache/icons/ 23 23 … … 25 25 VirtualDocumentRoot /var/alternc/dns/%-2.1/%0 26 26 </VirtualHost> 27 28 <Directory /var/alternc>29 php_value disable_functions chmod,chown,chgrp,link,symlink30 AllowOverride AuthConfig FileInfo Limit Indexes31 Options Indexes Includes FollowSymLinks MultiViews32 Order allow,deny33 Allow from all34 </Directory>35 36 <Directory /var/alternc/bureau>37 php_admin_flag safe_mode_gid off38 php_admin_flag safe_mode off39 </Directory>40 41 <Directory /var/alternc/dns/%%fqdn_lettre%%/%%fqdn%%>42 php_admin_flag safe_mode_gid off43 php_admin_flag safe_mode off44 </Directory>
Note: See TracChangeset
for help on using the changeset viewer.
