web-info

Monitor Apache and 1C publication status and parse logs for errors.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill web-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-info
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/web-info
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill web-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires psutil, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick view of the Apache HTTP Server status, the list of published 1C databases, and the latest errors, enabling fast response to web-service issues.

Core Features & Use Cases

  • Apache server status: shows whether the server is running and where it is located.
  • Published databases: enumerates the 1C bases published through Apache with their URLs.
  • Error monitoring: surfaces recent error messages from logs for debugging and tracing problems.

Quick Start

Run the web-info script to display Apache status, published databases, and recent errors.

Frequently Asked Questions about web-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Apache server status and published 1C bases?

To check Apache server status and published 1C bases, run the monitoring script to verify if Apache is running and parse default.vrd files to enumerate published databases with their URLs.

How can I view recent Apache error logs for 1C web publishing diagnostics?

View recent Apache error logs for 1C web publishing diagnostics by running the monitoring script, which surfaces recent error messages from server logs to enable fast debugging and tracing of web-service issues.

What is the best way to monitor Apache server health and 1C publications?

Monitor Apache server health and 1C publications using a PowerShell-based diagnostic script that verifies if Apache is running, lists published bases with URLs, and surfaces recent errors from logs for quick diagnostics.

Does this Apache and 1C monitoring script require PowerShell and psutil?

Yes, this Apache and 1C monitoring script requires PowerShell and the psutil dependency to inspect server configurations, verify the running status of Apache, and parse 1C publication data.

Why is my 1C web publication not showing up in the Apache status overview?

Your 1C web publication may not show up if the monitoring script cannot parse the default.vrd files or if the httpd.conf configuration lacks the necessary module data to assemble the current publication overview.