Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I list all numerical subdomains to depth 2 in the Domain Report?

0
Posted

How do I list all numerical subdomains to depth 2 in the Domain Report?

0

SUBDOMAIN *.* deliberately only lists the top-level numerical subdomains to avoid cluttering the output. SUBDOMAIN *.*.* will work but will list everything else to depth 3. So the best solution is SUBDOMAIN 1*.*,2*.*,3*.*,… • I want to do a HOSTEXCLUDE on some IP addresses. Can I use a range like 131.111.20.1-127? No, but you can use wildcards or regular expressions, which allows you to specify most ranges very quickly. • I want to be able to count requests with status code 301 and 302 as successes, so that they appear in the Request Report. No, you really don’t, because that would lead to double counting when a request for /dir (code 301) is redirected to /dir/ (code 200). For CGI scripts etc. look in the Redirection Report instead of the Request Report. • I want to report on a field analog doesn’t know about. Use the following kludge. Write a LOGFORMAT to declare the field to be a virtual host or a user (whichever you aren’t already using). Then edit your language file so that the

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123