Questions tagged [blocking]

121 questions
1
vote
2 answers

Use .htaccess to block *All* access to specific folders

I am not sure how to do this, but I want to block all access to a specific set of folders on my web server. Say secret01 and secret 02... homeDir |- data |- www | |- .htaccess (file) | |- images | |- js | |- secret01 | |-…
Urda
  • 509
  • 4
  • 16
1
vote
1 answer

Block based on keyword

Hai linux guys, I am using linux (RHEL5) Server. I want to block some sites for windows clients, How can i block unwanted sites based on keywords(keywords in text file) in RHEL 5 ? Are there any build in packages for to do this ? Is it possible…
Kumar
  • 823
  • 3
  • 20
  • 43
0
votes
4 answers

Router blocks traffic because no D flag

I have a following issue On my desktop computer I can't access internet. Precisely, i can't ping router. However I can ping other machines on local network and i'm getting IP from DHCP located on the same router. In router log messages I found…
Grzegorz Dziemidowicz
0
votes
1 answer

Meraki blocking js and css from good sites that use Cloudfront.net

We have a Meraki device in place that is blocking static resources (i.e. js and css files) from Cloudfront.net and causing problems with valid sites loading. One specific error (below) indicated it was due to a mismatched MIME type. The stylesheet…
EfficionDave
  • 211
  • 1
  • 4
  • 14
0
votes
1 answer

HAProxy - Multiple sites, multiple acl's

We are busy with setting up HAProxy. Almost everything is working, except setting it up without multiple sites with different acl's. What we want: Using HAProxy with multiple sites, all on the same IP, all with the same backends but with different…
0
votes
1 answer

MongoDB foreground index build blocks secondary reads for all databases

Today one of the users of our MongoDB 3.0.12 sharded cluster has (wrongly) issued a foreground index build on its own database (pride_archive_ms), after the operation completed on the primary member of each replica set (shard), it got replicated to…
0
votes
1 answer

Watchguard blocking ports

I want to block the whole Internet for particular hosts. In this case I used policy 'Any" which basically blocks every single port (tcp+udp I believe). In FROM field I put particular IP address from host, and in TO I put any. I uploaded the config…
Kai
  • 33
  • 1
  • 10
0
votes
1 answer

Got blocked by server after starting TCP nodejs sever. Why?

I recently installed node on my VPS, and tried to complete a tutorial. I saved this code into server.js and hit node server.js in putty. I got instant "ban" from my VPS, I can't access it, however on other computers I can. var net =…
Tamás
  • 9
  • 1
0
votes
1 answer

Apache2: How can I get Apache2 to not respond?

I didn't find a way but it can't be so hard : How make Apache2 Listen a port but not responding. My VH: ServerName catchall I don't want to respond 403 or another status... I want the connexion failed. Why ?…
Robin
  • 1
0
votes
1 answer

Is it possible to block HTTP traffic from specific machines?

I have some web crawlers, and a specific website seems to be blocking traffic temporarily after some time. The thing is, even though all clients have the same external IP address (they access the internet via the same gateway) it blocks specific…
Doug
  • 239
  • 2
  • 6
0
votes
2 answers

Apache not serving static content concurrently

When tried to open multiple pages from Codeigniter based custom CMS on different tabs, the first tab loads, while the subsequent tabs wait for the first tab to complete, then sequence follows randomly, which is in synchronous. How do I bring in…
nuthan
  • 131
  • 1
  • 1
  • 7
0
votes
1 answer

Safe mailing list operation

I've been asked to create a mailing list system which will be used to send regular newsletter type emails to our customers. The software side is just about complete, so that needs no discussion. Having read more than once about systems getting block…
John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
0
votes
2 answers

SQL Server logging blocks somewhere?

Is there a way to identify processes that were blocking or were blocked by another process after the fact without setting something up ahead of time? My weekly maintenance job (rebuild indexes, update stats) ran extremely long. I'm thinking that it…
Chris Burgess
  • 238
  • 1
  • 4
  • 10
0
votes
4 answers

Website filtering for OpenVPN clients

I am currently trying to block some websites by their domain names for all the clients of my OpenVPN server. My first idea was to use the /etc/hosts file. But, its effects seem to be limited to the host only and not to be taken in consideration by…
Asche
  • 101
  • 1
  • 1
0
votes
1 answer

How to check what process is blocking local linux server (Slackware)

I have a Slackware linux server at my work. This is network, database and web server. Our main web application is used as a backend application to administrate our public website (which is frequently updated) and for working with clients (mini ERP)…
Kosta
  • 103
  • 3
1 2 3
8 9