Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page अपाचे स्तर (whm-server-दर्जा) cPanel WebHost प्रबंधक रिटर्न में खाली पृष्ठ

When webmaster uses WebHost Manager (WHM) to manage a cPanel-based web hosting package, he or she may encounters the problem that the Apache Status under the section of Server Status returns black page or blank screen with just the default cPanel WHM control center header. जब वेबमास्टर WebHost प्रबंधक (WHM) वेब होस्टिंग पैकेज एक cPanel आधारित प्रबंधन के लिए प्रयोग करता है, वह या वह हो सकता है कि समस्या यह है कि अपाचे स्तर सर्वर स्तर की धारा के अंतर्गत केवल डिफ़ॉल्ट cPanel WHM नियंत्रण केंद्र हेडर के साथ काले पेज या खाली स्क्रीन रिटर्न मुठभेड़ों . In Apache error log (error_log file normally located in /etc/httpd/logs or /usr/local/apache/logs directory), the “[error] [client 127.0.0.1] File does not exist: /usr/local/apache/htdocs/whm-server-status” error message will be found. Apache त्रुटि लॉग में (सामान्य रूप से / etc / httpd / लॉग्स या / usr / local / Apache / लॉग निर्देशिका) में स्थित फ़ाइल है, "[त्रुटि] [ग्राहक 127.0.0.1] फ़ाइल मौजूद नहीं है: / usr / local / Apache error_log / htdocs / whm-server-स्थिति "त्रुटि संदेश मिल जाएगा. The reason and cause of this error is due to misconfiguration of Apache HTTPD web server configuration file. इसका कारण है और इस त्रुटि के कारण Apache httpd वेब सर्वर विन्यास फाइल के misconfiguration की वजह से है.

On a new cPanel web host, the Apache configuration file (httpd.conf) will be configured to set location of /whm-server-status to be handled by server-status feature of Apache. एक नए cPanel वेब होस्ट पर, Apache विन्यास फाइल का स्थान निर्धारित करने के लिए कॉन्फ़िगर किया जाएगा (httpd.conf) / whm-server-स्थिति सर्वर से संभाला जा के लिए अपाचे की स्थिति सुविधा. If this few lines of code is removed, Apache no longer know what to do when WHM trying to access /whm-server-status, just like when you remove or delete an alias or virtual host configuration, the alias or vhost no longer be accessible. यदि कोड की यह कुछ पंक्तियाँ हटा दिया जाता है, अपाचे अब क्या होगा जब WHM का उपयोग करने की कोशिश कर रही करने के लिए / whm-server-स्थिति में, जब तुम्हें हटाने या एक उपनाम या आभासी मेजबान विन्यास है, उपनाम या vhost नष्ट नहीं पहुँचा जा तरह पता है .

To solve the error, simply add the following lines to httpd.conf file, normally located in /etc/httpd/conf or /usr/local/apache/logs. इस त्रुटि को हल करने के लिए, बस httpd.conf फाइल करने के लिए, सामान्य रूप से / etc / httpd / conf या / usr / local / अपेक में स्थित निम्नलिखित लाइनें जोड़ने / लॉग. These lines are by default added before the virtual hosts declaration. इन पंक्तियों को डिफ़ॉल्ट रूप से कर रहे हैं आभासी मेजबान घोषणा से पहले है.

<Location /whm-server-status> <Location /whm-server-status>
SetHandler server-status SetHandler सर्वर-स्थिति
Order deny,allow आदेश, की अनुमति से इनकार
Deny from all मना सब से
Allow from 127.0.0.1 127.0.0.1 से अनुमति दें
</Location> </ स्थान>
ExtendedStatus On ExtendedStatus पर

The last line, ExtendedStatus On tells Apache tol generate “full” status information instead of just basic information when the “server-status” handler is called. अंतिम पंक्ति, ExtendedStatus पर उत्पन्न "पूर्ण" स्थिति की जानकारी के बजाय सिर्फ बुनियादी जानकारी है जब "सर्वर-स्थिति" प्रहस्तक कहा जाता है अपाचे tol बताता है.

IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: इस पृष्ठ है मशीन अनुवाद प्रदान की और "" के रूप में वारंटी के बिना है. Machine translation may be difficult to understand. मशीन अनुवाद को समझने में मुश्किल हो सकती है. Please refer to कृपया देखें original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव हो सकता है.


2 Responses to “Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page” 2 जवाब "अपाचे स्तर से (whm-server-दर्जा) cPanel WebHost प्रबंधक रिटर्न में खाली पेज"

  1. girlglobalma girlglobalma
    June 22nd, 2008 00:39 22 जून, 2008 00:39
    2 2

    site busy no look canada ibm busy mail apple deliver cube look university black साइट व्यस्त नहीं लग रही कनाडा आईबीएम व्यस्त मेल सेब काले घन देखो विश्वविद्यालय वितरित

  2. cPanel WHM Failed to Receive Status Information From Apache Error » My Digital Life cPanel स्तर जानकारी प्राप्त करने के लिए Apache त्रुटि »मेरे डिजिटल जीवन से असफल WHM
    September 17th, 2007 22:48 सितम्बर, 17 2007 22:48
    1 1

    [...] The error message only appears on cPanel 11, whereas in earlier version of cPanel, a blank page is returned. [...] इस त्रुटि संदेश केवल cPanel 11 पर, cPanel के पहले संस्करण, एक खाली पृष्ठ में प्रकट होता है जबकि लौटा है. [...] [...]

Leave a Reply एक उत्तर दें छोड़ दो

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> आप इन टैग्स: <a href="" का उपयोग कर सकते हैं title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <डेल datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. सुविधा को निष्क्रिय कर दिया गया है टिप्पणी करने के लिए सदस्यता लें. To receive notification of latest comments posted, subscribe to , पोस्ट नवीनतम टिप्पणी की सूचना प्राप्त करने के लिए की सदस्यता My Digital Life Comments RSS feed मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

New Articles नई लेख

Incoming Search Terms for the Article के लिए खोज नियम आने के अनुच्छेद

Apache is working on your cPanel® and WHM™ Server अपाचे अपने cPanel ® और WHM ™ सर्वर पर काम कर रहा है - -- whm-server-status whm-server-स्थिति - -- intitle:"Apache::Status" (inurl:server-status | inurl: status.html | inurl:apache.html) intitle: "Apache:: स्तर" (inurl: सर्वर-स्थिति | inurl: status.html | inurl: apache.html) - -- Failed to receive status information from Apache. अपाचे से स्थिति की जानकारी प्राप्त करने में असफल. - -- how to remove Apache is working on your cPanel® and WHM™ Server कैसे अपाचे को दूर करने के लिए अपने cPanel ® और WHM ™ सर्वर पर काम कर रहा है - -- cpanel apache error log cpanel Apache त्रुटि लॉग इन - -- Apache is working on your cPanel अपाचे अपने cPanel पर काम कर रहा है - -- cpanel apache status cpanel Apache स्थिति - -- Apache is working on your cPanel® and WHM™ Server अपाचे अपने cPanel ® और WHM ™ सर्वर पर काम कर रहा है - -- whm server status whm सर्वर स्थिति - -- Apache is working on your cPanel and WHM Server अपाचे अपने cPanel और WHM सर्वर पर काम कर रहा है - -- whm server whm सर्वर - -- apache error logs cpanel Apache त्रुटि cpanel लॉग - -- intitle:"Apache::Status" (inurl:server-status | inurl:status.html | inurl:apache.html) intitle: "Apache:: स्तर" (inurl: सर्वर-स्थिति | inurl: status.html | inurl: apache.html) - -- Failed to receive status information from Apache. अपाचे से स्थिति की जानकारी प्राप्त करने में असफल. - -- cpanel server log cpanel सर्वर लॉग - -- File does not exist server-status संचिका सर्वर मौजूद नहीं है, स्थिति - -- cPanel® and WHM™ Server download cPanel ® और WHM ™ सर्वर डाउनलोड - -- cpanel errors Apache is working on your cpanel अपाचे cpanel पर अपना काम कर रहा है cpanel त्रुटियों - -- WHM apache config WHM Apache config - -- cpanel hungarian cpanel हंगेरी - -- whm status whm स्थिति - -- remove Apache is working on your cPanel® and WHM™ Server अपाचे को दूर अपने cPanel ® और WHM ™ सर्वर पर काम कर रहा है - -- cpanel apache error logs cpanel Apache त्रुटि लॉग - -- remove Apache is working on your cPanel अपाचे को दूर अपने cPanel पर काम कर रहा है - -- Apache is working on your cPanel® and WHM अपाचे अपने cPanel ® और WHM पर काम कर रहा है - -- cpanel blank page cpanel रिक्त पृष्ठ - -- cpanel apachestatus cpanel apachestatus - -- whm apache status whm Apache स्थिति - -- facebook - Apache is working on your cPanel® and WHM™ Server facebook - अपाचे अपने cPanel ® और WHM ™ सर्वर पर काम कर रहा है - -- C PANEL AND WHM SERVER MESSAGE IN VISTA सी Panel और VISTA में WHM सर्वर संदेश - -- how to remove Apache is working on your cPanel कैसे अपाचे को दूर करने के लिए अपने cPanel पर काम कर रहा है - -- Apache is working on your cPanel and WHM अपाचे अपने cPanel और WHM पर काम कर रहा है - -- apache error log cpanel Apache त्रुटि cpanel लॉग - -- inurl: cpanel inurl: cpanel - -- Apache WHM Server अपाचे WHM सर्वर - -- cpanel server download cpanel सर्वर डाउनलोड - -- apache status अपेक स्थिति - -- how to disable server-status कैसे को निष्क्रिय करने के सर्वर की स्थिति - -- cPanel and WHM serial cPanel और WHM धारावाहिक - -- "file does not exist" server-status "फाइल" सर्वर-स्थिति मौजूद नहीं है - -- apache error_log blank अपेक error_log रिक्त - -- /whm-server-status / whm-server-स्थिति - -- cpanel server status page cpanel सर्वर स्थिति पृष्ठ - -- understanding apache server-status समझ Apache सर्वर-स्थिति - -- whm hus web whm hus वेब - -- Apache server-status 404 Apache सर्वर-स्थिति 404 - -- facebook Apache is working on your cPanel® and WHM™ Server facebook अपाचे अपने cPanel ® और WHM ™ सर्वर पर काम कर रहा है - -- "apache is working on your cpanel" "Apache अपने cpanel पर" काम कर रहा है - -- all सब - --