web-info

Inspect Apache status, 1C publications, and error logs.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill web-info-msrv-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-info
Source: https://github.com/msrv-tech/skills/tree/main/web-info
Command: npx skills add https://github.com/msrv-tech/skills --skill web-info-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manual checks of the Apache web server and 1C publications are time-consuming and error-prone. This Skill provides a quick, consolidated view of server health, published bases, and recent errors to speed up troubleshooting and status reporting.

Core Features & Use Cases

  • Status overview: shows whether Apache is running, its PID, and the path to its installation.
  • Publications list: enumerates published 1C bases with their URL and metadata (IB info, available services).
  • Error visibility: surfaces the latest error log entries to aid debugging.
  • Usage scenarios: perfect for developers and admins checking a local or CI environment and answering user questions about web-server status.

Quick Start

Run the web-info script with optional -ApachePath to see the current Apache status, published bases, 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 status and list published 1C bases?

To check Apache status and list published 1C bases, run the web-info script to identify if the server is running, inspect default.vrd publications, and parse httpd.conf for port and module information.

How can I find recent Apache errors when debugging 1C web publishing?

You can find recent Apache errors when debugging 1C web publishing by using this script to aggregate and surface the latest error log entries, providing visibility into web server failures across local development and test environments.

What is the best way to monitor local 1C deployments on Apache?

The best way to monitor local 1C deployments on Apache is using an automated script that reads project configuration to locate the installation path, verifies the running PID, and enumerates published bases with their URL and metadata.

Do I need PowerShell and psutil to check Apache 1C publications?

Yes, you need PowerShell and the psutil dependency installed to execute the included scripts that inspect default.vrd publications, parse httpd.conf configurations, and verify if Apache is currently running.

Why is my 1C web publishing not working after an Apache configuration change?

If 1C web publishing is not working after an Apache configuration change, use this script to parse httpd.conf for updated port and module information, inspect default.vrd publications, and surface the latest error log entries.