I want all my virtual servers to answer, but not when someone uses
http://192.168.0.1  I want this to show an error page.  I read that it
prevents cross scripting and some DNS vulnerabilities.

CJ

Randy Melder wrote:
> I'm not sure I'm getting the intent of the question, but... You could
> just stop apache. Or... if you wanna view pages locally, but block
> outsiders:
>
> In httpd.conf :
>
> <Directory "/">
>    Order Deny,Allow
>    Deny from all
>    Allow from 127.0.0.1
> </Directory>
>
>
>
>
> On Sun, Sep 13, 2009 at 6:14 PM, Maxwell Smart <c...@yother.com> wrote:
>   
>> This is more an Apache question, but I know that most everyone on this
>> list with the exception of me knows the answer.
>>
>> How do I setup my webserver not to answer to requests to my ip?  I have
>> been reading that this can be very dangerous and mine currently answers
>> to my default page served up by Apache.
>>
>> Thanks,
>>
>> CJ
>>
>>
>> ---------------------------------------------------------------------------------
>> Qmailtoaster is sponsored by Vickers Consulting Group 
>> (www.vickersconsulting.com)
>>    Vickers Consulting Group offers Qmailtoaster support and installations.
>>      If you need professional help with your setup, contact them today!
>> ---------------------------------------------------------------------------------
>>     Please visit qmailtoaster.com for the latest news, updates, and packages.
>>
>>      To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>>
>>     
>
>
>
>   

---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
     Please visit qmailtoaster.com for the latest news, updates, and packages.
     
      To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Reply via email to