The tag has no wiki summary.

learn more… | top users | synonyms

59
votes
6answers
2k views

Ending company IT Admin relationship

We have been using a company to administer our (small office) IT infrastructure. We don't have complete records of what has been done or hasn't been done and don't know what we need to ask for in ...
2
votes
2answers
165 views

How do I force all devices on a network to register with IT before connecting, without vulnerability to Static IP-ing or MAC spoofing?

Context: I'm an admin for a midsize corporate network with several overlapping wireless access points and an ethernet cabling infrastructure. To comply with a security audit, we were recently ordered ...
1
vote
2answers
549 views

How Can I Restrict FTP to a Particular Local Group?

I am running the FTP daemon VSFTPD. I'd like to control FTP access by adding users to a group such that only members of the defined group can access the FTP services. I am thinking I can do this by ...
19
votes
1answer
10k views

How do I add Access-Control-Allow-Origin in NGINX?

I like NGINX but how do I set the Access-Control-Allow-Origin header so I can use web-fonts from my subdomain on my main domain?
2
votes
1answer
382 views

LiteSpeed enable Access-Control-Allow-Origin (no response header on CORS request)

Seriously, I can't find a single page discussing this for litespeed. Using this format in the htaccess "Header set Access-Control-Allow-Origin http://aSite.com" (and https) sends the setting in the ...
0
votes
1answer
88 views

IP bases access control list script

I would like to setup ACL (python script or any ready made Centos compatible scipt) & limit rate for all IP addresses, who are hitting the site very frequently. For example crawlers, bots (except ...
0
votes
1answer
113 views

Apache blocking valid Allow from <ip> client

I am trying to block public access to apc.php file. Initially this configuration worked, now it doesn't. I know this is where the issue lies because when I comment out the ACL I can access the file ...