Re: [vhffs] installation VHFFS

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


Le 04/11/2010 12:48, Sylvain Rochet a écrit :

C'est pas ce que j'ai dis, en statique, sans CGI ;-)

Sylvain

euh
là j'en suis à :

1) j'ai viré le hashenable On du vhost par défaut , le vhost est vide, les sites vhffs sont présents
2) j'ai effacé le vhost panel
3) j'ai laissé le vhost roundcube
4) j'ai réécrit un vhost panel basique en 3eme position
5) + un vhost pano basique en 4eme position

NameVirtualHost *:80

<VirtualHost *:80>
</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>

<VirtualHost *:80>
	ServerName panel.vault106.org
	HashEnable	Off
	DocumentRoot /var/www/truc/panel/
</VirtualHost>

<VirtualHost *:80>
        ServerName pano.vault106.org
        HashEnable      Off
        DocumentRoot /var/www/truc/pano/
</VirtualHost>


j'ai créé l'arborescence qui va avec, avec juste un fichier txt pour visualiser si ca marche
ls -lR /var/www/truc/
/var/www/truc/:
total 8
drwxr-xr-x 2 root root 4096 nov  4 13:29 panel
drwxr-xr-x 2 root root 4096 nov  4 13:37 pano

/var/www/truc/panel:
total 0
-rw-r--r-- 1 root root 0 nov  4 13:29 panel.txt

/var/www/truc/pano:
total 0
-rw-r--r-- 1 root root 0 nov  4 13:37 pano.txt

ds /var/log/apache2/other_vhosts_access.log

pano marche bien

pano.vault106.org:80 93.21.142.241 - - [04/Nov/2010:13:45:13 +0100] "GET /pano.txt HTTP/1.1" 200 20 "http://pano.vault106.org/"; "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ant.com Toolbar 2.0.1 Firefox/3.6.12"


panel en 404
panel.vault106.org:80 93.21.142.241 - - [04/Nov/2010:13:46:17 +0100] "GET / HTTP/1.1" 404 298 "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ant.com Toolbar 2.0.1 Firefox/3.6.12"

et ds /var/log/apache2/error.log
toujours les appels au repertoire des domaines vhffs
[Thu Nov 04 13:46:17 2010] [error] [client 93.21.142.241] File does not exist: /data/web/97



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