1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-02 08:53:36 +02:00
tldr/pages.hi/linux/apache2ctl.md
K.B.Dharun Krishna 8538a31451
pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

1 KiB

apache2ctl

अपाचे HTTP वेब सर्वर का प्रबंधन करें। यह कमांड डेबियन आधारित ओएस के साथ आता है, आरएचईएल आधारित ओएस के लिए httpd देखें। अधिक जानकारी: https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html

  • अपाचे डेमॉन प्रारंभ करें. यदि संदेश पहले से चल रहा हो तो उसे फेंकें:

sudo apache2ctl start

  • अपाचे डेमॉन बंद करो:

sudo apache2ctl stop

  • अपाचे डेमॉन को पुनरारंभ करें:

sudo apache2ctl restart

  • कॉन्फ़िगरेशन फ़ाइल के सिंटैक्स का परीक्षण करें:

sudo apache2ctl -t

  • लोड किए गए मॉड्यूल की सूची बनाएं:

sudo apache2ctl -M