web-stop

Stop the kit-managed Apache HTTP Server for 1C web publishing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Prevents continued web service by stopping the Apache HTTP Server that hosts 1C web publications when they are no longer needed.

Core Features & Use Cases

  • Graceful shutdown, then forced stop: Attempts a controlled stop of the specific Apache instance, then kills remaining processes if needed.
  • Stops only the kit-managed Apache: Filters httpd.exe processes by the resolved Apache installation path to avoid stopping unrelated services.
  • Preserves publications: Leaves existing publication configuration intact so the server can be restarted later.

Quick Start

Ask your AI assistant to run the command /web-stop to stop Apache while keeping existing publications for a later /web-publish.

Frequently Asked Questions about web-stop

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

FAQPage Schema
How do I stop Apache HTTP Server for 1C web publishing?

To stop Apache HTTP Server for 1C web publishing, execute the /web-stop command. It attempts a graceful shutdown of the specific kit-managed Apache instance and then kills any remaining httpd.exe processes tied to your installation path.

Will stopping Apache delete my existing 1C web publications?

Stopping Apache does not delete existing 1C web publications. The process preserves your publication configuration intact, allowing you to restart the server later using the same saved publication state without needing to reconfigure web services.

Can I stop only the Apache instance managing 1C web services?

Yes, you can stop only the kit-managed Apache instance. The process filters httpd.exe operations by the resolved Apache installation path, found in .v8-project.json or defaulting to tools/apache24, ensuring unrelated Apache services are not affected.

What happens if Apache HTTP Server does not stop gracefully?

If Apache HTTP Server does not stop gracefully, the process forces a shutdown. It attempts a controlled stop first, then automatically kills any remaining httpd.exe processes to ensure the 1C web publishing server is fully halted.

Do I need psutil to stop the Apache web publishing server?

Yes, you need the psutil dependency to stop the Apache web publishing server. It is required by the script to accurately identify and manage the specific httpd.exe processes running for your resolved Apache installation path.