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

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

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. 
 # 
###################################################################### 
######### 

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

本類教程下載

系統下載排行

主站蜘蛛池模板: 日日cao | 国产97色在线中文 | 亚洲精品国产福利片 | 手机在线精品视频每日更新 | 久久久久琪琪免费影院 | 国产主播一区二区在线放 | 国产亚洲新品一区二区 | 夜夜资源 | 久久99国产精品久久99小说 | 欧美激情一区二区三区四区 | 久久亚洲综合网 | 亚洲欧美日韩中文字幕在线不卡 | 亚洲欧美日韩中文在线 | 欧美亚洲综合激情在线 | 日本丰满大乳欲妇三级 | 亚洲视频欧美视频 | jizz中国jizz日本老师水多 | 国产日韩欧美在线观看免费视频 | 国产日韩精品视频一区二区三区 | 欧美色操 | a级黄视频| 精品日韩一区二区三区 | 青青青青久久国产片免费精品 | 成人在免费观看视频国产 | 国产一区中文字幕在线观看 | 精彩视频一区二区三区 | 97人人射| 亚洲波霸ol | 久久99精品久久久久久牛牛影视 | 噜噜噜天天躁狠狠躁夜夜精品 | 香港三级日本三级三级韩级一 | 六月丁香伊人婷婷色琪琪 | 久青草资源福利视频 | 精品亚洲视频在线 | 97影院在线午夜 | 欧美日韩精品一区二区视频在线观看 | 狠狠色丁香婷婷久久综合不卡 | 天天插天天操天天干 | 美国高清美女做性视频 | 成人999| 亚洲国产日韩精品怡红院 |