interfasys
Verified User
I thought there was already a thread like this, but I can't find it.
Let's list pages on help.directadmin.com wich contain out of date or erroneous information.
I'll start with:
http://help.directadmin.com/item.php?id=91
The template used on the page does not match what's installed today.
The first example should be
Let's list pages on help.directadmin.com wich contain out of date or erroneous information.
I'll start with:
http://help.directadmin.com/item.php?id=91
The template used on the page does not match what's installed today.
The first example should be
Code:
<Location /server-status>
SetHandler server-status
Require host .example.com
Require ip 1.2.3.4
</Location>