国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

? ??? ?? PHP ???? apache struts2 Apache2 httpdconf ??? ??

apache struts2 Apache2 httpdconf ??? ??

Jul 29, 2016 am 08:35 AM

Apache2 httpd.conf ??? ??
#
# NCSA ??? ?? ?? ?????.
#
#??? ??? ?? ?? ?????.
#?? ??? ??? ??? ??? ?? ???? ???? ????.
#? ???? ?? ??? ??? ? ?????.
#
#? ???? ?? ??? ?? ???. ??? ???? ??.
#??? ??? ?????. ??? ???? ???? ??? ??? ?????.
#
#? ?? ??? ?? ? ???? ????.
#1. ?? Apache ??? ??? ???? ????(?: ?? ?? ??) #2. ?? ?? ?? ??? ???? ? ??? ?? ?? ???? ?? ?? ?? ????? ?????.
#3. ?? ??? ?? ????
#
#?? ? ?? ?? ??: ??? ?? ??? "/? ???? ?? " (win32? "dirver:/"),
#??? ?? ??? ?????. ?? ??? "/"? ???? ??? ?? ?? ServerRoot
# ?? ?????. ?? ?? "logs/foo.log"? ?? ServerRoot
# ?? "/usr/local/apache2"? ?? ?? ??? "/usr/local/apache2/logs/?? ???. foo.log"
#
##? ?? ??: ?? ?? ????
#
#??? ??? ????? ?? Apache ??? ??? ??? ????.
#?? ?? ?? Apache? ??? ? ?? ?? ?? ?
#
#ServerRoot: ??? ??, ??, ?? ?? ?? ???? ?? ????? ?????.
#
#??! NFS? ?? ?????? ??? ???? ???
# LockFile ?? ??(???
#).
#??? ?? ?? ??? ??? ??? ? ????.
#
#?? ?? ???? ???? ???.
#
ServerRoot "/usr/loacl/apache2"
#
#?? ???? ?? ?? ??? ?? ???? ????? ???
#

#LockFilelogs/accept.lock

#ScoreBoardFile: ?? ???? ???? ? ?????. ?? ??? ?????.
# ???? ???(???) ???? ??? ?? ??? ????
#? ???? ?? ??????? ??? ? ????.
#??? ?? ? ?? Apache? ??? ??? ??? ??? ? ??? ???.
#? ??? ??? ?? ???? ????? ???.
#


#ScoreBoardFile ??/apache_runtime_status

#
#PidFile : ?? ?? ???? ID? ???? ?????.
#

PidFile ??/httpd.pid

#
#Timeout: ?? ? ?? ? ?? ??(?)
#
???? 300
#
#KeepAlive: ???? ?? ?? ??(??? ?? ??),
#? "??"? ???? ???????.
#
KeepAlive ??
#
#MaxKeepAliveRequests: ???? ?? ?? ???? ?? ?? ?
# ??? ???? ????? 0?? ?????.
# ?? ??? ?? ? ? ??? ???? ?? ????.
MaxKeepAliveRequests 100
#
#KeepAliveTimeout: ??? ???? ??? ???????? ??? ?? ? ??? ??(?)
#
KeepAliveTimeout 15
##
##Server-Pool ?? ??(MPM?)
##
# prefork MPM
# StartServers: ?? ? ?? ??? ???? ?
# MinSpareServers: ???? ?? ?? ???? ?
# MaxSpareServers: ???? ?? ?? ???? ?
# MaxClients: ???? ????? ???? ?? ???? ?
# MaxRequestsPerChild: One ?? ? ??? ?????? ???? ?? ?

StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestPerChild 0

# ??? MPM
# StartServers: ?? ?? ? ??? ???? ?
# MaxClients: ??? ??? ???? ?? ??? ?
# MinSpareThreads: ?? ??? ? ??? ???
# MaxSpareThreads: ????? ???? ?? ??? ??? ?
# ThreadsPerChild: ? ??? ????? ??? ??? ??
# MaxRequestsPerChild: ??? ?????? ???? ?? ?? ?

StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0

# perchild MPM
# NumServers: ??? ???? ?
# StartThreads: ? ??? ????? ?? ??? ?
# MinSpareThreads: ???? ?? ??? ?
# MaxSpareThreads: ?? ??? ? ??? ??
# MaxThreadsPerChild: ? ??? ????? ???? ?? ??? ? ??? ?
#MaxRequestsPerChild: ? ??? ????? ???? ?? ?? ?
NumServers 5
StartThreads 5
MinSpareThreads 5
MaxSpareThreads 10
MaxThreadsPerChild 20
MaxRequestsPerChild 0
# WinNT MPM
# ThreadsPerChild: ?? ??? ?? ??? ??????
# MaxRequestsPerChild: ??? ?????? ???? ?? ?? ?
< ;IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild 0
># BeOS MPM
# StartThreads: ??? ??? ? ???? ??? ?
# MaxClients: Yes ???? ?? ??? ?(??? 1?? ??? 1?? ??)
# MaxRequestsPerThread: ?? ?? ? ???? ??

StartThreads 10
MaxClients 50
MaxRequestsPerThread 10000
# NetWare MPM
# ThreadStachSize: ?? ? ??? ???? ??? ??
# StartThreads: ??? ??? ? ???? ??? ?
# MinSpareThreads: ??? ?? ??? ???? ? ???? ?? ??? ?
# MaxSpareThreads: ?? ?? ??? ?
# MaxThreads: ??? ????? ?? ??? ?
# MaxRequestPerChild: ??? ???? ?? ?? ??? ?? ?,
# ??? ???? ???? 0?? ???? ?? ????

ThreadStackSize 65536
StartThreads 250
MinSpareThreads 25
MaxSpareThreads 250
MaxThreads 1000
MaxRequestPerChild 0
# OS/2 MPM
# StartServers: ??? ??? ???? ?
# MinSpareThreads: ? ????? ???? ?? ?? ???
# MaxSpareThreads: ????? ???? ?? ?? ??? ?
# MaxRequestsPerChild: The ??? ????? ???? ?? ?? ?

StartServers 2
MinSpareThreads 5
MaxSpareThreads 10
MaxRequestsPerChild 0

# ??: Apache ???? ??? IP ?? ? ??? ????? ???? ??? ? ????.
# < VirtualHost>Command? ?????
# Apache? ??? IP ??,
# IP ?? 0.0.0.0?? ???? ???? ??
#
# Listen 12.34.56.78:80
Listen 80
#
# ?? ?? ?? ( DSO)
#
# DSO ???? ???? ??? ??? ????? ?? "LoadModule" ??? ??? ???.
# ??? ??? ??? ??? ???? ????. ???? ?? ??????.
# ???? ???? ??? ??? ??? ??? ????(?: "httpd -l"? ??? ??)
#
# ?:
# LoadModule foo_module module/mod_foo.so
#
#
# ExtendedStatus: "server-status" ?? ? Apache? "??" ??
# ??(ExtendedStatus On) ?? ?? ??(ExtendedStatus Off)? ???? ??? ?????.
# ???? off
#
# ExtendedStatus On
### ? ?? ??: "main" ??? ??
#
# ? ??? "main" ??? ???? ????? ?????. "
# ??? ?? ???? ?? ?? ??? ?????? ?? ?? ??? ????.
# ? ?? ??? ???? ????? ?? ???? ?????.
# ? ??? ?? ?? ??? ??? ??? ??
# ? ??? ??????.
#


#
# httpd? ?? ??? ?? ???? ????? ???? ???? ???.
# ???? ??? ??? ?? ????? ??? ?? ???? ?????.
#
# ???/??: httpd? ???? ??? ? ??
# SCO(ODT3)?? "User nouser" ? "Group nogroup"? ?????.
# HPUX??? ???? ?? ? ????. ?? ???? none?? ????? www ???? ???? ?? ????.
# ?? ??? ?? ID? 60000?? ? ?? setgid(Group) ?? semctl(IPC_SET)? ?????.
# ??? ?????? "Group #-1"? ???? ????.
#
??? ??
?? #-1


#
# ServerAdmin: ?? ?? ? ??? ?? ???? ??????.
# ?? ??? ? ??? ?? ?? ???? ?????.
# ?: admin@your-domain.com
#
ServerAdmin kreny@sina.com
#
# ServerName? Apache? ??? ???? ? ???? ??? ?? ??? ?????.
# ????? ? ?? ???? ????? ?? ??? ????? ????? ???? ?? ????.
#
# ???? ??? DNS ??? ???? ?? ?? ????? ???? ????.
# UseCanonicalName ???? ?????
#
# ???? ??? DNS ??? ??? ??? IP ??? ?????.
# ???? ???? ???? ????? ?? IP ??? ???? ???.
# ???? ???? ?????? ???? ?? ??? ?????.
ServerName www.dalouis.com:80
#
# UseCanonicalName: Apache? URLS? SERVER_NAME ? SERVER_PORT ???? ???? ??? ?????.
# "??"? ???? Apache? ?????? ??? ??? ??? ?? ??? ?????.
# "On"?? ???? Apache? ServerName ???? ?? ?????.
#
UseCanonicalName Off
#
# DocumentRoot: ??? ?? ???????. ????? ?? ??? ? ?????? ?????.
# ??? ?? ??? ??? ???? ?? ??? ??? ? ????.
#
DocumentRoot "/home/redhat/public_html"
#
# Apache? ???? ? ?? ? ????(?? ???? ??)? ?? ??? ??? ??? ? ????.
#
# ?? ?? ??? ?????.
# ??? ?? ?? ???? ?? ????? ?? ???? ?????? ???? ????? ???? ??? ?????.
# ??? ????

Order Deny,Allow
Deny from all
#
# ??? ?? ?? ??? ??? ? ??? ????? ???? ???.
# - ??? Apache? ???? ???? ?? ??
# ???? Apache? ?? ????? ????? ????? ?????.
#
#
# ??? ??? DocumentRoot? ?????.
#

#
# ??: ? ???? ?? "None", "All" ?? ?? ??? ??? ? ????.
# Indexes Contains FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# "MultiViews"? ????? ????? ???. , "?? ??"??? ? ??? ???? ????.
#
# ? ???? ???? ?????. ??? ???
# "http://httpd.apache.org/docs-2.0/mod/core.html#optioins"? ?????.
#
?? FollowSymLinks
#
# AllowOverride? .htaccess ??? ?? ???? ?????.
# "??", "??" ?? ?? ???? ??? ? ????.
# Options FileInfo AuthConfig Limit
#
AllowOverride None
#
# ??? ?? ???? ???? ? ????.
#
?? ??, ??
??
?? ??
#
# UserDir: ~???? ???? ? ????? ????? ?????. ??? ???????. ?? ???? ?????.
#
UserDir public_html
# UserDir ??? ???? ????? ?? ???? ??
# UserDir? "./"? ?? ???? ?? ?? ?????.
# Apache 1.3 ??? ???? ??
# ?? ?? ??? ?? ?? ???? ?? ????.
UserDir ????? ??
#
# ?? ?? ??? ????. ???? ????? ?? ???? ??? UserDir ???:
#
#
# AllowOverride FileInfo AuthConfig Limit Indexes
# Options MultiViews Indexes SymLinksIfOwnerMatch includeNoExec
#
# ?? ??, ??
# ?? ??
#

# ?? ??, ??
# ?? ??
#

#

#
# DirectoryIndex: ?? ??? ????? ?? Apache? ??? ???? ?? ??
#
# index.html.var ??(??? ?? ??)? ?? ?? ??? ???? ? ?????.
# ??? ???? MultiViews ??? ?????. ????? ?? ?? ????.
#
DirectoryIndex index.php index.html index.html.var
#
# AccessFileName: ? ?????? ????? ?? ?? ?? ??? ???? ??? ?? ??? ?????.
# AllowOverride ???? ?????.
#
AccessFileName .htaccess
#
# ?? ?? .htaccess ? .htpasswd ??? ? ?????? ???? ??? ???.
#

?? ??, ??
??

#
# ?? ??:?? mime.types ??? ??? ?????.
#
TypeConfig conf/mime.types
#
# DefaultType: MIME ??? ??? ? ?? ?? ???? ???? ?? MIME ??? ?????.
# ???? ?? ??? ?? HTML ??? ???? ?? "text/plain"? ???? ?? ????.
# ?????? ???? ?? ???? ??? ???? ??
# "?? ????? ???? ???. " /octer-stream"? ????? ???? ??? ???? ???? ?? ?????.
#
DefaultType text/plain
#
# mod_mime_magic? ???? ??? ?? ??? ???? ??? ?? ??(??)? ??? ? ????.
# ? MIMEmagicFile ???? ??? ???? ??? ?????. . ??.
#

MIMEMagicFile conf/magic

#
# HostnameLookups: ?????? ?? ?? IP ??? ????? ?????. ?? ??, ? ??? ?? ???
#? www.apache.org? ?? ??? ??? ????, ?? ??? IP ?? 204.62.129.132? ?????.
# ???? off???. on?? ???? ??? ?? ????. ???? on?? ???? ? ????? ???
# ????? ?? ?? ??? ??? ????? ?????.
#
HostnameLookups Off
#
# EnableMMAP: ??? ?? ?? ??? ?????(?? ???? ???? ??).
# ???? ?????. ??? ???? ?? ???(NFS)? ??? ?? ????.
# ?? ?????? ? ??? ?? ??? ??? ?????(?? ??? ??? ?? ??).
# ??? ??? http://httpd.apache.org/docs-2.0/mod/? ?????. core.html #enablemmap
#
# EnableMMAP off
#
# EnableSendfile: ?? ??? ???? ?? sendfile ??? ???? ??? ?????
#(?? ???? ???? ??). ???? ?????. ??? ???? ?? ???
#(NFS)? ???? ??? ????.
# http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile ??
#
# EnableSendfile off
#
# ErrorLog: ?? ?? ?? ?? .
# ? ErrorLog ???? ???? ??? ? ?? ???? ?? ??? ??? ?????
#. ??? ErrorLog? ???? ??? ?? ???? ??? ??? ??? ???
# ??? ??? ?????.
#
ErrorLog ??/error_log
#
# LogLevel: ?? ?? ??? ???? ?? ??? ?? ?????.
# ??? ??? ???, ??, ??, ??, ??, ???, ??, ??? ?????.
#
LogLevel ??
#
# ?? ??? CustomLog ??? ?? ??? ?????.
#
LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"" ??
LogFormat " %h %l %u %t "%r" %>s %b" ??
LogFormat "%{Referer}i -> %U" ???
LogFormat "%{User-agent}i" Agent
# %I, %O? ???? ???? mod_logio.c ??? ???? ???.
# LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i" %I %O" Combineddio
#
# ?? ?? ??? ??? ??? ?????(?? ?? ??).
# ? ? ???? ???? ??? ??? ?? ??? ?????.
# ? ???? ???? ??? ??? ??? ?? ??? ??? ?????. .
#
CustomLog ??/access_log ??
#
# ???? ? ??? ??? ????? ?? ??? ???? ???.
#
# CustomLog ??/referer_log ???
# CustomLog ??/agent_log ????
#
# ??? ???? ???, ???? ? ??? ??? ?????
# ? ??? ??? ?? ??? ? ????.
#
# CustomLog ??/access_log ??
#
# ServerTokens
# ? ???? HTTP ?? ??? ??? ?? ??? ?????. ???? "Full"???.
# ?? ??? ?? ?? ?? ? ??? ??? ?? ??? ????? ?????.
#? ?? ?? ? ? ??? ??? ? ????.
# Full | OS | Minimal | Major | Prod
# Full? ?? ?? ??? ????, Prod? ?? ?? ??? ?????.
#
ServerTokens Full
#
# ?? ?? ?? ???? ?? ??? ?? ??? ??? ??? ?? ???? ?????.
#(?? ?? ??, FTP ???? ?? , mod_status ? mod_info ?? ?(CGI ??
# ?? ??? ?? ?? ?? ??).
# "EMail"? ???? ServerAdmin? ???? mailto: ??? ?????.
#? ?? ?? ? ????. On | Off | EMail
#
ServerSignature On
#
# ??: ?? ??? ??? ?????. ??? ??? ????. ??># Alias ??Alias ????
#
# ?? ?? "/"? ???? ?? URL?? "/"? ???? ??? ?? ?????.
# ??? ? ??? "/icons"? ??? ????.
# ??? "/"? ??? ?? ?? ??? "/"? ??? ???.
# ???? ??? "/"? ???? ?? ??? ????? ???.
#
# FancyIndexed ???? ??? ???? ?? ?? "/icons/"? ?????.
# FancyIndexing? ???? ??? ?? ??? ? ????.
#
# ?? ??/icons/ "/usr/local/apache2/icons/"
# MultiViews
# AllowOverride None
# Order ??, ??
## ?? ??
#
#
# ??? ?? ServerRoot/manual? ?????. ? ??? DocumentRoot? ?????? ??? ???
#? ??? ???????. ??? ???? ?? ?? ??? ???
# ?? ??? ? ????.
#
?? ??/manual "/usr/loacl/apache2/manual"

?? ?? FollowSymLinks MultiViews ContainsNoExec
AddOutputFilter html ??
?? ??, ??
??

#
# ScriptAlias: ??? ????? ??? ????? ?????.
# ScriptAliases? ?? ??? ?? ? ?????? ????? ?? ???? ????? Aliases? ?????.
# ?? "/" ??? Alias? ?????
#
ScriptAlias ????/cgi-bin/ "/usr/loacl/apache2/cgi-bin/"
# ??? php 4 ?? ?? ??
AddType application/x-httpd-php .php
LoadModule php4_module module/libphp4.so

#
# mod_cgid? ?????. c ??, mod_cgid?? ??
# ??? ?? cgid? ???? UNIX ??? ???? ????? ?????.
#
# Scriptsock ??/cgisock

#
# "/usr/local/apache2/cgi-bin"? ScriptAliased?? ??? CGI ????? ?????.
# ??? ??.
#

AllowOverride None
Options None
?? ??, ??
?? ??

#
# ????? ???? ??????? ?? ?? ?? ??? ??????? ?? ??? ????? ??? ? ????.
# ?? ?????? ??? ??? ??? ?? ? ??? ???.
# ?:
# ?? /foo http://www.example.com/bar ????
#
# ?? ?? ???? ?? ??? ???? ????
#
#
# IndexOptions: ???? ??? ???? ?? ?? ??? ?????.
#
IndexOptions FancyIndexing VersionSort
#
# AddIcon* ??? ??? ???? ?? ??? ??? ???? ??? ??? ?????.
#? FancyIndexed ???? ?????.
#
AddIconByEncoding(CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType(TXT,/icons/text.gif) text/*
AddIconByType(IMG,/icons/image2.gif) image/*
AddIconByType(SND,/icons/sound2.gif) audio/*
AddIconByType(VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin . exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons /compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm . pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons /tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon / Icons/folder .gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
#
# DefaultIcon ????? ??? ???? ?? ??? ?? ?? ??? ?????
#
DefaultIcon /icons/unknown.gif
#
# AddDescription? ???? ?? ?? ?? ?? ??? ??? ?? ? ????.
# FancyIndexed ????? ?????.
# ??: AddDescription "??" ?? ??
#
# AddDescription "GZIP ?? ??" .gz
# AddDescription "tar archive" .tar
# AddDescription "GZIP ?? tar ????" .tgz
#
# ReadmeName? ??? ????? ?? README ??? ??? ???? ?? ???? ??? ?????.
#
# HeaderName? ??? ??? ?? ??? ?????. ???? ??
ReadmeName README.html
HeaderName HEADER.html
#
# IndexIgnore? ???? ??? ???? ??? ???? ?? ?? ?? ??? ?????.
# ? ?? ?????.
#
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
#
# AddEncoding? ???? ??? ??? ??? ? ????(Mosaic/X 2.1 ) ?? ?? ??,
# ??: ?? ????? ? ??? ???? ?? ????.
# ??? ?????, ??? ??? ?? FancyIndexing ?? ?? ??? ????.
#
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
#
# DefaultLanguage ? AddLanguage? ???? ??? ??? ??? ? ????.
# ?? ?? ???? ???? ?? ??? ??? ??? ? ????.
#
# ?? ??? ?????. ?, ??? ???? ?? ?? ???? ? ??? ?????.
# ???? ?? ??? ??? ??? ???? ?? ? ? ??? ??? ?? ????.
# ????? ?? ??? ???? ?? ?? ??? ??? ???? ??? ????.
#
# DefaultLanguage nl
#
# ?? 1: ?? ???? ???? ??? ??? ?? ?? ???? ????. ????? ? ??
#(??? ?? ?? ?? ? pl)? ?? ????. Perl ????? ?? ???? ?? ???? ??? ?? "AddLanguage pl .po"
#? ?????.
#
# ?? 2: ?? ?? "Danmark/dk" ? "? ?? ??? ? ?? ??? ?? ??? ? ?? ??
#? ?? ?? ?????. Danmark/ da" ??.
#
# ?? 3: "ltz"? ?? RFC ??? ???? 3?? ??? ?????.
# ?? ?? ???? RFC1766 ??? ?? ???? ?????.
#
# ????(da) - ?????(nl) - ??(en) - ??????(et)
# ????(fr) - ???(de) - ????-??(el)
# ?????(it) - ?????(no) - ????? ?????(nn) - ???(ko)
# ?????(pt) - ?????*(ltz)
# ????(es) - ????(sv) - ?????? (ca) - ???(cz)
# ????(pl) - ??? ?????(pt-br) - ???(ja)
# ????(ru) - ??????(hr)
#
AddLanguage da .dk add?? nl .nl
add?? en .en
add?? et .et
add?? fr .fr
add?? de .de
d?? el .el
AddLanguage it .it
AddLanguage ja .ja
AddLanguage pl .po
AddLanguage ko .ko
AddLanguage pt .pt
AddLanguage nn .nn
AddLanguage no
AddLanguage pt- br .pt-br
AddLanguage ltz .ltz
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .sv
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage tw .tw
AddLanguage zh-tw .tw
AddLanguage hr .hr
# LanguagePriority? ?????? ?? ?? ?? ??? ????? ??? ? ????.
#
# ????? ?? ???? ?????. ??? ?? ??? ??? ?????
# . ??? ??? ??? ?? ?? ????.
LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv tw
#
# ForceLanguagePriority? ?????? ?? ??(??)[??? ??]
# ?? NOT ACCEPTABLE(Fallback) [???? ?? ??? ?? ??] ?? ???? ?????.
#
ForceLanguagePriority Prefer Fallback
#
# ??? ?? ????
# ? ???? ???? ?? ?? ?? ?? ??? ???? ?? ????. , ??? ?? ??? ??? ?? ????????????,
# ?? ?? ??? ???? iso-8859-1(latin1) ?? ??
#? ???? ???? ??? ??? ?????. ?? ?? ????? ????? ?? ???.
# ?? ?? ?? ??? ????? ???? ?????? ? URL ??? ??? ???? ???? ??? ????
#.
#
#AddDefaultCharset ISO-8859-1
AddDefaultCharse GB2312
#
# ?? ??? ????? ?? ???? ??? ?????. ??? ?? ??? ???? ??? ???? ?? ?
# ?? ???? ??? ??? ?? ?? ????.
# ?? ??
# ?? ? ?? RFC ??? http://www.iana.org/locationments/character-sets? ?????.
#
AddCharset ISO-8859-1 .iso8859-1 .latin1
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
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5 .Big5 .big5
# ????? ?? ?? ?? ??? ?????(?? ??? ?? ?????? ?? ??):
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO - 10646-UCS-4 .ucs4
AddCharset UTF-8 .utf8
# ?? ?? ??? ?? ??(iso)? ???? ??? ?????? ?? ?????
#. ???? ?????.
#(??? ??? ??? ?? ?????? ???? ?? ?????)
#
#
# ??? http://www.iana.org/assianments/character-sets? ?????. ?? ?. ??? ???? ??? ????.
#
AddCharset GB2312 .gb2312 .gb
AddCharset utf-7 .utf7
AddCharset utf-8 .utf8
AddCharset big5 .big5 .b5
AddCharset EUC-TW .euc- tw
AddCharset EUC-JP .euc-jp
AddCharset EUC-KR .euc-kr
AddCharset Shift_jis .sjis
#
# AddType? ???? ??? ?? ??? ?? MIME? ????? ???? ? ????. .types ??? ??? MIME
#
AddType application/x-tar .tgz
AddType image/x-icon .ico
#
# AddHandler? ???? ?? ?? ???? " handlers":
# ?? ?? ???? ??. ?? ??? ?????? Action ???
#? ??? ? ????(?? ??).
# ScriptAliased ???? ??? ? ??? CGI ????? ?????:
# (?? ????? ??? "ExecCGI"? ???? ???.
#
# AddHandler cgi-script .cgi
#
# ?? HTTP ??? ??? ??? ??
#
# AddHandler send-as-is asis
#
# ???? ?? ??? ??? ? ??? ??:
#
# AddHandler imap-file map
#
# agemap ??:
#
#AddHandler imap-file map
#
# ?? ??? ?? ???? ??)
# (??? Apache? "It Worked" ???? ?? ??? ??? ? ??? ???? ?? ?????).
#
AddHandler type-map var
#
# ??? ???? ?????? ??? ?? ??? ? ????.
#
# ?? ??? (SSI)? ??? .shtml ??? ?????:
# (? ??? ????? ?? ??? "Includes"? ???? ???.)
#
# AddType text/html .shtml
# AddOutputFilter INCLUDES .shtml
#
# ??? ???? ???? ??? ??? ??? ? ??? ????? ??? ? ????. ??? ?? ?? ???? CGI ????? ??
# URL ?? ??? ?? ??? ?????.
# ??: ?? ???/?? /cgi-script/location
# ??: ?? ??? ?? /cgi-script/location
#
#
# ?? ??? ? ?? ?? ??? ????. ???:
# 1) ?? ??? 2) ?? ???? 3) ?? ????
#
# ? ?? ?:
# ErrorDocument 500 "The server made a boo boo."
# ErrorDocument 404 /missing.html
# ErrorDocument 404 "/cgi-bin/missing_handler.pl"
# ErrorDocument 402 http://www.example.com/subscription_info.html
#
#
# ??? ???? ???? ???? ?? ??? ?? ? ????.
#
# ??? ???? /error/HTTP_.html.var ???
# ??? ?? ??? ????? ???????. ??? ???? ????.
#
# ?? ?? ????
# HTTP_.html.var ??? ???? ??? ??? ??? ??? ??? ? ????.
#
# ?? ??/error/include/ "/your/include/path/"
#
# /usr/local/apache2/error/include/ ??? ??? ????? /
# your/inclue/path/ ???? ???? ? ?? ???? ???? ???? ?? ???? ?? ? ????.
# ServerSignature ?? ??? ???? ?? ?? ????
# Aapche ?? ?? ? ServerAdmin ??? ??? ?????.
#
# ???? ?? ???? mod_alias, mod_include ? mod_negotiation 3? ?????.
#?? ??. ?????? ?? 30?? ?? ??? ?????.
# Alias ????/error/ "/usr/local/apache2/error/"
#
#
# AllowOverride None
# Options ContainsNoExec
# AddOutputFilter html ??
# AddHandler type-map var
# ?? ??, ??
# ?? ??
# LanguagePriority en de es fr it nl sv
# ForceLanguagePriority Prefer Fallback
#

#
# ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
# ErrorDocument 401 /error /HTTP_UNAUTHORIZED.html.var
ErrorDocument 403 /error.php
# ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
# ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
# ErrorDocument 408 / error/HTTP_REQUEST_TIME_OUT.html.var
# ErrorDocument 410 /error/HTTP_GONE.html.var
# ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
# ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
# ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
# ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
# ErrorDocument 415 /error/HTTP_SERVICE_UNAVAILABLE.html.var
# ErrorDocument 500 /??/ HTTP_INTERNAL_SERVER_ERROR.html.var
# ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
# ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
# ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
# ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var
#
# ?? ??? ??? ???? ??? ???? ?? ?? HTTP ?? ??? ?????.
# Browsermatch "Mozilla/2" Nokeepalive
Browsermatch "msie 4.0b2;" nokeepalive downloadrade -0 force-response -0
Browsermatch "re" re Alplayer 4.0 "Force-Response -.0
Browsermatch "Java/1.0" force-response-1.0
BrowserMatch "JDK/1.0" force-response-1.0
#
# ?? ??? ????? ?? GET? ?? ??? ????? ???. ?? "/" ?? Directed,
# ??? ??? Microsoft? DAV ??? ????? WEB ??? ???? ??? ? ?? ??? ?????.
# Apple? DAV ?? ???? Gnome? VFS? ??? ???? DAV? ?????
#.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" ????? ?????
BrowserMatch "^WebDrive" ????? ?????
BrowserMatch "^WebDAVFS/1.[012]" ????? ?????
BrowserMatch "^gnome-vfs" ???? ??
#
#? ???? http://servername/server-status URL? ???? mod_status? ?? ?? ?? ??? ???? ??? ? ????. .example.com? ??? ??? ???? ?????.
#
#
# SetHandler ?? ??
# ?? ??, ??
# ?? ??
# .example.com?? ??
#
#
# URL: http://servername/server-info
#? ???? ?? ?? ??? ?? ??? ?????(mod_info.c ?? ??). ".example.com"? ??? ??? ???? ?????.
#
#
# SetHandler server-info
# ?? ??, ??
# ?? ??
# .example.com?? ??
#
#
# ??? ?? ??, ??? ???? ??? ? ??? ??? ??? ?????.
#
#
# ProxyRequests On
# # ?? ??, ??
# ?? ??
# .example.com?? ??
#
#
# HTTP/1.1 "??" ?? ??? ????? ?????.
# ("??"? ?? ?? ??? ???? "??"? ?? ?? "??" ?? ??? ?????.
# ?? ?? ? ??? ??? ? ????: ?? | ?? | ?? | ??
#
# ProxyVia On
# ??? ???? ??? ???? ?? ?? ?? ??? ???? ?? ?? ????.
#(CacheRoot ?? ??? ??)
#
# CacheRoot "/usr /local/apache2/proxy"
# CacheSize 5
# CacheGcInterval 4
# CacheMaxExpire 24
# CacheLastModifiedFactor 01
# CacheDefaultExpire 1
# NoCache a-domain.com another-domain .edu joes.garage-sale.com
#

# ??? ?? ?
#
# mod_ssl.c> conf/ssl.conf ??

## ? ?? ??: ?? ???
#
# VirtualHost: ?? ?? ?? ??? ????? ?? ??? ????? ??? ? ????
# ???? ??? ??/??? ??. ???? ?? ??? ?? ?? ?? ???? ????? ???
# IP ??? ?? ??? ??? ????. ># ?? ???? ???? ??
# URL: http://httpd.apache.org/docs-2.0/vhosts/>? ?????.
#
# ?? ??? ??? ????? ??? ?? "-S"? ?????.
#
# ?? ?? ?? ???? ?????. #
# NameVirtualHost *
#
# ?? ??? ?:
# ?? ??? ??????? ?? ?? Apache ??? ??? ? ????.
# ? ?? ?? ??? ??? ? ? ?? ??? ??? ?? ??? ???? ?? ?????.
#
# -host.example.com
# ServerName dummy-host.example.com
# ErrorLog ??/dummy-host.example.com-error_log
# CustomLog ??/dummy-host.example.com -access_log commom
#

? ??? apache struts2? ??? ???? apache struts2 Apache2 httpdconf? ??? ??? ??? ?????. PHP ????? ??? ?? ????? ??? ?? ????.


? ????? ??
? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.

? AI ??

Undresser.AI Undress

Undresser.AI Undress

???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover

AI Clothes Remover

???? ?? ???? ??? AI ?????.

Video Face Swap

Video Face Swap

??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

???

??? ??

???++7.3.1

???++7.3.1

???? ?? ?? ?? ???

SublimeText3 ??? ??

SublimeText3 ??? ??

??? ??, ???? ?? ????.

???? 13.0.1 ???

???? 13.0.1 ???

??? PHP ?? ?? ??

???? CS6

???? CS6

??? ? ?? ??

SublimeText3 Mac ??

SublimeText3 Mac ??

? ??? ?? ?? ?????(SublimeText3)

???

??? ??

?? ????
1742
16
Cakephp ????
1596
56
??? ????
1536
28
PHP ????
1396
31
???
PHP ?? API ????? ?? ??? ?????? PHP ?? API ????? ?? ??? ?????? Jun 14, 2025 am 12:27 AM

ToversionAphp ??, forclarityandeasofrouting, ac

PHP?? ?? ? ??? ????? ????????? PHP?? ?? ? ??? ????? ????????? Jun 20, 2025 am 01:03 AM

TOSECURELYHANDLEAUSTENCENDACTIONANDACTERIZINGINPHP, FORCUCTSESTEPS : 1. ALWAYSHASHPASSWORTHPASSWORD_HASH () ? VERVERIFYUSINGPANSWORD_VERIFY (), usePREPAREDSTATEMENTSTOPREVENTSQLINGERGED, andSTOREUSERSESSEATAIN $ _SESSIONSAFTERLOGIN.2.impleplempletrole ?? ACCESSC

PHP? ?? ? ?? ?? ????? ????? ???? ?????? PHP? ?? ? ?? ?? ????? ????? ???? ?????? Jun 14, 2025 am 12:25 AM

ProceduralAndObject-OrientedProgramming (OOP) InphpDiffersiMINTIFINTIONTERINGLISTURE, ??? ? ? DATAHANDLING

PHP? ?? ?? (??)? ???? ?? ?? ? ? ????? PHP? ?? ?? (??)? ???? ?? ?? ? ? ????? Jun 14, 2025 am 12:25 AM

phpdoesnothaveAbuilt-inweakMapButofferSweakReference.1.WeakReenceAllowsholdingReferences withoutpreventinggarbageCollection.2.ItusteForCaching, Eventlisteners, andMetAdataWithoutAftingObjectLifeCycles.3.youcoucococococococcinccing

PHP?? ?? ???? ??? ??? ?? ? ? ??????? PHP?? ?? ???? ??? ??? ?? ? ? ??????? Jun 19, 2025 am 01:05 AM

PHP?? ?? ???? ???? ????? ??? ?? ??? ???? ?? ??? ??? ??? ???? ????. 1. finfo_file ()? ???? ?? ?? ??? ???? ???/jpeg? ?? ?? ?? ? ?????. 2. uniqid ()? ???? ??? ?? ??? ???? ? Web ?? ????? ??????. 3. php.ini ? html ??? ?? ?? ??? ???? ???? ??? 0755? ?????. 4. Clamav? ???? ???? ???? ??? ??????. ??? ??? ?? ???? ????? ???? ?? ??? ????? ???? ??? ? ??? ?????.

PHP?? == (??? ??)? === (??? ??)? ???? ?????? PHP?? == (??? ??)? === (??? ??)? ???? ?????? Jun 19, 2025 am 01:07 AM

PHP?? ==? ==? ?? ???? ?? ??? ??????. == ?? ??? ?? ?? ?????. ?? ??, 5 == "5"? true? ????, ?? ??? ???? ?? ?? ??? ????? ????? (? : 5 === "5"? false? ?????. ?? ?????? ===? ? ???? ?? ?????? == ?? ??? ??? ???? ?????.

PHP? NOSQL ?????? (? : MongoDB, Redis)? ??? ?? ??? ? ????? PHP? NOSQL ?????? (? : MongoDB, Redis)? ??? ?? ??? ? ????? Jun 19, 2025 am 01:07 AM

?, PHP? ?? ?? ?? ?????? ?? MongoDB ? Redis? ?? NOSQL ??????? ?? ??? ? ????. ?? MongoDBPHP ???? (PECL ?? Composer? ?? ??)? ???? ????? ????? ??? ?????? ? ???? ????? ??, ??, ?? ? ?? ??? ?????. ??, Predis ????? ?? Phpredis ??? ???? Redis? ???? ?? ? ?? ? ??? ???? ??? ????? Phpredis? ???? ?? Predis? ?? ??? ?????. ? ? ?? ??? ???? ? ????? ????.

php (, -, *, /, %)?? ?? ??? ??? ?????? php (, -, *, /, %)?? ?? ??? ??? ?????? Jun 19, 2025 pm 05:13 PM

PHP?? ?? ??? ??? ???? ??? ??? ????. 1. ?? ??? ?? ? ?? ??? ??? ???? ???? ??? ? ????. ??? ??? ???? ????? ????? ???? ????. 2. ?? ?? ?? - ??, ??? ???? ?? ??? ?????. 3. ?? ???? ??? ??? ???? ??? ??? ?????. 4. Division? / ??? ???? 0?? ??? ?? ????? ??? ?? ??? ?? ? ? ????. 5. ???? ??? ???? ?? ?? ? ?? ??? ???? ? ??? ? ???, ??? ?? ? ? ??? ??? ???? ?????. ? ???? ???? ???? ??? ??? ??? ???? ?? ??? ? ??????? ????.

See all articles