Your IP : 18.219.145.197


Current Path : /etc/httpd/conf/vhosts/admin_ftp_12/
Upload File :
Current File : //etc/httpd/conf/vhosts/admin_ftp_12/gcba.ru.conf

<VirtualHost 127.0.0.1:8080>
	ServerName gcba.ru
	DocumentRoot /var/www/admin_ftp_12/data/www/httpdocs
	ServerAdmin webmaster@gcba.ru
	AddDefaultCharset UTF-8
	SuexecUserGroup admin_ftp_12 admin_ftp_12
	CustomLog /var/www/httpd-logs/gcba.ru.access.log combined
	ErrorLog /var/www/httpd-logs/gcba.ru.error.log
	ScriptAlias /cgi-bin/ /var/www/admin_ftp_12/data/www/httpdocs/cgi-bin/
	<FilesMatch "\.ph(p[3-5]?|tml)$">
		SetHandler fcgid-script
		FCGIWrapper /var/www/php-bin-isp-php82/admin_ftp_12/gcba.ru/php
	</FilesMatch>
	SetEnvIf X-Forwarded-Proto https HTTPS=on
	ServerAlias www.gcba.ru
	DirectoryIndex index.php index.html index.htm index.phtml index.phtm
</VirtualHost>
<Directory /var/www/admin_ftp_12/data/www/httpdocs>
	Options +ExecCGI
</Directory>
<Directory /var/www/admin_ftp_12/data/www/httpdocs/webstat>
	DirectoryIndex index.html
	AddDefaultCharset UTF-8
	Allow from all
	AuthName "Access limited by ispmanager"
	AuthType Basic
	AuthUserFile /var/www/admin_ftp_12/data/etc/access.gcba.ru.VihQs/3k.passwd
	Order allow,deny
	Require valid-user
</Directory>