Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2002 11:51:33 +0100 (BST)
From:      Jan Grant <Jan.Grant@bristol.ac.uk>
To:        Lord Raiden <raiden23@netzero.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Good spoof page for Apache??
Message-ID:  <Pine.GSO.4.44.0204101150180.17061-100000@mail.ilrt.bris.ac.uk>
In-Reply-To: <4.2.0.58.20020409233418.0095a220@pop.netzero.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 Apr 2002, Lord Raiden wrote:

> 	Hi all.  I'm looking at taking one of our servers that's supposed to be
> for office use only and open it up to the outside.  There's nothing secure
> on it, but I don't want just anybody surfing to it and browsing around.  So
> what I was thinking of doing was in order to fool the average joe who might
> get there by accident or intentionally, I want them to think they have
> recieved a standard browser error and then leave.
>
> 	I've thought about modifying the browser error that IE gives, but I'm not
> sure that will work.  I want it to look like a legitimate client side error
> when they hit the website, yet I want those who know the proper access URL
> to still be able to access the site remotely.  For example, "mydomain.com/"
> would show the mock error, yet "mydomain.com/login.cgi" would still get
> them to where they needed to go.  I just need a way to spoof an error, not
> generate a real one to help keep out nosy bypassers.  Any ideas?

<Location />
  Order allow,deny
  Deny from all
</Location>

(or something like that)

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk
"I like oranges more than apples!?" - that's like comparing apples and oranges!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.44.0204101150180.17061-100000>