The System Info page provides a detailed overview of your server environment and Vvveb installation. This information is essential for debugging, performance tuning, and technical support.
What It Displays
The page is divided into two sections:
General Configuration
Includes key details about your Vvveb setup:
- Vvveb version
- Admin path
- PHP version and handler (e.g., FPM, CGI)
- Database driver and version
- Memory and time limits
- Upload and post size limits
- Enabled PHP extensions
- Caching settings (page and object cache)
- Email and session drivers
- Debug mode status
- Image formats supported
- API availability (REST, GraphQL)
Server Environment
Displays server-level details:
- Operating system and kernel version
- Web server software (e.g., nginx, Apache)
- Document root and public path
- User and home directory
- Request headers and cookies
- Protocol, port, and IP addresses
- Request method and script path
This helps identify hosting configuration and compatibility issues.
How to Use It
- Use the Copy button to send system info to support when troubleshooting issues
- Check PHP limits and extensions when installing plugins or uploading large files
- Verify database and cache settings for performance tuning
- Confirm API and debug settings during development