Request URL /server-status or 404 Page Not Found Apache Error בקשת כתובת / שרת מעמד או 404 דף לא נמצא שגיאה אפאצ 'י

In Apache web server, when an administrator wants to check the Apache server status with the command “apachectl status” or “service httpd fullstatus” at shell prompt, the following error may occur: שרת האינטרנט Apache, כאשר מנהל רוצה לבדוק את מצב השרת אפאצ 'י עם הפקודה "מעמד apachectl" או "fullstatus שירות httpd" פגז לעבר הפקודה, השגיאה הבאה עלולה להתרחש:

Not Found לא נמצאו

The requested URL /server-status was not found on this server. כתובת האתר המבוקשת / מצב השרת לא נמצא על שרת זה.

If you request the Apache status from web page by viewing http://domain_name/server-status link location, a 404 page not found error will be returned by web browser. אם תבקש מעמד אפאצ 'י מן דף האינטרנט על ידי הצגת מיקום הקישור http://domain_name/server-status, 404 דף לא נמצא שגיאה יוחזרו על ידי דפדפן האינטרנט.

There are several reasons why this problem can occurred. ישנן כמה סיבות מדוע בעיה זו יכולה התרחש. First thing to check is to ensure that the mod_status status handler is properly setup and loaded in httpd.conf configuration file. הדבר הראשון שיש לבדוק היא להבטיח את המטפל מעמד mod_status הוא טעון כהלכה ההגדרה בקובץ התצורה httpd.conf. Using APXS, the following 2 lines must exist: שימוש APXS, הבאה 2 קווים חייב להתקיים:

LoadModule status_module /path/to/apache/modules/mod_status.so Status_module LoadModule / path / to / Apache / מודולים / mod_status.so
AddModule mod_status.c AddModule mod_status.c

If the lines exist, the problem probably lies on virtual host declaration. אם הקווים קיים, הבעיה נעוצה כנראה על הצהרה מארח וירטואלי. As a side note, you can also check if the status handler is been activated to show more information (but will slow down a busy server) by locating the following line in httpd.conf (default to off): כמו פתק בצד, אתה יכול גם לבדוק את המטפל אם המצב הוא הופעל כדי להציג מידע נוסף (אבל יהיה להאט את השרת עסוק) על ידי איתור את השורה הבאה httpd.conf (כברירת מחדל כבוי):

ExtendedStatus On ExtendedStatus ב

For virtual host for server-status, ensure that the following line exists in your Apache configuration file: עבור מארח וירטואלי שרת מעמד, להבטיח את השורה הבאה קיימת בקובץ התצורה אפאצ 'י שלך:


SetHandler server-status שרת SetHandler מעמד
Order allow,deny הזמנת לאפשר, להכחיש
Deny from all מכחיש מכל
Allow from localhost אפשר מ localhost

You can change the localhost to your domain name such as .example.com (including dot in front of domain) to allow access from domain address. באפשרותך לשנות את localhost ל שם תחום כמו שלך. Example.com (כולל נקודה מול תחום) כדי לאפשר גישה מכתובת תחום. Else localhost restrict access doesn't allow public access to server-status, and only command shell access locally is possible. אחר localhost להגביל את הגישה אינה מאפשרת גישה ציבורית לשרת מעמד, ורק מעטפת פקודה גישה מקומית אפשרי.

Note that also if you use NameVirtualHost *:80 directive, or any *:port directive to run multiple name based virtual hosts, this configuration does not allow server-status on any of the publicly accessible addresses. שים לב כי גם אם אתה משתמש NameVirtualHost *: 80 הוראה, או *: יציאת הנחיה להפעיל שם מרובים מארח וירטואלי מבוסס, תצורה זו אינה מאפשרת מצב השרת על כל אחת כתובות נגיש לציבור. The reason is that the first Virtual Host in the directive is considered the “Default Virtual Host”, and any unknown entries on the NameVirtualHost space whenever user or process attempts to access port 80 on any IP address, will go to this virtual host by default. הסיבה לכך היא המארח וירטואלי הראשון להנחיה נחשב "ברירת מחדל וירטואלית מארח", ואת כל הערכים ידוע על המרחב NameVirtualHost בכל תהליך המשתמש או ניסיונות גישה הנמל 80 על כל כתובת ה-IP, אלך לארח וירטואלית זו כברירת מחדל . Hence the 404 page not found error is returned. מכאן 404 דף לא נמצא מוחזרת שגיאה. Furthermore the server-status configuration cannot be placed inside of a VirtualHost directive to be read from a full domain name. יתר על כן השרת בתצורת מצב לא ניתן להצבה בתוך של הוראה virtualhost להיות לקרוא שם תחום מלא.

There are 2s solution and workarounds for this scenario, either by making the server listen on an alternative port (such as port 8080), or allowing only internal or local access. יש 2s פתרון לעקיפת הבעיה עבור תרחיש זה, גם על ידי הפיכת השרת מקשיב על פורט חלופי (כגון יציאה 8080), או לאפשר גישה רק פנימיות או מקומיות.

To change to another port, simply adding “Listen 8080″ to the configuration, and you can access the server status from external by using http://domain:8080/server-status in any web browser. כדי לשנות ליציאה אחרת, פשוט הוספת "תקשיבי 8080" לתצורת, ואתה יכול לגשת מצב שרת חיצוני באמצעות http://domain:8080/server-status בכל דפדפן אינטרנט.

To allow only local access for commands such as 'apachectl status' or 'service httpd fullstatus', simply switch each * to the actual IP address to work from, then accessing from localhost (127.0.0.1) will work. כדי לאפשר גישה מקומית רק עבור פקודות כגון "apachectl מעמד 'או' שירות fullstatus httpd ', פשוט לעבור כל * כתובת ה-IP כדי לעבוד בפועל, ולאחר מכן הגישה מ localhost (127.0.0.1) יעבוד.

For example, change from: לדוגמה, לשנות מ:

NameVirtualHost *:80 * NameVirtualHost: 80

to אל

NameVirtualHost 10.0.0.3:80 NameVirtualHost 10.0.0.3:80

Once configuration file is modified correctly, restart Apache HTTPD server. פעם קובץ הקונפיגורציה השתנה בצורה נכונה, מחדש את אפאצ 'י שרת httpd.

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 “Request URL /server-status or 404 Page Not Found Apache Error” 2 תגובות ל "בקשה כתובת / שרת מעמד או 404 דף לא נמצא שגיאה אפאצ 'י"

  1. admin admin
    December 28th, 2007 02:23 28 דצמבר 2007 02:23
    2 2

    You can still visit even though SSL certificate is expired. אתה עדיין יכול לבקר אף אישור SSL פג. Just accept the security warning. פשוט לקבל את אזהרת האבטחה. Looks like your site is having configuration error on web server, probably virtual hosts or redirection error. נראה כמו האתר שלך לאחר שגיאת תצורה בשרת האינטרנט, המארחים כנראה וירטואלי שגיאה או ניתוב מחדש.

  2. LYNDA RIDLEY Lynda רידלי
    December 28th, 2007 01:37 28 דצמבר 2007 01:37
    1 1

    Hi, הי,
    I hope you dont mind me asking you, but i've been searching on Google for some help as i'm totally stuck – and then I found you !! אני מקווה אתה לא אכפת לך שאני שואל אותך, אבל אני כבר מחפש ב-Google לעזרה כלשהי כמו שאני תקועה לחלוטין - ואז מצאתי אותך!
    My website went down about 3 weeks ago and I cant get in touch wih the man who set my site up for me. האתר שלי ירד כ 3 שבועות לפני אני לא יכולה להיכנס wih לגעת האיש מוגדר באתר מעלה לי שלי.
    I'm trying to get onto my site and its just telling me that the certificate has expired, but I dont know what to do. אני מנסה להגיע אל האתר שלה רק שלי אומר לי את האישור פג, אבל אני לא יודע מה לעשות.
    I am desperate for help but am not too good on computers so dont understand all the 'lingo' and any advise would need to be in simple terms. אני נואשת לעזרה אבל אני לא כל כך טוב במחשבים כל כך לא מבין את כל 'רגון' וכל לייעץ היה צריך להיות במונחים פשוטים.
    I would be very very grateful if you could point me in the right direction. אני יהיה מאוד אסיר תודה אם אתה יכול להצביע לי בכיוון הנכון.
    Thanks hopefully, תודה בתקווה,
    Lynda לינדה

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> <del 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 החיים שלי דיגיטליות תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article תנאי נכנסות חיפוש עבור מאמרים

The requested URL was not found on this server. כתובת האתר המבוקשת לא נמצאה בשרת זה. - -- The requested URL / was not found on this server. כתובת האתר המבוקשת / לא נמצא על שרת זה. - -- The requested URL was not found on this server כתובת האתר המבוקשת לא נמצאה בשרת זה - -- server-status 404 מצב השרת-404 - -- The requested URL /server-status was not found on this server כתובת האתר המבוקשת / מצב השרת לא נמצא על השרת הזה - -- The requested URL was not found on this server. כתובת האתר המבוקשת לא נמצאה בשרת זה. - -- The requested URL / was not found on this server כתובת האתר המבוקשת / לא נמצא על השרת הזה - -- the requested url was not found on this server. כתובת האתר המבוקשת לא נמצאה על שרת זה. apache Apache - -- The requested URL /server-status was not found on this server. כתובת האתר המבוקשת / מצב השרת לא נמצא על שרת זה. - -- apache server-status 404 שרת Apache-404 מעמד - -- apache status url כתובת מעמד Apache - -- not found the requested url was not found on this server. לא מצאתי את כתובת האתר המבוקשת לא נמצאה על שרת זה. - -- Not Found The requested URL / was not found on this server. לא מצאתי את כתובת האתר המבוקשת / לא נמצא על שרת זה. - -- The requested URL was not found on this server כתובת האתר המבוקשת לא נמצאה בשרת זה - -- requested url was not found on this server כתובת האתר המבוקשת לא נמצאה על השרת הזה - -- cakePHP "The requested URL was not found on this server" CakePHP "כתובת האתר המבוקשת לא נמצאה בשרת זה" - -- error, requested url was not found on this server טעות, כתובת האתר המבוקשת לא נמצאה בשרת זה - -- apache server-status virtual host שרת Apache מעמד מארח וירטואלי - -- the requested url was not found on this server apache כתובת האתר המבוקשת לא נמצאה על השרת Apache זה - -- the requested url not found on this server. כתובת האתר המבוקשת לא נמצאה בשרת זה. - -- The requested URL is not supported כתובת האתר המבוקשת אינה נתמכת - -- apache server status not found מצב שרת אפאצ 'י לא נמצא - -- apache server status 404 מצב שרת אפאצ 'י 404 - -- Server Status 404 מצב השרת 404 - -- apache server-status not working שרת Apache מעמד לא עובד - -- server-status not found מצב השרת לא נמצא - -- The requested URL was not found on this server כתובת האתר המבוקשת לא נמצאה בשרת זה - -- The requested URL /server-status was not found on this server. כתובת האתר המבוקשת / מצב השרת לא נמצא על שרת זה. - -- "the requested URL is not supported" "כתובת האתר המבוקשת אינה נתמכת" - -- server-status page not found השרת לא נמצא בדף מעמד - -- "The requested URL /server-status was not found on this server." "כתובת האתר המבוקשת / מצב השרת לא נמצא על שרת זה." - -- server-status vhost שרת מעמד vhost - -- the requested url server-status was not found on this server. כתובת השרת ביקש מעמד לא נמצא על שרת זה. - -- apache server status url מצב השרת Apache URL - -- apache server-status page not found שרת Apache-מעמד דף לא נמצא - -- The requested URL / was not found on this server. כתובת האתר המבוקשת / לא נמצא על שרת זה. - -- The requested URL /help/maps/street view/ was not found on this server. כתובת האתר המבוקשת / לעזור / מפות / נוף ברחוב / לא נמצא על שרת זה. - -- apachectl status מצב apachectl - -- requested url not found on the server כתובת האתר המבוקשת לא נמצאה על השרת - -- The requested URL /WebApplication1/ was not found on this server כתובת האתר המבוקשת / WebApplication1 / לא נמצא על השרת הזה - -- The requested URL / was not found on this server.Apache/2.2.12 (Ubuntu) Server כתובת האתר המבוקשת / לא נמצאה על זה server.Apache/2.2.12 (אובונטו) שרת - -- he requested URL /server-status was not found on this server. הוא ביקש כתובת / מצב השרת לא נמצא על שרת זה. - -- 404 not found apache 404 Not Found Apache - -- how to fix the error request URl not supported איך לתקן את השגיאה בקשה URL אינו נתמך - -- Not Found The requested URL /$url was not found on this server. לא מצאתי את כתובת האתר המבוקשת $ / URL לא נמצא על שרת זה. - -- apache 404 not found Apache 404 Not Found - -- NOT FOUND The requested URL was not found on this server לא מצאתי את כתובת האתר המבוקשת לא נמצאה בשרת זה - -- Not Found The requested URL / was not found on this server. לא מצאתי את כתובת האתר המבוקשת / לא נמצא על שרת זה. - -- server-status not found מצב השרת לא נמצא - -- apache:The requested URL was not found on this server. אפאצ 'י: כתובת האתר המבוקשת לא נמצאה על שרת זה. - --