home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 25 / CDROM25.iso / Share / linux / apache / contrib / misc / ns2apache.pl.README < prev    next >
Encoding:
Text File  |  1998-06-11  |  1.1 KB  |  27 lines

  1. #!/usr/local/bin/perl
  2. #
  3. # Date: Fri, 21 Jun 1996 14:48:20 -0400 (EDT)
  4. # From: "Mark A. Imbriaco" <mark@itribe.net>
  5. # Subject: Netscape->Apache Configuration File Convertor.
  6. #
  7. #
  8. #    Well, here's the script that I made to convert from Netscape
  9. #    to Apache.  This doesn't handle all of the Configuration directives,
  10. #    but it does to a reasonable subset, and is useable in it's current
  11. #    form.  Some modifications will still have to be made to the Apache
  12. #    configuration files, but things like Aliases, ScriptAliases, 
  13. #    Redirects, Document Root, etc. are all inserted based on the 
  14. #    Netsc(r)ape config files..  Feel free to hack this to pieces.
  15. #    It's not real pretty, but it doesn't depend on any modules that
  16. #    don't come standard with perl5.
  17. #
  18. #    BTW:  While I was writing this, I was struck with an idea that I 
  19. #          think would be damned cool for the configuration files.  
  20. #          An Include directive.  It'd be handy for putting Aliases
  21. #          or ScriptAliases and things like that in their own file..
  22. #          What do you guys think?
  23. #
  24. #    -Mark
  25. #
  26. # ===========================================================================
  27.