/web-info - Статус Apache и публикаций 1С

SkillDatabases & data

Status of Apache and 1C web publications - whether the server is running, which databases are published, errors. Use when the user asks about web server status, published databases, or whether Apache is working

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the /web-info - Статус Apache и публикаций 1С skill

What this skill tells your AI

The instructions your AI receives, as published by desko77/claude-code-skills-1c in skills/1c-web-info/SKILL.md and read by ahel’s review.

Показывает состояние Apache HTTP Server, список опубликованных баз и последние ошибки.

Usage

/web-info

Параметры подключения

Прочитай .v8-project.json из корня проекта. Если задан webPath - используй как -ApachePath. По умолчанию tools/apache24 от корня проекта.

Команда

powershell.exe -NoProfile -File skills/1c-web-info/scripts/web-info.ps1 <параметры>

Параметры скрипта

ПараметрОбязательныйОписание
-ApachePath <путь>нетКорень Apache (по умолчанию tools/apache24)

Формат вывода

=== Apache Web Server ===
Status: Запущен (PID: 12345)
Path:   C:\...\tools\apache24
Port:   8081
Module: C:/Program Files/1cv8/8.3.24.1691/bin/wsap24.dll

=== Опубликованные базы ===
  mydb   http://localhost:8081/mydb   File="C:\Bases\MyDB";

=== Последние ошибки ===
(пусто)

Примеры

# Статус по умолчанию
powershell.exe -NoProfile -File skills/1c-web-info/scripts/web-info.ps1

# Указать путь к Apache
powershell.exe -NoProfile -File skills/1c-web-info/scripts/web-info.ps1 -ApachePath "C:\tools\apache24"

Signals

GitHub stars
61
Forks
14
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
x-1c-web-info
Source
github.com/desko77/claude-code-skills-1c