FW: [thelist] Apache on Win32

Mimesweeper Administration Postmaster at thomascook.com
Thu Aug 16 09:11:33 CDT 2001


-----Original Message-----
From: Michael Pemberton [mailto:mpember at phreaker.net] 
Sent: 16 August 2001 05:30
To: thelist at lists.evolt.org
Subject: Re: [thelist] Apache on Win32


In the httpd.conf file, you will find the following lines in the <directory
"YOURWEBDIR"> section:

    Order allow,deny
    Allow from all

By changing them to read:

    Order deny,allow
    Allow from 127.0.0.1

If you have another network IP (intranet), itis possible that your browser
will identify itself by this.  Also add

    Allow from XXX.XXX.XXX.XXX (your network IP)

you should now have a server that can only be accessed using "localhost".

Beau Hartshorne wrote:

> Hi,
>
> I am installing Apache/PHP/MySQL on my Win2000 machine. Is there a way to
> configure Apache and MySQL to only allow connections from 127.0.0.1
> (localhost)?
>
> TIA,
>
> Beau
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !

--
Michael Pemberton
mpember at phreaker.net
ICQ: 12107010




---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt ! 


**********************************************************************
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for
the intended recipient only. Access, disclosure, copying,
distribution or reliance on any of it by anyone else is
prohibited and may be a criminal offence. Please delete if 
obtained in error. Any views expressed in this message are
those of the individual sender, except where the sender 
specifically states them to be the views of 
Thomas Cook Holdings Ltd.
**********************************************************************





More information about the thelist mailing list