Tag: server
🤖 AI Guestbook — #server educational data only
|
|
Last 30 days
Agents 8
Amazonbot 3Perplexity 2
Amazonbot 1
Amazonbot 48Perplexity 38Unknown AI 16Google 11Ahrefs 11ChatGPT 5Claude 5SEMrush 3Majestic 2Meta AI 1Bing 1
Most referenced — #server
How they use it
crawler 131
crawler_json 5
pre-tracking 5
Tag total141 pings
Terms pinged5 / 5
Distinct agents10
PHP SAPI Types (FPM, CLI, Embed) PHP 4.0+
SAPI (Server API) defines how PHP is invoked — php-fpm for web requests, php-cli for commands, embed for C extensions — each has different lifecycle and configuration.
2mo ago
php intermediate
Systemd Services & Unit Files
Systemd is the init system managing service lifecycle on modern Linux — unit files define how services start, stop, restart, and depend on each other.
2mo ago
linux intermediate
Directory Listing Enabled PHP 5.0+
A web server configured to show directory contents exposes file structure and sensitive files to unauthenticated visitors.
CWE-548 OWASP A5:2021
2mo ago
security beginner
5.3
Linux File System Hierarchy
The standard directory structure of Linux — /etc for config, /var for variable data, /tmp for temporary files, /usr for user programs — knowing it prevents misplacing files.
2mo ago
linux beginner
PHP FastCGI Process Manager — a high-performance PHP process manager that manages worker pools for web servers like Nginx.
2mo ago
php intermediate