Re: [vhffs] installation VHFFS |
[ Thread Index |
Date Index
| More vhffs.org/vhffs Archives
]
- To: vhffs@xxxxxxxxx
- Subject: Re: [vhffs] installation VHFFS
- From: regis pondaven <regis.pondaven@xxxxxxxxx>
- Date: Thu, 04 Nov 2010 09:16:09 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=4/PHcAola9fBN0q28FiaJwItSAhYthvMaNV9jZNx+fM=; b=aWO/5w7ZL75vTGbubjFdgGwOHxh6LGZbxMExbXkNo35lG20OLj1Z/o/G1zHcheF7/f 4vtkhQu1mX+JmRQcztOP3Bd8AQz5+IDH0KAlQFOBYSfqRHP0UMjMlnyGKw4GL4G7qvIE VJvHeTNMxx/pqfeVebnXrlPCr5iRbGtqCCoAk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=hZxtzRF7BTON3lqhLhDOMIs0PDuVLVQIMTzjT0FcwqlQHi6lXMuDM2EZnYH8GRH9Zx ZHF9hrseJ5A5yMqqkT78e8Pg+CkIVeBflStMSHru/OytcJv1Nu8hA8QazwrtXNYfYK7l c+p5W1guUzTz5BIzMx6GV/GhD6UM2iLSA6lTA=
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>