home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / ftpage / disk7 / resource.ht_ / resource.ht
Encoding:
Text File  |  1995-09-07  |  1.5 KB  |  40 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
  2.  
  3. <HTML>
  4.  
  5. <HEAD>
  6. <TITLE>ResourceConfig Directive</TITLE>
  7. <META NAME="GENERATOR" CONTENT="Vermeer FrontPage 1.0">
  8. </HEAD>
  9.  
  10. <BODY>
  11. <H1>ResourceConfig directive</H1>
  12. <HR>
  13. <H2>Purpose</H2>
  14. <P>The ResourceConfig <A HREF="../configur.htm#Directive">directive</A> gives httpd the location of the <A HREF="../srm/overview.htm">resource configuration file</A>. </P>
  15. <P></P>
  16. <HR>
  17. <H2>Syntax</H2>
  18. <P><CODE>ResourceConfig file</CODE> </P>
  19. <P><CODE>file</CODE> is the name of the resource configuration file. It is either a full pathname, or a partial pathname relative to <A HREF="serverro.htm">ServerRoot</A>. </P>
  20. <P>Only one ResourceConfig directive is allowed in the configuration file. </P>
  21. <P></P>
  22. <HR>
  23. <H2>Default</H2>
  24. <P>If you do not specify an ResourceConfig, httpd assumes: </P>
  25. <P><CODE>ResourceConfig conf/srm.conf</CODE> </P>
  26. <P></P>
  27. <HR>
  28. <H2>Examples</H2>
  29. <P><CODE>ResourceConfig conf/resources</CODE> </P>
  30. <P>httpd looks for resource configuration in conf/resources in the <A HREF="serverro.htm">ServerRoot</A> directory. </P>
  31. <P><CODE>ResourceConfig /httpd/admin/resources</CODE> </P>
  32. <P>httpd looks for resource configuration in the file <CODE>/httpd/admin/resources</CODE>. </P>
  33. <P><A HREF="overview.htm"><IMG SRC="../../images/back.gif" ALIGN=bottom BORDER=2 WIDTH=40 HEIGHT=40>Return to Server Configuration File Overview</A> </P>
  34. <P></P>
  35. <HR>
  36. <P>Copyright (C) 1995 Vermeer Technologies, Inc. All rights reserved. </P>
  37. </BODY>
  38.  
  39. </HTML>
  40.