From 1c-skills
Stops local Apache HTTP Server used for web publishing. Reads .v8-project.json for path (default: tools/apache24), preserves publications for /web-publish restart.
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skillsThis skill uses the workspace's default tool permissions.
---
Removes 1C web publications from Apache by deleting httpd.conf blocks and publish directories. Use --all to remove all; auto-stops Apache if none left.
Configures VSCode SFTP for static site deployments to servers, including sftp.json/SSH setup and secure Nginx configs for React/Vue/Angular/Hugo builds.
Deploys and configures static web apps, SPAs, and microservices on Firebase Hosting (Classic) via CLI. Covers firebase.json, preview channels, GitHub integration, and local emulation. Not for App Hosting.
Share bugs, ideas, or general feedback.
Останавливает Apache HTTP Server. Публикации сохраняются — при следующем /web-publish сервер запустится снова.
/web-stop
Прочитай .v8-project.json из корня проекта. Если задан webPath — используй как -ApachePath.
По умолчанию tools/apache24 от корня проекта.
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-stop.ps1" <параметры>
| Параметр | Обязательный | Описание |
|---|---|---|
-ApachePath <путь> | нет | Корень Apache (по умолчанию tools/apache24) |
Предложи пользователю:
/web-publish <база> (повторный вызов поднимет Apache с существующими публикациями)/web-unpublish <имя> или /web-unpublish --all# Остановить Apache
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-stop.ps1"
# С указанием пути
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-stop.ps1" -ApachePath "C:\tools\apache24"