#
### Section 1: Global Environment
#
ServerType standalone
ServerRoot "/usr/local"
PidFile /var/run/httpd.pid
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 150
MaxRequestsPerChild 0
BindAddress 83.234.49.10
LoadModule ...
ClearModuleList
AddModule ...
#
### Section 2: 'Main' server configuration
#
Port 80
DocumentRoot "/www/jail/www"
User www
Group www
...
...
...
#
### Section 3: Virtual Hosts
#

      ServerAdmin admin@aronhosting.ru
      DocumentRoot /www/jail/www/bitek-s/html_doc
      ServerName 83.234.49.10
      DirectoryIndex index.html
      AddType application/x-httpd-php3 .php3
      AddType application/x-httpd-php3-source .php3s
      AddType application/x-httpd-php .php
      AddType application/x-httpd-php-source .phps
      ErrorLog /www/jail/www/logs/bitek-s/bitek_error_log
      CustomLog /www/jail/www/logs/bitek-s/bitek_access_log common

#

      ServerName www.lauradent.ru
      DocumentRoot /www/jail/www/lauradent/html_doc
      ServerAdmin admin@aronhosting.ru
      DirectoryIndex index.html
      ErrorLog /www/jail/www/logs/lauradent/lauradent_error_log
      CustomLog /www/jail/www/logs/lauradent/lauradent_access_log common

...
...

Comments ( )
Link to this page: //www.vb-net.com/hosting/httpd.htm
< THANKS ME>