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: Fri, 29 Oct 2010 08:58:57 +0200
- 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=m3mqJyZ1thRGCdxmV2G2AB0mHmcbCxJJQRuH0bx2rXA=; b=fRLPpl7q4zIKPDOpgfj5av3k8g3NU1JrZM/Z5DWdggddJ8KhfXA/iA3KkGhZeC2QaV ihDNpDNGoAEdJc4BqW4/YYBLmoOfRjQJg59K5GsWa2nePWz+ftob9vsKqVzUECFZbAHI sU7hvftIvSa9QxMe7y2MTkb4x+5xjPDlXIj9w=
- 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=VeyzDnLwYEIyNTyGdaMS4TsCZeCAcK5y/qybCpv3KmblZkMDv54tVEo1RntdqeOkJv r7FXVjcasvHoXZXtjhzG5JpDlFofxk8s4AtvH5EWC9aAH74C6Mnw3NFYnqvZnvcaqg02 tSXsfSS6rSQyBFSJTK0hQxMASXB4ibH2iEBGM=
bon bon bon
rien n'est simple au final :/
ls /etc/apache2/sites-enabled/
panelconf phpmyadmin roundcube.conf stats vhffs
les sites hors vhffs : panel phpmyadmin roundcube et stats fonctionnent
les sites vhffs sont redirigés sur le VHost par défaut, à savoir le panel
j'ai suivi la page http://www.vhffs.org/wiki/fr:doc:guide:web-hosting
le VHFFS est copié de là : http://www.vhffs.org/wiki/doc:guide:web-hosting
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /data/web
HashEnable On
<Directory /data/web/>
Options -ExecCGI Indexes FollowSymLinks +Includes MultiViews
IndexIgnore */.quota */.*passw* */.htaccess
IndexOptions NameWidth=*
AllowOverride All
order allow,deny
allow from all
RewriteEngine on
</Directory>
<IfModule mod_suphp.c>
AddHandler x-httpd-php .php .php3 .php4 .php5 .phtml
suPHP_AddHandler x-httpd-php
suPHP_Engine on
</IfModule>
ErrorLog /var/log/apache2/sites-error.log
LogFormat "%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-agent}i\"" vhffs
# CustomLog /data/logs/web/incoming/{SERVER_NAME}/vhffs.log vhffs
# CustomLog /data/logs/web/incoming/vhffs.log vhffs
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
# LogLevel warn
# LogFormat "%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-agent}i\"" vhffs
ServerSignature On
Alias /icons/ "/usr/share/apache2/icons/"
<Directory "/usr/share/apache2/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
ls /etc/apache2/mods-enabled/
alias.conf authn_file.load authz_host.load autoindex.load
deflate.load env.load negotiation.conf php5.load setenvif.load
status.conf suphp.load
alias.load authz_default.load authz_user.load cgi.load dir.conf
mime.conf negotiation.load rewrite.load ssl.conf status.load
vhost_hash_alias.conf
auth_basic.load authz_groupfile.load autoindex.conf deflate.conf
dir.load mime.load php5.conf setenvif.conf ssl.load
suphp.conf vhost_hash_alias.load
exemple :
vhffs-webdir help.vault106.org
Create new shell in /data/web//02/af/4b/help.vault106.org
ks362567:/data/web/02/af/4b/help.vault106.org# ls
htdocs php-include tmp
l'espace web est créé
mais je tombe sur le panel (url panel.vault106.org)
panel-access.log :
93.21.142.241 - - [29/Oct/2010:08:53:05 +0200] "GET
/themes/vhffs/main.css HTTP/1.1" 304 - "http://help.vault106.org/"
"Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100928
Ant.com Toolbar 2.0.1 Firefox/3.6.10"
93.21.142.241 - - [29/Oct/2010:08:53:05 +0200] "GET
/themes/vhffs/images/es_ES.png HTTP/1.1" 304 -
"http://help.vault106.org/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US;
rv:1.9.2.10) Gecko/20100928 Ant.com Toolbar 2.0.1 Firefox/3.6.10"
93.21.142.241 - - [29/Oct/2010:08:53:05 +0200] "GET /js/prototype.js
HTTP/1.1" 304 - "http://help.vault106.org/" "Mozilla/5.0 (X11; U; Linux
x86_64; en-US; rv:1.9.2.10) Gecko/20100928 Ant.com Toolbar 2.0.1
Firefox/3.6.10"