質問編集履歴

1

ログを追記しました。

2019/05/06 03:05

投稿

ruuusaamarki
ruuusaamarki

スコア468

test CHANGED
File without changes
test CHANGED
@@ -124,6 +124,40 @@
124
124
 
125
125
 
126
126
 
127
+ ### ApacheのErrorログ
128
+
129
+
130
+
131
+ apacheのログで気になっている部分です。
132
+
133
+
134
+
135
+ ```error.log
136
+
137
+ [Tue Apr 02 00:14:15 2019] [authz_core:error] [pid *****] [client ***.**.**.***:*****] AH01630: client denied by server configuration: /var/www/html/server-status, referer: http://www.baidu.com
138
+
139
+ [Sat Apr 20 00:20:10 2019] [php7:error] [pid 16452] [client ***.**.**.***:*****] script '/var/www/cgi-bin/wp-side.php' not found or unable to stat, referer: example.com
140
+
141
+
142
+
143
+ mmap() failed: [12] Cannot allocate memory
144
+
145
+
146
+
147
+ mmap() failed: [12] Cannot allocate memory
148
+
149
+
150
+
151
+ mmap() failed: [12] Cannot allocate memory
152
+
153
+ [Sun Apr 21 04:23:23 2019] [php7:error] [pid ****] [client ***.**.**.***:*****] PHP Fatal error: Out of memory (allocated 2021564) (tried to allocate 145432 bytes) in /var/app/current/wp-includes/pomo/mo.php on line 272, referer: https://example.com/wp-admin/post.php?post=***&action=edit
154
+
155
+
156
+
157
+ ```
158
+
159
+
160
+
127
161
  ### 試したこと
128
162
 
129
163
  1.beanstalkのコンソールで最終のzipファイルから再度デプロイをしてみました。