[Home]Vitenka/HttpD

www.vitenka.com | ToothyWiki | Vitenka | RecentChanges | Login | Webcomic

Stripped of comment lines.

ServerRoot? "/usr/local/apache2"

<IfModule? !mpm_netware.c>
PidFile? logs/httpd.pid
</IfModule?>
Timeout 300

KeepAlive? On

MaxKeepAliveRequests? 100

KeepAliveTimeout? 15
<IfModule? prefork.c>
StartServers?        5
MinSpareServers?      5
MaxSpareServers?    10
MaxClients?        150
MaxRequestsPerChild?  0
</IfModule?>

<IfModule? worker.c>
StartServers?        2
MaxClients?        150
MinSpareThreads?    25
MaxSpareThreads?    75
ThreadsPerChild?    25
MaxRequestsPerChild?  0
</IfModule?>

<IfModule? perchild.c>
NumServers?          5
StartThreads?        5
MinSpareThreads?      5
MaxSpareThreads?    10
MaxThreadsPerChild?  20
MaxRequestsPerChild?  0
</IfModule?>

Listen 0.0.0.0:80

LoadModule? speling_module modules/mod_speling.so
CheckSpelling? On


<IfModule? !mpm_winnt.c>
<IfModule? !mpm_netware.c>

User nobody
Group #-1
</IfModule?>
</IfModule?>


ServerAdmin? vitenka@....

ServerName? www.vitenka.com:80

UseCanonicalName? Off


DocumentRoot? "/usr/local/apache2/htdocs"

<Directory />
    Options FollowSymLinks? Indexes
    AllowOverride? All
</Directory?>


<Directory "/usr/local/apache2/htdocs">
    Options Indexes FollowSymLinks?
    AllowOverride? All
    Order allow,deny
    Allow from all

</Directory?>


UserDir? public_html
DirectoryIndex? index.html index.html.var index.htm index.phtml index.php
AccessFileName? .htaccess

<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files?>


TypesConfig? conf/mime.types

DefaultType? text/plain


<IfModule? mod_mime_magic.c>
    MIMEMagicFile? conf/magic
</IfModule?>

HostnameLookups? Off

IndexOptions? FancyIndexing? VersionSort? IgnoreCase? NameWidth?=* SuppressDescript?
ion


(Snip error log stuff)
(Snip AddIconByType? stuff)
(Snip languages)

AddType? application/x-httpd-php .php
AddType? application/x-httpd-php .php3
AddType? application/x-httpd-php .phtml

Action application/x-httpd-php /usr/local/bin/php

ScriptAlias? /php/ "/usr/local/bin/"
AddType? application/x-httpd-php .php .phtml .php3
AddHandler? php-cgi .php .phtml .php3
Action php-cgi /php/php

AddHandler? type-map var

AddOutputFilterByType? DEFLATE text/html text/plain text/xml

BrowserMatch? "Mozilla/2" nokeepalive
BrowserMatch? "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch? "RealPlayer 4\.0" force-response-1.0
BrowserMatch? "Java/1\.0" force-response-1.0
BrowserMatch? "JDK/1\.0" force-response-1.0

BrowserMatch? "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch? "^WebDrive?" redirect-carefully
BrowserMatch? "^WebDAVFS?/1.[012]" redirect-carefully
BrowserMatch? "^gnome-vfs" redirect-carefully








www.vitenka.com | ToothyWiki | Vitenka | RecentChanges | Login | Webcomic
This page is read-only | View other revisions | Recently used referrers
Last edited February 24, 2006 9:23 am (viewing revision 1, which is the newest) (diff)
Search: