home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / nsfast / root.9 / usr / ns-home / httpd-80 / config / obj.conf / obj
Text File  |  1998-08-19  |  2KB  |  40 lines

  1. # Netscape Communications Corporation - obj.conf
  2. # You can edit this file, but comments and formatting changes
  3. # might be lost when the admin server makes changes.
  4.  
  5. Init format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%" fn="flex-init" access="/usr/ns-home/httpd-80/logs/access"
  6. Init fn="load-types" mime-types="mime.types"
  7. Init fn="load-modules" funcs="java-init,java-run,java-find-applet,java-run-applet" shlib="/usr/ns-home/plugins/java/bin/libsjava.so"
  8. Init fn="java-init" classpath="/usr/ns-home/plugins/java/classes/serv2_0.zip:/usr/ns-home/plugins/java/local-classes" appletdir="/usr/ns-home/plugins/java/applets"
  9.  
  10. <Object name="default">
  11. NameTrans from="/server-java" fn="java-find-applet"
  12. NameTrans fn="pfx2dir" from="/tarantella/cgi-bin" dir="/opt/tarantella/cgi-bin" name="cgi"
  13. NameTrans from="/tarantella" fn="pfx2dir" dir="/opt/tarantella"
  14. NameTrans from="/ns-icons" fn="pfx2dir" dir="/usr/ns-home/ns-icons"
  15. NameTrans from="/mc-icons" fn="pfx2dir" dir="/usr/ns-home/ns-icons"
  16. NameTrans from="/~" fn="unix-home" subdir="public_html"
  17. NameTrans fn="pfx2dir" from="/cgi-bin" dir="/usr/ns-home/cgi-bin" name="cgi"
  18. NameTrans root="/usr/ns-home/docs" fn="document-root"
  19. PathCheck fn="unix-uri-clean"
  20. PathCheck fn="find-pathinfo"
  21. PathCheck index-names="index.shtml,index.html,home.html" fn="find-index"
  22. ObjectType fn="type-by-extension"
  23. ObjectType fn="force-type" type="text/plain"
  24. Service fn="imagemap" method="(GET|HEAD)" type="magnus-internal/imagemap"
  25. Service fn="index-common" method="(GET|HEAD)" type="magnus-internal/directory"
  26. Service fn="parse-html" opts="noexec" method="(GET|HEAD)" type="magnus-internal/parsed-html"
  27. Service fn="send-file" method="(GET|HEAD)" type="*~magnus-internal/*"
  28. AddLog fn="flex-log" name="access"
  29. </Object>
  30.  
  31. <Object name="cgi">
  32. ObjectType fn="force-type" type="magnus-internal/cgi"
  33. Service fn="send-cgi"
  34. </Object>
  35.  
  36. <Object name="server-applets">
  37. Service fn="java-run-applet"
  38. </Object>
  39.  
  40.