Revision [903]
Last edited on 2009-10-28 11:43:22 by FsseInfoAdditions:
==prefork==
if you have a limited amount of RAM you may want to reduce these values
# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# ServerLimit: maximum value for MaxClients for the lifetime of the server
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
StartServers 4
MinSpareServers 3
MaxSpareServers 10
ServerLimit 32
MaxClients 16
MaxRequestsPerChild 1000
==options==
In the [[HttpdConf httpd.conf]] you can define various option settings such as
==apache virtual hosts==
if you have a limited amount of RAM you may want to reduce these values
# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# ServerLimit: maximum value for MaxClients for the lifetime of the server
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
StartServers 4
MinSpareServers 3
MaxSpareServers 10
ServerLimit 32
MaxClients 16
MaxRequestsPerChild 1000
==options==
In the [[HttpdConf httpd.conf]] you can define various option settings such as
==apache virtual hosts==
Deletions:
In the [[HttpdConf httpd.conf]] you can define various settings such as
Revision [512]
Edited on 2008-05-06 12:11:50 by FsseInfoAdditions:
You can also configure ApacheVirtualHosts or vhosts
Deletions:
DocumentRoot /var/www/arctic
ServerName my.server
allow from all
Options +Indexes
Revision [511]
Edited on 2008-05-06 12:06:59 by FsseInfoAdditions:
==Options==
In the [[HttpdConf httpd.conf]] you can define various settings such as
AllowOveride
FollowSymLinks
Options Includes
In the [[HttpdConf httpd.conf]] you can define various settings such as
AllowOveride
FollowSymLinks
Options Includes
Revision [508]
Edited on 2008-05-06 11:56:02 by FsseInfoAdditions:
>>http://httpd.apache.org/docs/2.2/configuring.html
http://httpd.apache.org/docs/2.2/sections.html
http://httpd.apache.org/docs/2.2/vhosts/
http://httpd.apache.org/docs/2.2/howto/htaccess.html
>>===http.conf===
==file types==
==virtual host (vhost)==
DocumentRoot /var/www/arctic
ServerName my.server
allow from all
Options +Indexes
----
REFERRERS
{{backlinks}}
http://httpd.apache.org/docs/2.2/sections.html
http://httpd.apache.org/docs/2.2/vhosts/
http://httpd.apache.org/docs/2.2/howto/htaccess.html
>>===http.conf===
==file types==
==virtual host (vhost)==
DocumentRoot /var/www/arctic
ServerName my.server
allow from all
Options +Indexes
----
REFERRERS
{{backlinks}}
Deletions:
Revision [287]
Edited on 2007-01-12 10:33:41 by FsseInfoAdditions:
AddType text/html .html
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml