Request URL /server-status or 404 Page Not Found Apache Error Prašymas URL / serverio statuso arba 404 Page Not Found Apache klaida

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 web serveris, kai administratorius nori patikrinti Apache Server Status su komanda "apachectl statusas" arba "paslaugų httpd fullstatus" prie korpuso greitai, tokia klaida gali atsirasti:

Not Found Nerastas

The requested URL /server-status was not found on this server. Prašomas URL / serverio statusas nerasta šiame serveryje.

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. Jei prašymas Apache statusą iš interneto puslapio žiūrėjimo http://domain_name/server-status nuorodą vieta, 404 puslapis nerastas klaida bus grąžinti naršyklę.

There are several reasons why this problem can occurred. Yra keletas priežasčių, kodėl ši problema atsirado. First thing to check is to ensure that the mod_status status handler is properly setup and loaded in httpd.conf configuration file. Pirmiausia reikia patikrinti, yra užtikrinti, kad mod_status statusas prižiūrėtojas yra tinkamai įdiegti ir įkelti į httpd.conf konfigūracijos failą. Using APXS, the following 2 lines must exist: Naudojant APXS, po 2 eilutes turi egzistuoti:

LoadModule status_module /path/to/apache/modules/mod_status.so LoadModule status_module / kelias / iki / Apache / modules / mod_status.so
AddModule mod_status.c AddModule mod_status.c

If the lines exist, the problem probably lies on virtual host declaration. Jeigu linijų nėra, problema greičiausiai yra dėl virtualaus serverio deklaracija. 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): Kaip šalutinis dėmesį, taip pat galite patikrinti, ar statuso prižiūrėtojas yra aktyvuota rodyti daugiau informacijos (bet sulėtins užimtas serveris) pagal vietą po eilutę httpd.conf (pagal nutylėjimą išjungtas):

ExtendedStatus On ExtendedStatus Apie

For virtual host for server-status, ensure that the following line exists in your Apache configuration file: Virtuali host serverio statusas, užtikrinti, kad ši eilutė yra jūsų Apache konfigūracijos failas:


SetHandler server-status SetHandler serverio statusas
Order allow,deny Užsakyti leisti atsisakyti
Deny from all Uždrausti visų
Allow from localhost Leisti iš 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. Jūs galite pakeisti localhost į savo domeno pavadinimą, pvz. Example.com (įskaitant taškais priekyje domeno) leisti naudotis iš domeno adresas. Else localhost restrict access doesn't allow public access to server-status, and only command shell access locally is possible. Kita localhost apriboti prieigą neleidžia visuomenei susipažinti su serverio statusą, ir tik komanda priėjimą prie shell vietoje yra įmanoma.

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. Atkreipkite dėmesį, kad taip pat, jei naudojate NameVirtualHost *: 80 direktyvą, arba bet *: uostas direktyvą vykdyti keletą pavadinimo based Virtual kompiuteriai, ši konfigūracija neleidžia serverio statusą, bet viešai prieinami adresų. 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. Priežastis ta, kad pirmojo virtualaus serverio direktyvoje yra laikomos "Default virtualaus serverio", bet ir nežinoma įrašai NameVirtualHost erdvę, kai vartotojas ar procesas bando pasiekti uostą per 80 bet IP adresą, pateks į šio virtualaus serverio pagal nutylėjimą . Hence the 404 page not found error is returned. Taigi 404 Puslapis nerastas klaida yra grąžinamas. Furthermore the server-status configuration cannot be placed inside of a VirtualHost directive to be read from a full domain name. Be to serverio statusas rankos negali būti viduje VirtualHost direktyvą būtų galima perskaityti iš viso domeno vardą.

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. Yra 2s tirpalo ir apeiti šį scenarijų, arba darant serverio klausytis alternatyva uosto (pvz., portveino 8080), arba leistų tik vidaus arba vietinės prieigos.

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. Norėdami pereiti į kitą uostą, tiesiog pridedant "Listen 8080" prie rankos, ir jūs galite naudotis serverio statusas iš išorės, naudojant http://domain:8080/server-status bet interneto naršyklę.

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. Norìdami leisti tik vietinės prieigos komandų, tokių kaip "apachectl statusas" arba "paslaugų httpd fullstatus", tiesiog pereiti prie kiekvieno * tikrasis IP adresas dirbti iš ten gauti iš localhost (127.0.0.1) dirbs.

For example, change from: Pavyzdžiui, pakeisti nuo:

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. Kai konfigūracijos failas yra pakeistas teisingai, paleiskite Apache HTTPD serveryje.

IMPORTANT : The page is machine translated and provided "as is" without warranty. DĖMESIO: Šis puslapis yra mašina išvertė ir pateikiama "kaip yra" be garantijų. Machine translation may be difficult to understand. Automatinis vertimas gali būti sunku suprasti. Please refer to Remkitės original English article originalas anglų straipsnis whenever possible. jei įmanoma.


2 Responses to “Request URL /server-status or 404 Page Not Found Apache Error” 2 Responses to "Prašymas URL / serverio statuso arba 404 Page Not Found Apache" klaida "

  1. admin Administratorius
    December 28th, 2007 02:23 28 gruodis 2007 02:23
    2 2

    You can still visit even though SSL certificate is expired. Jūs vis dar galite aplankyti net SSL sertifikato galiojimo laikas. Just accept the security warning. Tiesiog priimkite saugumo įspėjimo. Looks like your site is having configuration error on web server, probably virtual hosts or redirection error. Atrodo, kad jūsų svetainė atsižvelgdamas konfigūracijos klaida dėl interneto serverio, tikriausiai virtualių kompiuterių ar peradresavimo klaida.

  2. LYNDA RIDLEY Lynda Ridley
    December 28th, 2007 01:37 28 gruodis 2007 01:37
    1 1

    Hi, Labas,
    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 !! I hope you dont mind manęs klausia jums, bet aš ieškantys Google kai padėti, kaip man visiškai nesuprantamos - o tada aš rasiu Jums!
    My website went down about 3 weeks ago and I cant get in touch wih the man who set my site up for me. Mano svetainės sumažėjo maždaug 3 savaites ir I cant get in touch wih žmogus, kuris nustato mano svetainę už mane.
    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'm trying to get į mano svetainę ir jos ką tik pasakojo, kad sertifikato galiojimas buvo pasibaigęs, bet 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 am desperate for help, bet nesu labai geras kompiuteriuose taip dont suprasti visus "žargonas" ir bet patarti reikėtų paprastais terminais.
    I would be very very grateful if you could point me in the right direction. Būčiau labai labai dėkingas, jei galėtumėte punktas mane teisinga kryptimi.
    Thanks hopefully, Ačiū tikiuosi,
    Lynda Lynda

Leave a Reply 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> Galite naudoti šiuos žodžius: <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. Subscribe to comments funkcija buvo išjungta. To receive notification of latest comments posted, subscribe to Norėdami gauti pranešimus apie naujausius komentarų, užsiprenumeruoti My Digital Life Comments RSS feed Mano skaitmeninis gyvenimas Komentarų RSS or arba register to receive Registruokitės gauti new comments in daily email digest. Nauji komentarai kasdien elektroniniu paštu.
Custom Search

New Articles Nauji straipsniai

Incoming Search Terms for the Article Gaunamus paieškos terminus straipsnis

The requested URL was not found on this server. URL užklausa nerasta šiame serveryje. - -- The requested URL / was not found on this server. Prašomas URL / nerasta šiame serveryje. - -- the requested url was not found on this server URL užklausa nerasta šiame serveryje - -- The requested URL was not found on this server. URL užklausa nerasta šiame serveryje. - -- The requested URL /server-status was not found on this server. Prašomas URL / serverio statusas nerasta šiame serveryje. - -- The requested URL /microsoftupdate was not found on this server. Prašomas URL / microsoftupdate nerasta šiame serveryje. - -- The requested URL / was not found on this server Prašomas URL / nerasta šiame serveryje - -- The requested URL /microsoftupdate was not found on this server Prašomas URL / microsoftupdate nerasta šiame serveryje - -- The requested URL /server-status was not found on this server Prašomas URL / serverio statusas nerasta šiame serveryje - -- The requested URL /microsoftupdate was not found on this server. Prašomas URL / microsoftupdate nerasta šiame serveryje. - -- The requested URL /microsoft update was not found on this server. Prašomas URL / Microsoft Update nerasta šiame serveryje. - -- The requested URL /microsoftupdate/ was not found on this server Prašomas URL / microsoftupdate / nerasta šiame serveryje - -- The requested URL was not found on this server URL užklausa nerasta šiame serveryje - -- server-status 404 serverio statuso 404 - -- apache server-status 404 Apache serverio statuso 404 - -- requested url was not found on this server URL užklausa nerasta šiame serveryje - -- microsoftupdate was not found on this server microsoftupdate nerasta šiame serveryje - -- apache The requested URL / was not found on this server. Apache paprašė URL / nerasta šiame serveryje. - -- The requested URL /microsoftupdate/ was not found on this server. Prašomas URL / microsoftupdate / nerasta šiame serveryje. - -- apache page not found Apache Puslapis nerastas - -- apache The requested URL was not found on this server. Apache URL užklausa nerasta šiame serveryje. - -- The requested URL was not found on this server. URL užklausa nerasta šiame serveryje. - -- The requested URL was not found on this server URL užklausa nerasta šiame serveryje - -- The requested URL /microsoft update was not found on this server Prašomas URL / Microsoft Update nerasta šiame serveryje - -- apache the requested url was not found on this server Apache URL užklausa nerasta šiame serveryje - -- Not Found The requested URL / was not found on this server. Nerasta paprašė URL / nerasta šiame serveryje. - -- The requested URL /microsoftupdate/ was not found on this server. Prašomas URL / microsoftupdate / nerasta šiame serveryje. - -- The requested URL /microsoft update/ was not found on this server. Prašomas URL / Windows Update / nerasta šiame serveryje. - -- Not found The requested URL was not found on this server. Nerasta URL užklausa nerasta šiame serveryje. - -- apache server-status not working Apache serverio statusas neveikia - -- server-status not found serverio statusas nerastas - -- The requested URL /server-status was not found on this server. Prašomas URL / serverio statusas nerasta šiame serveryje. - -- the requested url was not found on this server. URL užklausa nerasta šiame serveryje. apache Apache - -- apache status url Apache statusas URL - -- The requested URL /server-status was not found on this server. Prašomas URL / serverio statusas nerasta šiame serveryje. - -- server-status VirtualHost serverio statusas VirtualHost - -- the requested url returned error: 404 URL užklausa grąžino klaidą: 404 - -- not found apache Nerasta Apache - -- apachectl status apachectl statusas - -- /microsoftupdate was not found on this server / microsoftupdate nerasta šiame serveryje - -- The requested URL /yandsearch was not found on this server. Prašomas URL / yandsearch nerasta šiame serveryje. - -- The requested page (URL) was not found on this server Prašomas puslapis (URL) nerasta šiame serveryje - -- the requested url server-status was not found on this server Prašomas URL serverio statusas nerasta šiame serveryje - -- microsoftupdate was not found on this server. microsoftupdate nerasta šiame serveryje. - -- he requested URL was not found on this server jis paprašė adreso nerasta šiame serveryje - -- The requested URL /reg0 was not found on this server. Prašomas URL / reg0 nerasta šiame serveryje. - -- apache2 The requested URL / was not found on this server. apache2 paprašė URL / nerasta šiame serveryje. - -- Not Found The requested URL was not found on this server Nerasta URL užklausa nerasta šiame serveryje - -- apache server status url Apache Server Status URL - -- apache The requested URL / was not found on this server Apache paprašė URL / nerasta šiame serveryje - -- apache error 404 Apache klaida 404 - -- The requested URL /server-info was not found on this server. Prašomas URL / server-info nerasta šiame serveryje. - -- The requested URL /--WEBBOT-SELF-- was not found on this server. Prašomas URL / - WEBBOT-SELF - nerasta šiame serveryje. - -- The requested URL was not found on this server apache URL užklausa nerasta šiame serveryje Apache - -- url server URL serverio - -- server-status virtual hosts serverio statusas virtualus kompiuteriai - -- Not Found The requested URL / was not found on this server. Nerasta paprašė URL / nerasta šiame serveryje. - -- apache server-status not found Apache serverio statusas nerastas - -- The requested URL /eproc/version= was not found on this server. Prašomas URL / eproc / version = nerasta šiame serveryje. - -- all visi - -- Not Found The requested URL /yandsearch was not found on this server. Nerasta paprašė URL / yandsearch nerasta šiame serveryje. - -- "The requested URL /server-status was not found on this server." "Prašomas URL / serverio statusas nerasta šiame serveryje." - -- "The requested URL /server-status was not found on this server" "Prašomas URL / serverio statusas nerasta šiame serveryje" - -- server status 404 Server Status 404 - -- The requested URL /admin was not found on this server Prašomas URL / admin nerasta šiame serveryje - -- HTTP 404 SERVER-STATUS HTTP 404 SERVER-STA TUS - -- The requested URL /ocsreports was not found on this server. Prašomas URL / ocsreports nerasta šiame serveryje. - -- apache not found page Apache nerastas Puslapis - -- he requested URL / was not found on this server. jis paprašė URL / nerasta šiame serveryje. - -- error 404 The requested URL was not found on this server. Klaida 404 Prašomas URL nerasta šiame serveryje. - -- apache 404 Apache 404 - -- he requested URL was not found on this server. jis paprašė adreso nerasta šiame serveryje. - -- server-status vhost serverio statusas vhost - -- The requested URL /glpi was not found on this server Prašomas URL / glpi nerasta šiame serveryje - -- "the requested url /microsoftupdate was not found on this server" "Prašomas URL / microsoftupdate nerasta šiame serveryje" - --