質問編集履歴

2

環境の追記

2020/01/17 02:40

投稿

ivshibi
ivshibi

スコア11

test CHANGED
File without changes
test CHANGED
@@ -140,6 +140,8 @@
140
140
 
141
141
  - php.iniのmemory_limit: 512M
142
142
 
143
+ - php.iniのpost_max_size: 1024M
144
+
143
145
  - OS: CentOS 8
144
146
 
145
147
  - Apache: 2.4.37

1

不足情報の追記

2020/01/17 02:39

投稿

ivshibi
ivshibi

スコア11

test CHANGED
File without changes
test CHANGED
@@ -132,12 +132,28 @@
132
132
 
133
133
  ### 当方の環境は下記の通りです。
134
134
 
135
- - PHP:7.3.11
135
+ - PHP: 7.3.11
136
136
 
137
- - Laravel:6.11.0
137
+ - Laravel: 6.11.0
138
138
 
139
- また、php.iniの max_input_vars 10000です。
139
+ - php.iniのmax_input_vars: 10000
140
+
141
+ - php.iniのmemory_limit: 512M
142
+
143
+ - OS: CentOS 8
144
+
145
+ - Apache: 2.4.37
140
146
 
141
147
 
142
148
 
143
- よろしくお願
149
+ また、Apacheのエラーログは下記内容ぐらいかな、Laravelのエラーログは特に出ていません
150
+
151
+ ```
152
+
153
+ [Fri Jan 17 10:52:10.105419 2020] [proxy_fcgi:error] [pid 1245:tid 140586384336640] [client XXX.XXX.XXX.XXX:XXXXX] Premature end of script headers: index.php, referer: http://hoge.fuge/public/input/edit
154
+
155
+ [Fri Jan 17 10:52:10.105470 2020] [proxy_fcgi:error] [pid 1245:tid 140586384336640] [client XXX.XXX.XXX.XXX:XXXXX] AH01070: Error parsing script headers, referer: http://hoge.fuge/public/input/edit
156
+
157
+ [Fri Jan 17 10:52:10.105475 2020] [proxy_fcgi:error] [pid 1245:tid 140586384336640] (22)Invalid argument: [client XXX.XXX.XXX.XXX:XXXXX] AH01075: Error dispatching request to : , referer: http://hoge.fuge/public/input/edit
158
+
159
+ ```