盾怪网教程:是一个免费提供流行杀毒软件教程、在线学习分享的学习平台!

在UNIX平台上的Netscape Enterprise Server 3.x下设置PHP

时间:2024/12/23作者:未知来源:盾怪网教程人气:

[摘要]CGI File Type,把Activate CGI as a file type选为Yes,然后Save and apply后即可。这样以bat,cgi,exe结尾的程序放在任何地方都会被执...
CGI
  File Type,把Activate CGI as a file type选为Yes,然后Save and apply后即可。这样以bat,cgi,exe结尾的程序放在任何地方都会被执行。
实际上手工在obj.conf文件中添加
  Service type="magnus-internal/cgi" fn="send-cgi"
  即可。
在Netscape Enterprise Server上执行PHP程序需要一plugin程序模块,在启动Netscape Enterprise Server时
  会启动该模块,当客户端请求PHP程序时该模块会告诉Netscape Enterprise Server,这是个magnus-internal/cgi
  类型的文件,因此该PHP程序就被执行。
为实现以上功能,在obj.conf文件中加入
  Init fn="load-modules" funcs="redirect-cgi" \
  shlib="/opt/local/suitespot-3.0/plugins/redirect/redirect_cgi.so"
  NativeThread="no"
  在启动Netscape Enterprise Server时启动该模块。
  和
  ObjectType fn="redirect-cgi" cgi_path="/opt/local/www/cgi-bin/php"
  type="magnus-internal/php"
  通过先前启动的plugin模块告诉Netscape Enterprise Server,类型为magnus-internal/php的文件,
  需通过/opt/local/www/cgi-bin/php来解释执行。
在mime.types中加入一行
  magnus-internal/php php3,phtml
  后,Netscape Enterprise Server就知道如何处理后缀名为php3,phtml的文件了。
二、具体实现步骤:

  从http://www.webgenx.com/php/phpnes.php3下载原程序后,参考$NETSCAPE_HOME/nsapi/examples目录下的Makefile文件,编译生成redirect_cgi.so文件。
  把该文件放置在某一目录下,例如:/opt/local/suitespot-3.0/plugins/redirect/redirect_cgi.so。
  修改mime.types文件加入magnus-internal/php php3,phtml。
  
  修改obj.conf,在其它的Init-directives后,加入
    Init fn="load-modules" funcs="redirect-cgi" \
    shlib="/opt/local/suitespot-3.0/plugins/redirect/redirect_cgi.so"
    NativeThread="no"
  
  修改obj.conf
    在ObjectType fn="type-by-extension"和ObjectType fn="force-type"
    type="text/plain"间加入:
    ObjectType fn="redirect-cgi" cgi_path="/opt/local/www/cgi-bin/php"
    type="magnus-internal/php"。
  
  修改obj.conf
    在ObjectType fn="force-type" type="text/plain"和
    Service method="(GET

关键词:在UNIX平台上的Netscape Enterprise Server 3.x下设置PHP




Copyright © 2012-2018 盾怪网教程(http://www.dunguai.com) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版