#ExtendedStatus On Apache伺服器可以通過特殊的HTTP請求,來報告自身的運行狀態,開啟這個 ExtendedStatus 參數可以讓伺服器報告更全面的運行狀態資訊。 主伺服器設定 Apache伺服器需要各種設定,以定義自己使用各種參數以提供Web服務。對於使用虛擬機器主機的情況,除了在虛擬機器主機的定義項中覆蓋的設定之外(有的設定必須重新定義),這裡的設定也是虛擬機器主機的預設設定。 Port 80
Apache Core FeaturesThese configuration parameters control the core Apache features, and are always available.AccessConfig directiveSyntax: AccessConfig filenameDefault: AccessConfig conf/access.confContext: server config, virtual hostStatus:
Satisfy directiveSyntax: Satisfy 'any' or 'all'Default: Satisfy allContext: directory, .htaccessStatus: coreCompatibility: Satisfy is only available in Apache 1.2 and laterAccess policy if both allow and require used. The parameter can be either
Syntax: ... Context: server config, virtual host, .htaccessStatus: coreCompatibility: only available in Apache 1.3 and above.The directive provides for access control by filename, just as the directive does. However, it accepts a regular
ContentDigest directiveSyntax: ContentDigest on|offDefault: ContentDigest offContext: server config, virtual host, directory, .htaccessOverride: OptionsStatus: experimentalCompatibility: ContentDigest is only available in Apache 1.1 and laterThis
MaxRequestsPerChild directiveSyntax: MaxRequestsPerChild numberDefault: MaxRequestsPerChild 0Context: server configStatus: coreThe MaxRequestsPerChild directive sets the limit on the number of requests that an individual child server process will
Syntax: ... Context: server config, virtual hostStatus: Core.Compatibility: Available in Apache 1.3 and later and are used to enclose a group of directives which will apply only to the named directory and sub-directories of that directory, the
ServerRoot directiveSyntax: ServerRoot directory-filenameDefault: ServerRoot /usr/local/apacheContext: server configStatus: coreThe ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories conf/
二、PHP3,4中session的實現在php3中是沒有session這種東東的,但我們又需要,怎麼辦呢?別急,有很多人替你做了這些,這其中最有名的要算phplib了。你可以去國外下載,可以上國內大部分php網站下載。我們要做的第一件事是讓phplib和php3結合在一起使它能工作。為了能實現這方面的功能,我們需要先安裝phplib。跟著我來做,很容易的(以下方法在win2000+php3.0.16+apache1.3.12+phplib7.2c+MySQL3.23.21 for win32