Documentation errors

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,821
Location
Switzerland
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
Code:
<Location /server-status>
    SetHandler server-status
    Require host .example.com
    Require ip 1.2.3.4
</Location>
 
The help DB is also missing an entry about PHP-FPM's status page. It's just like Apache's status page, but for PHP.
 
Talking about PHP-FPM status page, it could be enabled in custom configuration (DA admin level), but it's not like Apache/Nginx status page, because it's per-pool (meaning it's not a global status, but per-pool (per-user)).
 
Talking about PHP-FPM status page, it could be enabled in custom configuration (DA admin level), but it's not like Apache/Nginx status page, because it's per-pool (meaning it's not a global status, but per-pool (per-user)).
True, but I think it's a useful debugging tool. The fact that it can be added from the GUI does help set it up quicker. We just need some DA docs for people who don't know about it :).
 
Back
Top