mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 08:53:36 +02:00

* 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>
1 KiB
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