Questions tagged [recursive]
69 questions
0
votes
2 answers
How to disable reverse DNS lookup in Apache 2.2 or in recursive bind
I would like to stop Apache (2.2) from doing reverse lookups for client IP addresses. I have
HostnameLookups Off
and
LogFormat "%h %l %u %t %V \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" port:%p" combined_vhost
LogFormat "%h %l %u %t \"%r\"…

Ján Lalinský
- 282
- 1
- 11
0
votes
1 answer
Answering cached DNS queries
I'm not sure how recursive resolves behave when its cache contains partial of the answer.
Specifically, let's assume that first I ran this lookup request:
dig example.com @8.8.8.8
Based on my understanding, after the resolution process, the…

user5289027
- 5
- 1
-1
votes
3 answers
PowerDNS: Is it possible to send different results based on server IP used by the client?
I would like to setup a recursive DNS server with multiple IPs all on the same PowerDNS server. Let's say:
8.8.8.1
8.8.8.2
8.8.8.3
8.8.8.4
I was wondering how I could send different responses based on the IP used by the client.
For example, if the…

plz
- 11
- 1
-1
votes
1 answer
chowned root directory recursive
accidently I did "chown -R www-data:www-data /" (I wanted to chown current directory).
Is the only good way now to set the system up again from beginning?
waaaah -.-
Thanks

bagbag
- 31
- 1
- 3
-1
votes
1 answer
Purpose of -r option in chown
Newbie here. Can someone please explain what it means to do something "recursively", in plain language? I have looked at search results for HOURS without finding anything that simply says what it means in plain English. For example, if I use the…

Bill
- 29
- 1
-1
votes
2 answers
Conditional forwarder for subdomain through DNS proxy
I have a Windows AD domain : contoso.local
I want to forward all requests to some.contoso.local to another DNS server through forwarding DNS server:
contoso.Local.DNS => Proxy.DNS => some.contoso.local.DNS
I can not allow direct forwarding from…

filimonic
- 323
- 3
- 14
-2
votes
1 answer
Chmod all files and directories recursively to 666 under /usr
I want to make an chmod command that's recursively will apply the privilegies to all directoris under that.
Example:
chmod 666 /usr
I want that every directory under "/usr" turn into permissions to 666.
Thanks in advance.

guisantogui
- 121
- 1
- 3
-3
votes
1 answer
How to search recursively for a file in linux?
I would like to search for a file recursively under a directory.
How do I search recursively for that file:
in the directory I am standing in?
in a specific directory?
The command should get a part of the file name and do the search, and return…

alwbtc
- 229
- 1
- 4
- 7
-4
votes
3 answers
Find in all sub directories
I have a directory with many sub directories,
I want to find a file in this directories so I use this command:
find ./ -name test.php
but this command search just in the top level directory,
how can I search in all sub directories too?

MajAfy
- 107
- 2
- 6