• <label id="pxtpz"><meter id="pxtpz"></meter></label>
      1. <span id="pxtpz"><optgroup id="pxtpz"></optgroup></span>

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

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

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

        本類教程下載

        系統下載排行

        主站蜘蛛池模板: 99在线在线视频免费视频观看| g0g0人体全免费高清大胆视频| 91麻豆国产免费观看| 久久久久久久综合日本亚洲| 四虎影视无码永久免费| 亚洲高清专区日韩精品| 久久免费观看国产精品| 亚洲黄色免费网站| 久九九精品免费视频| 亚洲午夜无码毛片av久久京东热 | 亚洲精品一卡2卡3卡四卡乱码| 日韩免费一区二区三区在线播放| 亚洲字幕在线观看| 日韩精品无码区免费专区| 亚洲欧洲日产国码久在线| 成在线人永久免费视频播放| 黄色免费在线观看网址| 在线亚洲精品自拍| 久久爰www免费人成| 亚洲人成电影青青在线播放| 天天拍拍天天爽免费视频| 午夜亚洲国产精品福利| 亚洲乳大丰满中文字幕| 99国产精品免费视频观看| 亚洲色大成网站www| 五月婷婷亚洲综合| 无人在线观看免费高清| 91丁香亚洲综合社区| 亚洲M码 欧洲S码SSS222| 国产成人免费ā片在线观看老同学| 亚洲国产精品人久久| 手机在线看永久av片免费| 毛片亚洲AV无码精品国产午夜| 亚洲香蕉成人AV网站在线观看| 亚洲电影在线免费观看| 国产精品成人亚洲| 亚洲精品天天影视综合网| 永久免费av无码网站大全| 中文字幕乱码免费看电影| 亚洲一线产区二线产区精华| 亚洲日本中文字幕天堂网|