.

Nginx Error & Access Logs - VPS ADMIN # 9

English Engels (wijzigen)
  • Digg
  • Twitter
  • Technorati
  • del.icio.us
  • Facebook
  • MySpace
  • Reddit
  • StumbleUpon
  • LinkedIn
  • email

In geval u niet zeker weet waar ze wonen

nginx error logs beeld

Laten we een snelle blik op onze server en site nginx error & toegang logs, en waar ze te vinden.

Je hebt een paar nginx logs server-breed en een andere voor elke site, tenzij u ze weggelaten. De error logs enkel dat te doen, meldt u eventuele fouten. De toegang logs laten zien wat web elementen zijn opgelost door het IP-adres en wanneer.

Degenen die gevolgd Serve Meerdere sites & blogs met Virtual Hosts in kaart gebracht van de locatie van de stammen in elke site of blogs virtuele host-bestand of, als u de configuratie elke site's gebundeld in uw nginx.conf bestand, de locaties om de bestanden er zijn gegeven.

Hier is toch een herinnering.

Set Up een Unmanaged VPS (4 Newbies) .. De VPS Bijbel

In 20 copy / paste stappen .. van nul tot held, lege doos om cute-als Linux-server.

Scroll naar beneden voor de volledige reeks index.

Dus, hey, schuur gedeeld en viva virtueel! Hope it helps. The_guv

Nginx Web Server Error & Access Log Locaties

Voor een lijst van hen: --

ls -l /usr/local/nginx/logs

Or to open them:-

sudo nano /usr/local/nginx/logs/error.log

.. substituting error.log for access.log as appropriate.

Or if you installed Nginx using the package manager, rather than compiling from source as is recommended in the VPS Bible, they're here:-

sudo nano /etc/nginx/logs

Web Site Error & Access Log Locations

sudo nano /home/public_html/someSite.com/log/access.log

And the error page:-

sudo nano /home/public_html/someSite.com/log/error.log

My Error or Access Log is a Blank File/Won't Open.

In the case of the error log, hopefully it is indeed empty. With the access log, maybe it's just too darn big and is taking a long time to open. If you really want to look at it, be patient. Else delete it and add a new, empty one:-

sudo rm /home/public_html/someSite.com/log/access.log && sudo nano /home/public_html/someSite.com/log/access.log

.. saving the empty file.


SETUP an Unmanaged VPS (4 Newbies) .. The V-P-S Bible

Serve multi sites & blogs on a budget .. at the fastest possible speed .. with the least downtime .. in the most secure environment .. and future-proofed for easy admin.

That's what the VPS Bible is about, stepped out in simple copy & paste guides.

From high traffic WordPress blogs to startup web hosts, here's what you need.

Set it up?   Click here for the 21 part follow-up .. V-P-S Admin

  1. * Includes video tutorial.

  2. Not linked = not published. Won't be long. Fix a feed for updates.


If you liked that ...
... maybe you'll like these?

.