Re: [vhffs] installation VHFFS

[ Thread Index | Date Index | More vhffs.org/vhffs Archives ]


Le 03/11/2010 22:59, Sylvain Rochet a écrit :

C'est chelou... si t'ajoutes un vhost à la con en 2ème position ça donne
quoi ? :)

Sylvain

vhffs fonctionne bien
truc.machin.com fonctionne bien
panel non
webmail marche bien ainsi que les suivants qd je les rajoute: phpmyadmin, stats ...

en live :
PING truc.machin.com (91.121.174.95)

avec ce fichier en place :

 cat /etc/apache2/httpd.conf

NameVirtualHost *:80

<VirtualHost *:80>
      HashEnable On
</VirtualHost>

<VirtualHost *:80>
	ServerName truc.machin.com
	HashEnable Off
	DocumentRoot /var/www/truc/htdocs
</VirtualHost>

<VirtualHost *:80>
        ServerAdmin webmaster@xxxxxxxxxxxx
        ServerName panel.vault106.org
        DocumentRoot /usr/share/vhffs/panel/
        DirectoryIndex auth.pl index.pl
	HashEnable Off
        <Directory /usr/share/vhffs/panel/>
                AllowOverride None
                Options ExecCGI FollowSymLinks
                Order allow,deny
                Allow from all
                AddHandler cgi-script .pl
        </Directory>
        ErrorLog /var/log/apache2/panel-error.log
        LogLevel warn
        CustomLog /var/log/apache2/panel-access.log combined
</VirtualHost>

<VirtualHost *:80>
        ServerAdmin webmaster@xxxxxxxxxxxx
        ServerName webmail.vault106.org
        DocumentRoot /var/www/webmail
        HashEnable Off
<Directory /var/www/webmail/>
        Options -Indexes Includes FollowSymlinks
        AllowOverride ALL
        Order allow,deny
        Allow from all
</Directory>
        ErrorLog /var/log/apache2/roundcube-error.log
        LogLevel warn
        CustomLog /var/log/apache2/roundcube.log combined
</VirtualHost>




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/