日本国产亚洲-日本国产一区-日本国产一区二区三区-日本韩国欧美一区-日本韩国欧美在线-日本韩国欧美在线观看

當前位置:雨林木風下載站 > 技術開發教程 > 詳細頁面

Linux 下的 Apache+JServ+ojsp+SSL+PHP(IMAP+LDAP+MYSQL) 的安裝(轉二)

Linux 下的 Apache+JServ+ojsp+SSL+PHP(IMAP+LDAP+MYSQL) 的安裝(轉二)

更新時間:2022-05-14 文章作者:未知 信息來源:網絡 閱讀次數:

以下為我的jserv.conf以及jserv.properties,zone.properties 
#catjserv.conf 
###################################################################### 
######### 
#ApacheJServConfigurationFile 
 # 
###################################################################### 
######### 

#Note:thisfileshouldbeappendedorincludedintoyourhttpd.conf 


#TellApacheonwin32toloadtheApacheJServcommunicationmodule 
#LoadModulejserv_modulemodules/ApacheModuleJServ.dll 

#TellApacheonUnixtoloadtheApacheJServcommunicationmodule 
#Forsharedobjectbuildsonly!!! 
#LoadModulejserv_module/usr/local/apache/jserv/libexec/mod_jserv.so 




#WhetherApachemuststartApacheJServornot(On=ManualOff=Autosta 
rt) 
#Syntax:ApJServManual[on/off] 
#Default:"Off" 
ApJServManualoff 

#PropertiesfilenameforApacheJServinAutomaticMode. 
#Inmanualmodethisdirectiveisignored 
#Syntax:ApJServProperties[filename] 
#Default:"./conf/jserv.properties" 
ApJServProperties/usr/local/apache/jserv/etc/jserv.properties 

#LogfileforthismoduleoperationrelativetoApacherootdirectory 

#Setthenameofthetrace/logfile.Toavoidpossibleconfusionabo 
ut 
#thelocationofthisfile,anabsolutepathnameisrecommended. 

#Thislogfileisdifferentthanthelogfilethatisinthe 
#jserv.propertiesfile.ThisisthelogfilefortheCportionofApa 
che 
#JServ. 

#OnUnix,thisfilemusthavewritepermissionsbytheowneroftheJ 
VM 
#process.Inotherwords,ifyouarerunningApacheJServinmanualm 
ode 
#andApacheisrunningasusernobody,thenthefilemusthaveits 
#permissionssetsothatthatusercanwritetoit. 
#Syntax:ApJServLogFile[filename] 
#Default:"./logs/mod_jserv.log" 
#Note:whensetto"DISABLED",thelogwillberedirectedtoApachee 
rrorlog 
ApJServLogFile/usr/local/apache/logs/mod_jserv.log 

#LogLevelforthismodule 
#Syntax:ApJServLogLevel[debug|info|notice|warn|error|crit|alert|eme 
rg] 
#Default:info(unlesscompiledw/JSERV_DEBUG,inwhichcaseit's 
debug) 
ApJServLogLevelnotice 

#ProtocolusedbythishosttoconnecttoApacheJServ 
#(seedocumentationformoredetailsonavailableprotocols) 
#Syntax:ApJServDefaultProtocol[name] 
#Default:"ajpv12" 
ApJServDefaultProtocolajpv12 

#DefaulthostonwhichApacheJServisrunning 
#Syntax:ApJServDefaultHost[hostname] 
#Default:"localhost" 
#ApJServDefaultHostjava.apache.org 
#ApJServDefaultHostwww.snc.siemens.com.cn 

#DefaultportthatApacheJServislisteningto 
#Syntax:ApJServDefaultPort[number] 
#Default:protocol-dependant(forajpv12protocolthisis"8007") 
ApJServDefaultPort8007 

#TheamountoftimetogivetotheJVMtostartupaswell 
#astheamountoftimetowaittopingtheJVMtoseeifit 
#isalive.Sloworheavilyloadedmachinesmightwantto 
#increasethisvalue. 
#Default:10seconds 
#ApJServVMTimeout10 

#Passesparameterandvaluetospecifiedprotocol. 
#Syntax:ApJServProtocolParameter[name][parameter][value] 
#Default:NONE 
#Note:Currentlynoprotocolshandlethis.Introducedforfutureprot 
ocols. 

#ApacheJServsecretkeyfilerelativetoApacherootdirectory. 
#Syntax:ApJServSecretKey[filename] 
#Default:"./conf/jserv.secret.key" 
#Warning:ifauthenticationisDISABLED,everyoneonthismachine(no 
tjust 
#thismodule)mayconnecttoyourservletengineandexecuteservlet 

#bypassingwebserverrestrictions.Seethedocumentationformorein 
formation 
#ApJServSecretKey/usr/local/apache/jserv/etc/jserv.secret.key 
ApJServSecretKeyDISABLED 

#MountpointforServletzones 
#(seedocumentationformoreinformationonservletzones) 
#Syntax:ApJServMount[name][jserv-url] 
#Default:NONE 
#Note:[name]isthenameoftheApacheURIpathtomountjserv-urlo 

#[jserv-url]issomethinglike"protocol://host:port/zone" 
#Ifprotocol,hostorportarenotspecified,thevaluesfrom 
#"ApJServDefaultProtocol","ApJServDefaultHost"or"ApJServDefaultPo 
rt" 
#willbeused. 
#Ifzoneisnotspecified,thezonenamewillbethefirstsubdirect 
oryof 
#thecalledservlet. 
#Example:"ApJServMount/servlets/myServlets" 
#ifuserrequests"http://host/servlets/TestServlet" 
#theservlet"TestServlet"inzone"myServlets"ondefaulthost 
#thrudefaultprotocolondefaulportwillberequested 
#Example:"ApJServMount/servletsajpv12://localhost:8007" 
#ifuserrequests"http://host/servlets/myServlets/TestServlet" 
#theservlet"TestServlet"inzone"myServlets"willberequested 
#Example:"ApJServMount/servletsajpv12://jserv.mydomain.com:15643/m 
yServlets" 
#ifuserrequests"http://host/servlets/TestServlet"theservlet 
#"TestServlet"inzone"myServlets"onhost"jserv.mydomain.com"usi 
ng 
#"ajpv12"protocolonport"15643"willbeexecuted 
ApJServMount/servlets/root 
ApJServMount/servlet/root 

#Whetherinheritsbasehostmountpointsornot 
#Syntax:ApJServMountCopy[on/off] 
#Default:"On" 
#Note:Thisdirectiveismeaninfulonlywhenvirtualhostsarebeing 
used 
ApJServMountCopyon 

#ExecutesaservletpassingfilenamewithproperextensioninPATH_TR 
ANSLATED 
#propertyofservletrequest. 
#Syntax:ApJServAction[extension][servlet-uri] 
#Defaults:NONE 
#Notes:Thisisusedforexternaltools. 
#ApJServAction.jsp/servlets/org.gjt.jsp.JSPServlet 
#ApJServAction.gsp/servlets/com.bitmechanic.gsp.GspServlet 
#ApJServAction.jhtml/servlets/org.apache.servlet.ssi.SSI 
#ApJServAction.xml/servlets/org.apache.cocoon.Cocoon 
#ApJServAction.jsp/alph/gnujsp 
ApJServAction.jsp/servlets/oracle.jsp.JspServlet 
ApJServAction.jhtml/servlets/org.apache.servlet.ssi.SSI 

#EnabletheApacheJServstatushandlerwiththeURLof 
#"http://servername/jserv/"(notethetrailingslash!) 
#Changethe"deny"directivetorestrictaccesstothisstatuspage. 


 SetHandlerjserv-status 

 orderdeny,allow 
 denyfromall 
 allowfrom127.0.0.1 


##############################WARNING######################### 
######### 
#RemembertodisableorotherwiseprotecttheexecutionoftheApache 
JServ# 
#StatusHandler(seerightabove)onaproductionenvironmentsincet 
hismay# 
#giveuntrusteduserstheabilitytoobtainrestrictedinformationon 
your# 
#servletsandtheirinitializationargumentssuchasJDBCpasswordsa 
nd# 
#otherimportantinformation.TheApacheJServStatusHandlershould 
be# 
#accessibleonlybysystemadministrators. 
 # 
###################################################################### 
######### 

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

主站蜘蛛池模板: 国产成人愉拍精品 | 日本天天射 | 91手机视频在线 | 亚洲精品系列 | 国产大臿蕉香蕉大视频女 | 欧美性猛交xxxx黑人猛交 | 性人久久久久 | 日韩精选视频 | 欧美一区二区三区在线观看不卡 | 老司机精品一区在线视频 | 亚洲午夜久久久久中文字幕久 | 天天干天天射综合网 | 欧美91视频| 人人做人人爽国产视 | 欧美5g影院天天爽天天看 | 日本xxxxwww| 五月天国产视频 | 精品欧美男男videos | 色久悠悠色久在线观看 | 五月激情综合丁香色婷婷 | 久久草草 | 538国产在线 | 国产精品3p视频 | 久碰人澡人澡人澡人澡91 | 久久午夜影院 | 一区不卡视频 | 欧美亚洲a日 | 亚洲精品系列 | 五月天婷婷社区 | 久久77| 九九久久免费视频 | 国产91大片精品一区在线观看 | 4hu永久影院在线四虎 | 日本一级毛片免费播 | 久久在线一区 | 国产亚洲精品不卡在线 | 99精品国产兔费观看久久99 | 99精品国产第一福利网站 | 久草青青草 | 日本在线日本中文字幕日本在线视频播放 | 亚洲精品久久久久影院 |