Changeset 1014


Ignore:
Timestamp:
04/25/06 06:17:16 (7 years ago)
Author:
anarcat
Message:

add vhost_alias_module
remove all stuff for the bureau as this is the non-ssl config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/etc/alternc/apache.conf

    r1013 r1014  
     1LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so 
     2 
    13ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/ 
    24 
     
    1820<VirtualHost %%myip%%:80> 
    1921# ***ALTERNC_ALIASES*** 
    20         alias /admin/sql        /usr/share/phpmyadmin 
    21         alias /webmail          /usr/share/squirrelmail 
    2222        Alias /icons/ /usr/share/apache/icons/ 
    2323 
     
    2525        VirtualDocumentRoot /var/alternc/dns/%-2.1/%0 
    2626</VirtualHost> 
    27  
    28 <Directory /var/alternc> 
    29         php_value disable_functions chmod,chown,chgrp,link,symlink 
    30         AllowOverride AuthConfig FileInfo Limit Indexes 
    31         Options Indexes Includes FollowSymLinks MultiViews 
    32         Order allow,deny 
    33         Allow from all 
    34 </Directory> 
    35  
    36 <Directory /var/alternc/bureau> 
    37         php_admin_flag safe_mode_gid off 
    38         php_admin_flag safe_mode off 
    39 </Directory> 
    40  
    41 <Directory /var/alternc/dns/%%fqdn_lettre%%/%%fqdn%%> 
    42         php_admin_flag safe_mode_gid off 
    43         php_admin_flag safe_mode off 
    44 </Directory> 
Note: See TracChangeset for help on using the changeset viewer.