📄 httpd.conf.zone
字号:
#### httpd.conf -- Apache HTTP server configuration file##ServerType standaloneServerRoot "/usr/local/apache"#LockFile /usr/local/apache/logs/httpd.lockPidFile /usr/local/apache/logs/httpd.pidScoreBoardFile /usr/local/apache/logs/httpd.scoreboard#ResourceConfig conf/srm.conf#AccessConfig conf/access.confTimeout 300KeepAlive OnMaxKeepAliveRequests 100KeepAliveTimeout 15MinSpareServers 20MaxSpareServers 40StartServers 20MaxClients 150MaxRequestsPerChild 0Port 80User nobodyGroup nobodyServerAdmin webmaster@sourceforge.netServerName shell.sourceforge.netDocumentRoot "/usr/local/apache/htdocs"<Directory /> Options FollowSymLinks AllowOverride None</Directory><Directory "/usr/local/apache/htdocs"> Options FollowSymLinks AllowOverride None AuthConfig Order allow,deny Allow from all</Directory>DirectoryIndex index.html index.shtml index.php index.php3 index.phtmlAccessFileName .htaccess<Files ~ "^\.ht"> Order allow,deny Deny from all</Files>#CacheNegotiatedDocsUseCanonicalName OnTypesConfig /usr/local/apache/conf/mime.typesDefaultType text/plain<IfModule mod_mime_magic.c> MIMEMagicFile /usr/local/apache/conf/magic</IfModule>HostnameLookups OffErrorLog /usr/local/apache/logs/error_logLogLevel warnLogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedLogFormat "%h %l %u %t \"%r\" %>s %b" commonLogFormat "%{Referer}i -> %U" refererLogFormat "%{User-agent}i" agentCustomLog /usr/local/apache/logs/access_log common#CustomLog /usr/local/apache/logs/access_log combinedServerSignature OnLanguagePriority en fr deAddType application/x-httpd-php3 .php .php3 .phtmlAddType application/x-httpd-php3-source .phpsAddType application/x-tar .tgzAddHandler server-parsed .shtml#ErrorDocument 404 /missing.htmlBrowserMatch "Mozilla/2" nokeepaliveBrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0BrowserMatch "RealPlayer 4\.0" force-response-1.0BrowserMatch "Java/1\.0" force-response-1.0BrowserMatch "JDK/1\.0" force-response-1.0NameVirtualHost 192.168.4.52<VirtualHost 192.168.4.52> DocumentRoot "/usr/local/apache/htdocs" CustomLog /usr/local/apache/logs/combined_log combined Servername shell1.sourceforge.net</VirtualHost>### Added Host entries for: Custom requests ###<VirtualHost 192.168.4.52> DocumentRoot "/home/groups/licq/htdocs/" CustomLog /home/groups/licq/log/combined_log combined ScriptAlias /cgi-bin/ "/home/groups/licq/cgi-bin/" Servername www.licq.com</VirtualHost><VirtualHost 192.168.4.52> DocumentRoot "/home/groups/licq/htdocs/" CustomLog /home/groups/licq/log/combined_log combined ScriptAlias /cgi-bin/ "/home/groups/licq/cgi-bin/" Servername www.licq.org</VirtualHost><VirtualHost 192.168.4.52> DocumentRoot "/home/groups/bastille-linux/htdocs/" CustomLog /home/groups/bastille-linux/log/combined_log combined ScriptAlias /cgi-bin/ "/home/groups/bastille-linux/cgi-bin/" Servername www.bastille-linux.org</VirtualHost><VirtualHost 192.168.4.52> DocumentRoot "/home/groups/bastille-linux/htdocs/" CustomLog /home/groups/bastille-linux/log/combined_log combined ScriptAlias /cgi-bin/ "/home/groups/bastille-linux/cgi-bin/" Servername bastille-linux.org</VirtualHost>################################################################################# From here out is autogenerated by apache_conf.pl################################################################################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -