web-info

Inspect Apache HTTP Server and 1C publication status from configuration files and logs.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill web-info-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-info
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/web-info
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill web-info-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly verify whether the Apache web server for 1C is running, which 1C bases are published, and whether the web publication is reporting recent errors.

Core Features & Use Cases

  • Server status: Detects whether the local Apache instance is installed, stopped, running, or shadowed by a different Apache process.
  • Publication inventory: Reads Apache and VRD configuration to list published 1C bases, their local URLs, and enabled services such as WS, HTTP, and OData.
  • Troubleshooting: Surfaces the configured port, module path, and the latest lines from the Apache error log for fast diagnosis.
  • Use case: Use it when a developer or administrator needs a quick health check before opening a published 1C application or investigating a broken web publication.

Quick Start

Ask the skill to inspect the current project and report Apache status, published 1C bases, the configured port, and the latest error log entries.

Frequently Asked Questions about web-info

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

FAQPage Schema
How do I check if Apache is running for my 1C web publication?

To check Apache status for 1C web publication, you can inspect the local Apache instance to see if it is installed, stopped, running, or shadowed by a different process. This verifies server availability before opening your published application.

How do I list published 1C bases from Apache configuration?

Listing published 1C bases involves reading Apache and default.vrd configuration files to extract base names, local URLs, and enabled services like WS, HTTP, and OData. This provides a complete publication inventory for your local development environment.

Why does my 1C web publication report errors when I try to access it?

1C web publication errors can be diagnosed by surfacing the configured Apache port, module path, and the latest lines from the Apache error log. Inspecting these recent failures helps identify configuration mismatches or missing dependencies causing the access failure.

Can I detect if a different Apache process is shadowing my 1C server?

Yes, you can detect a shadowing Apache process by checking the process state using psutil. This identifies whether your local 1C Apache instance is actually running or if another Apache process has taken over the configured port.

What do I need to inspect Apache httpd.conf and default.vrd files for 1C?

Inspecting Apache httpd.conf and default.vrd files for 1C requires a local development environment with psutil installed. Parsing these files reports the configured port, module path, published bases, and enabled services for startup verification.

What is the best way to troubleshoot a broken 1C web publishing setup?

The best way to troubleshoot a broken 1C web publishing setup is to run a health check that parses httpd.conf and default.vrd, verifies process state, and surfaces recent error log entries. This quickly isolates configuration or runtime failures.