[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] IIS Revenge
- Subject: Re: [cobalt-users] IIS Revenge
- From: Revd leonard payne <vicarage@xxxxxxxxxxxxxx>
- Date: Fri Sep 21 20:29:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
on 21/9/01 9:38 PM, Gerald Waugh at gerald@xxxxxxxxx mumbled something like:
> Stick these lines in httpd.conf
> between <Directory> and </Directory> within httpd.conf,
> right under ServerName is a good place.
> Then restart httpd.
>
> RedirectMatch (.*)\cmd.exe$ http://127.0.0.1
> RedirectMatch (.*)\default.ida$ http://127.0.0.1
> RedirectMatch (.*)\root.exe$ http://127.0.0.1
>
I tried this
Under ServerName
<Directory>
Then the three lines
and then
</Directory>
and received the response
Invalid command '<Directory>', perhaps mis-spelled or defined by a module
not included in the server configuration
Any ideas
Revd Leonard