Jump to content

How to allow access to my server only to certain IP adress ?


newman1m

Recommended Posts

How do you wish to test your website? If you want to test how many requests your server can currently process then you might be interested in Apache Bench http://httpd.apache.org/docs/2.0/programs/ab.html

 

If you are interested in testing if all appropriate elements are in place you might be interested in Selenium http://seleniumhq.org/

 

So in what particular testing are you interested?

  • 1 month later...

you can consider

Order allow,deny

allow from xxxxxxxxx

deny from all

 

this can be set in virtualhost

I dont want some hackers access my pc so i want to allow only a few of my friends to access my pc .

How do i do that ???????? :shrug:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.