From 1c-skills
Checks Apache HTTP Server status (PID, port, module), lists published 1C databases with URLs/files, and recent errors. Use for web server and 1C publication status queries.
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skillsThis skill uses the workspace's default tool permissions.
---
Publishes 1C:Enterprise databases via Apache web server. Generates default.vrd, configures httpd.conf, downloads portable Apache if needed, and starts server for web client access.
Diagnoses errors, bugs, performance issues, and unexpected behavior in InsForge projects via CLI commands surfacing logs/status and AI-assisted causes/solutions.
Manages VPS for autonomous dev environments: checks status via Supabase queries and health endpoints, connects projects via SSH, provisions new VPS.
Share bugs, ideas, or general feedback.
Показывает состояние Apache HTTP Server, список опубликованных баз и последние ошибки.
/web-info
Прочитай .v8-project.json из корня проекта. Если задан webPath — используй как -ApachePath.
По умолчанию tools/apache24 от корня проекта.
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/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 "${CLAUDE_SKILL_DIR}/scripts/web-info.ps1"
# Указать путь к Apache
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-info.ps1" -ApachePath "C:\tools\apache24"