我的一亩三分地 我就喜欢!
13fen  设为主页
 收藏本站
 
当前位置: > 一亩三分地:首页 > 网络学院 > 网络编程 > PHP专区 > php安装/入门 > Linux 下的 Apache+JServ+ojsp+SSL+PHP(IMAP+LDAP+MYSQL) 
热门文章排行
热门文章排行 检查email地址格式的代码(01-11)
PHP操作文件问答(01-11)
PHP安装攻略:安装并配置PHP(10-23)
PHP的十个高级技巧 4(10-23)
PHP控制语句(10-12)
精采文章排行
精采文章排行 PHP连接MYSQL的两种方法(11-15)
PHP和MySQL开发的8个技巧(10-23)
PHP安装攻略:安装并配置PHP(10-23)
php+mysql扎实个人基本功(10-23)
PHP编程常用技巧四则(10-23)
技术专题推荐
网管论坛交流
 

Linux 下的 Apache+JServ+ojsp+SSL+PHP(IMAP+LDAP+MYSQL)  

作者:佚名   来源:本站教程   点击:   日期:2007-01-11

以下为我的jserv.conf  以及  jserv.properties,zone.properties   
#  cat  jserv.conf   
######################################################################   
#########   
#                                          Apache  JServ  Configuration  File                                     
               #   
######################################################################   
#########   

#  Note:  this  file  should  be  appended  or  included  into  your  httpd.conf   


#  Tell  Apache  on  win32  to  load  the  Apache  JServ  communication  module   
#LoadModule  jserv_module  modules/ApacheModuleJServ.dll   

#  Tell  Apache  on  Unix  to  load  the  Apache  JServ  communication  module   
#  For  shared  object  builds  only!!!   
#LoadModule  jserv_module  /usr/local/apache/jserv/libexec/mod_jserv.so   


  

#  Whether  Apache  must  start  Apache  JServ  or  not  (On=Manual  Off=Autosta   
rt)   
#  Syntax:  ApJServManual  [on/off]   
#  Default:  "Off"   
ApJServManual  off   

#  Properties  filename  for  Apache  JServ  in  Automatic  Mode.   
#  In  manual  mode  this  directive  is  ignored   
#  Syntax:  ApJServProperties  [filename]   
#  Default:  "./conf/jserv.properties"   
ApJServProperties  /usr/local/apache/jserv/etc/jserv.properties   

#  Log  file  for  this  module  operation  relative  to  Apache  root  directory   
.   
#  Set  the  name  of  the  trace/log  file.    To  avoid  possible  confusion  abo   
ut   
#  the  location  of  this  file,  an  absolute  pathname  is  recommended.   
#   
#  This  log  file  is  different  than  the  log  file  that  is  in  the   
#  jserv.properties  file.  This  is  the  log  file  for  the  C  portion  of  Apa   
che   
#  JServ.   
#   
#  On  Unix,  this  file  must  have  write  permissions  by  the  owner  of  the  J   
VM   
#  process.  In  other  words,  if  you  are  running  Apache  JServ  in  manual  m   
ode   
#  and  Apache  is  running  as  user  nobody,  then  the  file  must  have  its   
#  permissions  set  so  that  that  user  can  write  to  it.   
#  Syntax:  ApJServLogFile  [filename]   
#  Default:  "./logs/mod_jserv.log"   
#  Note:  when  set  to  "DISABLED",  the  log  will  be  redirected  to  Apache  e   
rror  log   
ApJServLogFile  /usr/local/apache/logs/mod_jserv.log   

#  Log  Level  for  this  module   
#  Syntax:  ApJServLogLevel  [debug|info|notice|warn|error|crit|alert|eme   
rg]   
#  Default:  info        (unless  compiled  w/  JSERV_DEBUG,  in  which  case  it's   
debug)   
ApJServLogLevel  notice   

#  Protocol  used  by  this  host  to  connect  to  Apache  JServ   
#  (see  documentation  for  more  details  on  available  protocols)   
#  Syntax:  ApJServDefaultProtocol  [name]   
#  Default:  "ajpv12"   
ApJServDefaultProtocol  ajpv12   

#  Default  host  on  which  Apache  JServ  is  running   
#  Syntax:  ApJServDefaultHost  [hostname]   
#  Default:  "localhost"   
#ApJServDefaultHost  java.apache.org   
#ApJServDefaultHost  www.snc.siemens.com.cn   

#  Default  port  that  Apache  JServ  is  listening  to   
#  Syntax:  ApJServDefaultPort  [number]   
#  Default:  protocol-dependant  (for  ajpv12  protocol  this  is  "8007") &

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【论坛讨论

   相关文章:
·将OICQ数据转成MYSQL数据 ·用PHP实现ODBC数据分页显示一例
·php生成WAP页面 ·PHP与Javascript的两种交互方式
·PHP+Javascript模拟Matrix画面 ·WHOIS类的修改版

   文章评论:(条)
  
 请留名: 匿名评论   点击查看所有评论 网管论坛
 

  责任编辑:一分  声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。