10_httpd.conf plik
Kosiek
kosiek w histamina.czuby.net
Czw, 22 Sty 2004, 13:52:29 CET
jeszcze w takiej postaci ten plik bo u mnie nie mogę załącznika otworzyć.
Kosiek
ServerTokens OS
ServerRoot "/usr"
<IfModule !mpm_netware.c>
PidFile "/var/run/httpd.pid"
</IfModule>
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 200
MaxRequestsPerChild 150
</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>
<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestPerChild 0
</IfModule>
<IfModule beos.c>
StartThreads 10
MaxClients 50
MaxRequestsPerThread 10000
</IfModule>
<IfModule mpm_netware.c>
ThreadStackSize 65536
StartThreads 250
MinSpareThreads 25
MaxSpareThreads 250
MaxThreads 1000
MaxRequestsPerChild 0
</IfModule>
Listen 80
LoadModule access_module lib/apache/mod_access.so
LoadModule alias_module lib/apache/mod_alias.so
LoadModule asis_module lib/apache/mod_asis.so
LoadModule autoindex_module lib/apache/mod_autoindex.so
LoadModule cern_meta_module lib/apache/mod_cern_meta.so
LoadModule cgi_module lib/apache/mod_cgi.so
LoadModule env_module lib/apache/mod_env.so
LoadModule include_module lib/apache/mod_include.so
LoadModule log_config_module lib/apache/mod_log_config.so
LoadModule mime_magic_module lib/apache/mod_mime_magic.so
LoadModule mime_module lib/apache/mod_mime.so
LoadModule negotiation_module lib/apache/mod_negotiation.so
LoadModule setenvif_module lib/apache/mod_setenvif.so
LoadModule speling_module lib/apache/mod_speling.so
LoadModule userdir_module lib/apache/mod_userdir.so
<IfModule !mpm_winnt.c>
<IfModule !mpm_netware.c>
User http
Group http
</IfModule>
</IfModule>
ServerAdmin jakis w mail.pl
ServerName jakas.domena.pl:80
UseCanonicalName On
DocumentRoot "/home/services/httpd/html"
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm
</IfModule>
<IfModule mod_dir.c>
Options ExecCgi FollowSymLinks
AllowOverride Indexes Options
DirectoryIndex index.html
#<Directory "/home/services/httpd/html">
# Options ExecCgi FollowSymLinks
# AllowOverride Indexes Options
# Order allow,deny
# Allow from all
#</Directory>
</IfModule>
# <LocationMatch "^/$">
# Options -Indexes
# ErrorDocument 403 /error/noindex.html
#</LocationMatch>
#<Files ~ "^\.ht">
# Order allow,deny
# Deny from all
# </Files>
TypesConfig /etc/mime.types
DefaultType text/plain
<IfModule mod_mime_magic.c>
MIMEMagicFile /etc/httpd/magic
</IfModule>
ErrorLog /var/log/httpd/error_log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\""combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /var/log/httpd/acces_log combined
CustomLog /var/log/httpd/acces_log common
CustomLog /var/log/httpd/referer_log referer
CustomLog /var/log/httpd/agent_log agent
ServerSignature EMail
AddType application/x-tar .tgz
AddHandler type-map var
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .et
AddLanguage fr .fr
AddLanguage de .de
AddLanguage he .he
AddLanguage el .el
AddLanguage it .it
AddLanguage ja .ja
AddLanguage pl .po
AddLanguage kr .kr
AddLanguage pt .pt
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pt-br .pt-br
AddLanguage ltz .ltz
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage tw .tw
AddLanguage zh-tw .tw
LanguagePriority pl en
AddDefaultCharset ISO-8859-1
AddCharset ISO-8859-1 .iso8859-1 .latin
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3 .iso8859-3 .latin3
AddCharset ISO-8859-4 .iso8859-4 .latin4
AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
Więcej informacji o liście dyskusyjnej pld-users-pl