Request URL /server-status or 404 Page Not Found Apache Error URL di richiesta / server-status o 404 Pagina non trovata Errore di Apache
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: In Apache web server, quando un amministratore vuole verificare la stato del server Apache con il comando "apachectl status" o "servizio httpd fullstatus" al prompt della shell, il seguente messaggio di errore può verificarsi:
Not Found Non trovato
The requested URL /server-status was not found on this server. L'URL richiesto / server-status non è stato trovato su questo 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. Se la richiesta di stato di Apache da pagina web di visualizzazione http://domain_name/server-status collegamento, un 404 pagina non trovata errore verrà restituito dal browser web.
There are several reasons why this problem can occurred. Ci sono diversi motivi per cui il problema si è verificato possibile. First thing to check is to ensure that the mod_status status handler is properly setup and loaded in httpd.conf configuration file. Prima cosa da controllare è quello di garantire che il gestore mod_status è stato correttamente le procedure di installazione e caricato nel file di configurazione httpd.conf. Using APXS, the following 2 lines must exist: Utilizzando APXS, i seguenti 2 linee deve esistere:
LoadModule status_module /path/to/apache/modules/mod_status.so LoadModule status_module / path / to / 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. Se le linee esistenti, il problema risiede probabilmente a host virtuale dichiarazione. 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): Come nota a margine, si può anche verificare se lo stato gestore è stato attivato per ottenere maggiori informazioni (ma rallentare un fitto server) di localizzare la seguente riga in httpd.conf (di default su off):
ExtendedStatus On ExtendedStatus On
For virtual host for server-status, ensure that the following line exists in your Apache configuration file: Per host virtuale per il server-status, assicurarsi che la seguente riga esiste nel vostro file di configurazione di Apache:
SetHandler server-status SetHandler server-status
Order allow,deny Per consentire, negare
Deny from all Nega di tutti i
Allow from localhost Consentire da 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. È possibile modificare il localhost al tuo nome di dominio ad esempio. Example.com (tra cui punto di fronte a dominio) per consentire l'accesso dal dominio indirizzo. Else localhost restrict access doesn’t allow public access to server-status, and only command shell access locally is possible. Altre localhost limitare l'accesso non permette l'accesso del pubblico ai server-status, e solo comando di shell di accesso a livello locale è possibile.
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. Si noti che anche se si utilizza NameVirtualHost *: 80 direttiva, o qualsiasi *: direttiva porta a eseguire più virtuali basati sul nome host, in questa configurazione non permette server-status su uno qualsiasi degli indirizzi accessibili al pubblico. 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. Il motivo è che il primo host virtuale nella direttiva è considerata la "Default Virtual Host", e qualsiasi sconosciuto voci sulla NameVirtualHost spazio ogni volta che l'utente o un processo tenta di accedere a porta 80 su qualsiasi indirizzo IP, si recheranno a questo host virtuale di default . Hence the 404 page not found error is returned. Quindi la 404 pagina non trovata errore viene restituito. Furthermore the server-status configuration cannot be placed inside of a VirtualHost directive to be read from a full domain name. Inoltre, il server-status di configurazione non può essere inserito all'interno di una direttiva VirtualHost per essere letto da un nome del dominio completo.
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. Ci sono 2s soluzione e soluzioni per questo scenario, sia di rendere il server in ascolto su una porta alternativa (ad esempio, porta 8080), o che consentono solo interna o di accesso locale.
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. Per modificare ad un altro porto, semplicemente aggiungendo "Ascolta 8080" per la configurazione, ed è possibile accedere al server di stato da esterno utilizzando http://domain:8080/server-status in qualsiasi browser web.
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. Per consentire solo l'accesso locale per comandi come 'apachectl status di' o 'servizio httpd fullstatus', semplicemente passare ogni * della effettiva indirizzo IP a lavorare da, quindi l'accesso da localhost (127.0.0.1) funzionerà.
For example, change from: Ad esempio, cambiare da:
NameVirtualHost *:80 NameVirtualHost *: 80
to a
NameVirtualHost 10.0.0.3:80 NameVirtualHost 10.0.0.3:80
Once configuration file is modified correctly, restart Apache HTTPD server. Una volta che il file di configurazione viene modificato correttamente, riavviare il server httpd Apache.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- cPanel WHM Failed to Receive Status Information From Apache Error cPanel WHM non hanno ricevuto informazioni sullo stato della Apache errore
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache Stato (WHM-server-status) in cPanel webhost Manager Restituisce Bianche Page
- Running apachectl status Returns lynx: not found Error Esecuzione apachectl status Restituisce lince: Errore non trovato
- Add Trailing Slash to the End of the URL with .htaccess Rewrite Rules Aggiungi barra alla fine della Fine del URL con. Htaccess Riscrivere Regole
- SEO Friendly Rewrite Method to Move Website URL From Subdirectory to Root Parent Folder SEO friendly riscrivere metodo per spostare l'URL del sito Web da sottodirectory a root cartella
- winnt_accept: Asynchronous AcceptEx failed Error in Apache Log winnt_accept: Asynchronous AcceptEx non di errore in Apache Accedi
- WordPress Permalinks Does Not Work in xampp Setup WordPress permalink non funziona nel programma di installazione di XAMPP
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 L'installazione di server Web in FreeBSD 6,0 con Apache 2,2, 5,0 MySQL e PHP 5 - Parte 4
- Starting Apache HTTPD Failed Due to Cannot Open or No Such mod_bwlimited, mod_log_bytes or mod_bandwidth Files A partire Apache HTTPD non riuscita a causa di Impossibile aprire o nessuna di tali mod_bwlimited, mod_log_bytes file o mod_bandwidth
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Impossibile aprire Richiesta HTTP Stream con fopen o fsockopen Funzioni

































December 28th, 2007 01:37 28 dicembre 2007 01:37
Hi, Salve,
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 !! Spero che lei non mente mi chiedo, ma sono stato a cercare su Google un po 'di aiuto per come sto completamente bloccato - e poi ho trovato voi!!
My website went down about 3 weeks ago and I cant get in touch wih the man who set my site up for me. Il mio sito web è sceso di circa 3 settimane fa e mi cant a mettersi in contatto wih l'uomo che impostare il mio sito per me.
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. Sto cercando di arrivare sul mio sito e il suo appena mi dicono che il certificato è scaduto, ma non sa cosa fare.
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. Io sono disperati per aiutare ma non sono troppo bello su computer in modo non comprendere tutti i 'gergo' e qualsiasi consulenza dovrebbe essere in termini semplici.
I would be very very grateful if you could point me in the right direction. Le sarei molto grato se potesse mi punto nella giusta direzione.
Thanks hopefully, Grazie speriamo,
Lynda
December 28th, 2007 02:23 28 dicembre 2007 02:23
You can still visit even though SSL certificate is expired. È ancora possibile visitare anche se certificato SSL è scaduto. Just accept the security warning. Solo accettare l'avviso di protezione. Looks like your site is having configuration error on web server, probably virtual hosts or redirection error. Appare come il tuo sito sta avendo errore di configurazione sul server web, probabilmente host virtuali o il reindirizzamento di errore.