web-unpublish

Remove 1C web publications from Apache by editing httpd.conf and deleting publish folders.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill web-unpublish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-unpublish
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/web-unpublish
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill web-unpublish

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Удаление веб-публикации 1С из Apache: упрощает управление веб-доступом к базам, избегая ручного редактирования конфигурации и риска ошибок.

Core Features & Use Cases

  • Удаляет маркер блок публикации и каталог публикации; удаляет глобальный блок, если публикации больше не осталось; может остановить/перезапустить Apache в зависимости от состояния сервиса. Применимо для администраторов, которым нужно быстро убрать веб-доступ к конкретной базе или очистить все публикации.

Quick Start

Выполните /web-unpublish <appname> или /web-unpublish --all для удаления публикации(ий).

Frequently Asked Questions about web-unpublish

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

FAQPage Schema
How do I remove a 1C web publication from Apache without manually editing httpd.conf?

Removing a 1C web publication from Apache is automated by editing httpd.conf and deleting the corresponding publish folder. The process locates explicit publication markers, removes the block, and deletes the directory to ensure safe cleanup.

Can I delete all 1C Apache web publications at once?

Yes, you can delete all 1C Apache web publications at once. By running the command with the --all flag, the tool removes every publication block and folder, and deletes the global block if no publications remain.

How does the tool determine the Apache root path for 1C publication removal?

The tool determines the Apache root path by reading the project's .v8-project.json file. This configuration file provides the necessary root directory information to accurately locate and edit httpd.conf for publication removal.

Does removing a 1C web publication stop the Apache service?

Removing a 1C web publication can stop or restart the Apache service as needed. The tool checks the service state using psutil and manages the Apache process to apply configuration changes safely.

What happens to the global publication block in httpd.conf after removing the last 1C publication?

After removing the last 1C publication, the global block in httpd.conf is automatically deleted. The tool verifies remaining publications and cleans up the global configuration block if no publications are left.

Is it safe to automate 1C web unpublishing from Apache for multiple databases?

Automating 1C web unpublishing from Apache is safe because the tool uses explicit publication markers in httpd.conf to locate blocks. It verifies remaining publications to prevent accidental deletion of unrelated configuration entries.