[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [426] frontend1:/var/log/apache2 for log files
From: |
karl |
Subject: |
[Savannah-cvs] [426] frontend1:/var/log/apache2 for log files |
Date: |
Sun, 22 Nov 2020 17:48:50 -0500 (EST) |
Revision: 426
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=426
Author: karl
Date: 2020-11-22 17:48:49 -0500 (Sun, 22 Nov 2020)
Log Message:
-----------
frontend1:/var/log/apache2 for log files
Modified Paths:
--------------
trunk/sviki/FrontEndDebuggingTips.mdwn
trunk/sviki/HowToAdminThisWiki.mdwn
trunk/sviki/MailSystem.mdwn
Modified: trunk/sviki/FrontEndDebuggingTips.mdwn
===================================================================
--- trunk/sviki/FrontEndDebuggingTips.mdwn 2020-10-27 04:29:54 UTC (rev
425)
+++ trunk/sviki/FrontEndDebuggingTips.mdwn 2020-11-22 22:48:49 UTC (rev
426)
@@ -76,11 +76,10 @@
--------------
The following files/directories are used by the public
-website (which serves <https://frontend0.savannah.gnu.org>,
-and soon <https://savannah.gnu.org> when migration is completed).
+website (which serves <https://savannah.gnu.org>).
-* access log: `/var/log/apache/access.log`.
-* error log (STDERR): `/var/log/apache/error.log` (FIXME: verify).
+* access log: `/var/log/apache2/access.log`.
+* error log (STDERR): `/var/log/apache2/error.log` (FIXME: verify).
* PHP error messages: same as error log (no separate PHP log for public
website).
* project registration submissions: `/var/www/submissions_uploads`.
* tracker file attachments: `/var/lib/savane/trackers_attachments`.
Modified: trunk/sviki/HowToAdminThisWiki.mdwn
===================================================================
--- trunk/sviki/HowToAdminThisWiki.mdwn 2020-10-27 04:29:54 UTC (rev 425)
+++ trunk/sviki/HowToAdminThisWiki.mdwn 2020-11-22 22:48:49 UTC (rev 426)
@@ -182,7 +182,7 @@
should get 'HTTP 403 forbidden'.
0. The `update.php` script writes log messages to apache's error/php log.
- Look for them in `frontend0:/var/log/apache/error.log`:
+ Look for them in `frontend1:/var/log/apache2/error.log`:
[Mon Oct 03 22:14:03.443969 2016] [:error] [pid 4562] [client
208.118.235.72:46847] sviki udpate (start)
[Mon Oct 03 22:14:03.755440 2016] [:error] [pid 4562] [client
208.118.235.72:46847] sviki update (end) rc =
@@ -498,4 +498,4 @@
rc5.d/K02zope2.10 -> ../init.d/zope2.10
rc6.d/K02zope2.10 -> ../init.d/zope2.10
-And we were back in business.
\ No newline at end of file
+And we were back in business.
Modified: trunk/sviki/MailSystem.mdwn
===================================================================
--- trunk/sviki/MailSystem.mdwn 2020-10-27 04:29:54 UTC (rev 425)
+++ trunk/sviki/MailSystem.mdwn 2020-11-22 22:48:49 UTC (rev 426)
@@ -90,10 +90,10 @@
delivery.
If there is an error in sending the PHP and Apache combination should
-log an error to the frontend0:/var/log/apache2/error.log file.
+log an error to the frontend1:/var/log/apache2/error.log file.
All of the mail status should be logged to
-`frontend0:/var/log/mail.*`. When a message is sent you should see
+`frontend1:/var/log/mail.*`. When a message is sent you should see
the transaction logged there.
Logs are rotated. If you are looking back into the past you will need
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [426] frontend1:/var/log/apache2 for log files,
karl <=