This page has been translated from English
.

שגיאה Nginx & Access Logs - VPS ADMIN # 9

English אנגלית (שינוי)
  • Digg
  • Twitter
  • Technorati
  • del.icio.us
  • Facebook
  • MySpace
  • Reddit
  • StumbleUpon
  • LinkedIn
  • email

במקרה לא היית בטוח איפה הם גרים

שגיאה Nginx יומני תמונה

בואו ניקח מבט מהיר Nginx השרת שלנו באתר שגיאה & יומני גישה, וכן היכן ניתן למצוא אותם.

יש לך זוג אחד של Nginx יומני שרת-רחב עבור כל אתר אחר, אלא אם כן אתה משמיט אותם. יומני שגיאה לעשות בדיוק את זה, יומן שגיאות. יומני גישה להראות מה אלמנטים אינטרנט נפתרו על ידי כתובת IP וכאשר.

מי אחריו מגישים מספר אתרים ובלוגים עם Virtual Hosts ממופה המיקום של יומני כל אתר בלוגים או קובץ מארח וירטואלי או, אם אתה כל ארוזות בתצורה של האתר בקובץ nginx.conf שלך, במיקומים לקבצים מקבלים שם.

הנה תזכורת ממילא.

להגדיר VPS שאינם מנוהלים (4 newbies) .. התנ"ך VPS

בעותק 20 / צעדים להדביק .. מאפס לגיבור, התיבה ריקה כדי חמוד-כשרת לינוקס.

גלול מטה על מדד סדרת מלא.

אז, היי, מחסן משותף & Viva וירטואלי! Hope it helps. The_guv

Nginx שגיאת שרת אינטרנט & מיקומי גישה למערכת

לרשום אותם: --

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?

.