What problem does it solve?
This Skill resolves operational uncertainty about the local 1C web stack by checking whether Apache is installed and running, what 1C databases are published, and what the most recent web/server errors are.
Core Features & Use Cases
- Apache runtime status: Detects whether
httpd.exe from the configured Apache directory is running and reports PID(s).
- Published 1C bases discovery: Parses
httpd.conf publication blocks and reads each publication’s default.vrd to display published information and the likely service types (WS/HTTP/OData) and the external URL.
- Diagnostics from error log: Reads the last lines from
logs/error.log to help troubleshoot failed requests or publishing issues.
- Typical use case: When developers report that a previously working 1C web endpoint stopped responding, use this Skill to quickly confirm Apache status, verify which bases are published, and inspect the latest error messages.
Quick Start
Ask the Skill to show Apache and 1C publication status for the default Apache path in this project.