web-stop

Stops the local Apache HTTP Server instance preserving web publications for restart.

33|8|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill web-stop-dach-coin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-stop
Source: https://github.com/Dach-Coin/claude_rules_1c/tree/main/.claude/skills/web-stop
Command: npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill web-stop-dach-coin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill stops the local Apache HTTP Server when a user needs to immediately halt web publishing without losing existing publication artifacts.

Core Features & Use Cases

  • Controlled Apache shutdown: performs a graceful stop first, then falls back to a force kill if needed.
  • Scope-limited process targeting: stops only the Apache instance associated with the configured Apache root path.
  • Publication continuity: stopping preserves existing publications so that a later publish command can restart Apache with the same publications.
  • Use case: you need to pause a development environment’s web access to apply server-side changes or troubleshoot issues, then resume without re-publishing.

Quick Start

Ask to stop Apache by saying: /web-stop

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 without losing my web publications?

You can stop Apache HTTP Server while preserving web publications by triggering a controlled shutdown that gracefully halts the process and keeps existing publication artifacts intact for later restart.

What happens to existing 1C web publications when I shut down the httpd server?

When you shut down the httpd server using this method, existing 1C web publications are preserved on disk so a later publish command can restart Apache with the same publications intact.

Can I use Windows PowerShell to force kill an Apache process tied to a specific root path?

Yes, you can use Windows PowerShell to stop a specific Apache process by targeting only the instance associated with your configured Apache root path, falling back to a force kill if a graceful stop fails.

Why does stopping Apache gracefully fail and how do I force kill the httpd process?

Stopping Apache gracefully can fail if the process hangs, and this skill handles it by falling back to a force kill of the httpd process using psutil to ensure the server shuts down completely.

Do I need a .v8-project.json file to stop the local Apache server for 1C development?

Yes, you need the .v8-project.json file because it contains the webPath configuration required to identify the correct ApachePath and execute the scoped stop script for your local Apache instance.