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. जब भी संभव हो सकता है.
Related Articles संबंधित लेख
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel स्तर जानकारी प्राप्त करने के लिए Apache त्रुटि से असफल WHM
- Request URL /server-status or 404 Page Not Found Apache Error अनुरोध यूआरएल / server-स्थिति या 404 पृष्ठ नहीं मिला अपाचे त्रुटि
- How to Add IP Addresses to Server with cPanel WebHost Manager (WHM) कैसे सर्वर में cPanel WebHost प्रबंधक (WHM) के साथ आईपी पते को जोड़ें
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager फिक्स आंतरिक सर्वर त्रुटि जब प्रवेश आसान अपाचे cPanel WebHosting प्रबंधक में
- Running apachectl status Returns lynx: not found Error Apachectl स्थिति रिटर्न बनबिलाव रनिंग: त्रुटि नहीं मिला
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files Apache httpd या नहीं, इस तरह, mod_bwlimited mod_log_bytes ओपन नहीं कर सकते करने के लिए या mod_bandwidth फ़ाइलें के कारण असफल शुरू
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 Installing वेब सर्वर FreeBSD 6,0 में Apache 2.2, 5.0 और MySQL PHP 5 के साथ - भाग 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Installing वेब सर्वर FreeBSD 6,0 में Apache 2.2, 5.0 और MySQL PHP 5 के साथ - भाग 4
- Improve Apache Web Server Security: Use ServerTokens and ServerSignature to Disable Header सुधार Apache वेब सर्वर सुरक्षा: प्रयोग ServerTokens और ServerSignature निष्क्रिय करने के लिए हैडर
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Installing वेब सर्वर FreeBSD 6,0 में Apache 2.2, 5.0 और MySQL PHP 5 के साथ - भाग 3










































June 22nd, 2008 00:39 22 जून, 2008 00:39
site busy no look canada ibm busy mail apple deliver cube look university black साइट व्यस्त नहीं लग रही कनाडा आईबीएम व्यस्त मेल सेब काले घन देखो विश्वविद्यालय वितरित
September 17th, 2007 22:48 सितम्बर, 17 2007 22:48
[...] The error message only appears on cPanel 11, whereas in earlier version of cPanel, a blank page is returned. [...] इस त्रुटि संदेश केवल cPanel 11 पर, cPanel के पहले संस्करण, एक खाली पृष्ठ में प्रकट होता है जबकि लौटा है. [...] [...]