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