# i-MSCP a internet Multi Server Control Panel
#
# Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
# Copyright (C) 2010-2012 by internet Multi Server Control Panel - http://i-mscp.net
#
# Version: $Id$
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is "ispCP Ï (OMEGA) a Virtual Hosting Control Panel".
#
# The Initial Developer of the Original Code is ispCP Team.
# Portions created by Initial Developer are Copyright (C) 2006-2010 by
# isp Control Panel. All Rights Reserved.
#
# Portions created by the i-MSCP Team are Copyright (C) 2010-2012 by
# internet Multi Server Control Panel. All Rights Reserved.
#
# The i-MSCP Home Page is:
#
# http://i-mscp.net
#
<VirtualHost 46.105.46.122:80>
ServerAdmin krok@totalynet.fr
DocumentRoot /var/www/imscp/gui/public
ServerName admin.vm3.totalynet.fr
Alias /errors /var/www/imscp/gui/public/errordocs/
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 503 /errors/503.html
Alias /pma /var/www/imscp/gui/public/tools/pma/
Alias /webmail /var/www/imscp/gui/public/tools/webmail/
Alias /ftp /var/www/imscp/gui/public/tools/filemanager/
Alias /ispLogos /var/www/imscp/gui/data/ispLogos
<IfModule suexec_module>
SuexecUserGroup vu2000 vu2000
</IfModule>
<IfModule mpm_itk_module>
AssignUserID vu2000 vu2000
</IfModule>
<Directory /var/www/imscp/gui/public>
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Location /ispLogos>
Options -Indexes
Order allow,deny
Allow from all
</Location>
<IfModule mod_fcgid.c>
<Directory /var/www/imscp/gui/public>
FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
Options +ExecCGI
</Directory>
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_fastcgi.c>
ScriptAlias /php5/ /var/www/fcgi/master/
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_php5.c>
<Directory /var/www/imscp/gui/public>
php_admin_value open_basedir "/var/www/imscp/gui/:/etc/imscp/:/var/run/imscp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
php_admin_value session.save_path "/var/www/imscp/gui/data/sessions/"
php_admin_value upload_tmp_dir "/var/www/imscp/gui/data/tmp/"
php_value include_path ".:/var/www/imscp/gui/library/:/usr/share/php"
</Directory>
</IfModule>
</VirtualHost>