web-info

Inspect local Apache server status and 1C publication configuration.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill web-info-arman-kudaibergenov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-info
Source: https://github.com/Arman-Kudaibergenov/1c-ai-development-kit/tree/main/.claude/skills/web-info
Command: npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill web-info-arman-kudaibergenov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly understand whether the local Apache server is running and whether your 1C web publications are reachable, including showing the most recent Apache errors when something is wrong.

Core Features & Use Cases

  • Apache runtime status: Detects whether httpd.exe is installed and whether the server process is running (including a warning if a foreign Apache is detected).
  • Publication discovery: Parses httpd.conf and enumerates configured 1C publication applications with their base URLs.
  • Error visibility: Reads the last lines from logs/error.log to surface recent issues impacting publication availability.

Quick Start

Ask the AI to run /web-info to display your current Apache status, list published 1C bases, and show the latest Apache 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 if Apache and 1C web publishing are configured correctly?

To check Apache and 1C web publishing status, you can parse httpd.conf for publication markers and verify if httpd.exe is running. This resolves ApachePath from .v8-project.json and enumerates configured 1C publication base URLs.

Why does my 1C web publishing fail after a deployment?

1C web publishing failures after deployment can be diagnosed by checking the Apache runtime status and reading recent errors from logs/error.log. This detects if httpd.exe is running or if a foreign Apache server is causing configuration conflicts.

Can I use this to list all configured 1C publication base URLs?

Yes, you can list all configured 1C publication base URLs by parsing Apache httpd.conf for publication markers. The process enumerates configured 1C publication applications and displays their base URLs to verify current deployment state.

What is the best way to debug failed 1C web publishing on Apache?

The best way to debug failed 1C web publishing is to check the Apache installation path, verify httpd.conf module configurations, and tail error logs. This determines if the local Apache HTTP server is installed, running, and reachable.