質問編集履歴
5
文章の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -178,6 +178,10 @@
|
|
178
178
|
|
179
179
|
sudo dscl . -create /Users/nginx
|
180
180
|
|
181
|
+
→効果無し
|
182
|
+
|
183
|
+
|
184
|
+
|
181
185
|
```
|
182
186
|
|
183
187
|
|
4
osを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -250,6 +250,12 @@
|
|
250
250
|
|
251
251
|
```
|
252
252
|
|
253
|
+
OS
|
254
|
+
|
255
|
+
macos catalina10.15
|
256
|
+
|
257
|
+
|
258
|
+
|
253
259
|
/usr/local/Cellar/php/7.3.10/bin/php -v
|
254
260
|
|
255
261
|
PHP 7.3.10 (cli) (built: Sep 30 2019 19:59:57) ( NTS )
|
3
したことの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -232,6 +232,14 @@
|
|
232
232
|
|
233
233
|
パスを通してなかったので、通しました。バージョンは下記に。
|
234
234
|
|
235
|
+
パスを通したところ、アクセスすることはできました。エラーは下記に
|
236
|
+
|
237
|
+
```
|
238
|
+
|
239
|
+
"GET /wordpress/ HTTP/1.1" 404 555 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36"
|
240
|
+
|
241
|
+
```
|
242
|
+
|
235
243
|
|
236
244
|
|
237
245
|
### バージョン
|
2
追加で試したことを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -230,6 +230,12 @@
|
|
230
230
|
|
231
231
|
|
232
232
|
|
233
|
+
パスを通してなかったので、通しました。バージョンは下記に。
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
### バージョン
|
238
|
+
|
233
239
|
homebrewにて両方ともインストールしています。
|
234
240
|
|
235
241
|
バージョンは下記です。
|
@@ -248,6 +254,20 @@
|
|
248
254
|
|
249
255
|
|
250
256
|
|
257
|
+
→パスを通してなかったので、通した。上記から下記に
|
258
|
+
|
259
|
+
php -v
|
260
|
+
|
261
|
+
PHP 7.3.10 (cli) (built: Sep 30 2019 19:59:57) ( NTS )
|
262
|
+
|
263
|
+
Copyright (c) 1997-2018 The PHP Group
|
264
|
+
|
265
|
+
Zend Engine v3.3.10, Copyright (c) 1998-2018 Zend Technologies
|
266
|
+
|
267
|
+
with Zend OPcache v7.3.10, Copyright (c) 1999-2018, by Zend Technologies
|
268
|
+
|
269
|
+
|
270
|
+
|
251
271
|
nginx -v
|
252
272
|
|
253
273
|
nginx version: nginx/1.17.3
|
1
追加で試したことを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -164,6 +164,8 @@
|
|
164
164
|
|
165
165
|
### 試したこと
|
166
166
|
|
167
|
+
```
|
168
|
+
|
167
169
|
pathを通してみる
|
168
170
|
|
169
171
|
export PATH="$(brew --prefix homebrew/brew services start php)
|
@@ -176,11 +178,55 @@
|
|
176
178
|
|
177
179
|
sudo dscl . -create /Users/nginx
|
178
180
|
|
179
|
-
|
181
|
+
```
|
182
|
+
|
183
|
+
|
184
|
+
|
180
|
-
|
185
|
+
### 追加で試したこと
|
186
|
+
|
181
|
-
|
187
|
+
追加で試したこと
|
188
|
+
|
182
|
-
|
189
|
+
/usr/local/etc/php/7.3/php-fpm.d/nginx.conf
|
190
|
+
|
191
|
+
|
192
|
+
|
183
|
-
|
193
|
+
下記の内容を成してみたがエラー。おそらく違う方法がある。
|
194
|
+
|
195
|
+
```
|
196
|
+
|
197
|
+
[nginx]
|
198
|
+
|
199
|
+
listen = usr/local/etc/php/7.3/php-fpm.d/php-fpm.sock
|
200
|
+
|
201
|
+
user = nginx
|
202
|
+
|
203
|
+
group = nginx
|
204
|
+
|
205
|
+
pm = dynamic
|
206
|
+
|
207
|
+
pm.max_children = 5
|
208
|
+
|
209
|
+
pm.start_servers = 3
|
210
|
+
|
211
|
+
pm.min_spare_servers = 2
|
212
|
+
|
213
|
+
pm.max_spare_servers = 4
|
214
|
+
|
215
|
+
pm.max_requests = 200
|
216
|
+
|
217
|
+
```
|
218
|
+
|
219
|
+
エラー文
|
220
|
+
|
221
|
+
```
|
222
|
+
|
223
|
+
[24-Oct-2019 18:18:34] ERROR: [pool www] unable to set listen address as it's already used in another pool 'nginx'
|
224
|
+
|
225
|
+
[24-Oct-2019 18:18:34] ERROR: failed to post process the configuration
|
226
|
+
|
227
|
+
[24-Oct-2019 18:18:34] ERROR: FPM initialization failed
|
228
|
+
|
229
|
+
```
|
184
230
|
|
185
231
|
|
186
232
|
|
@@ -188,7 +234,7 @@
|
|
188
234
|
|
189
235
|
バージョンは下記です。
|
190
236
|
|
191
|
-
|
237
|
+
```
|
192
238
|
|
193
239
|
/usr/local/Cellar/php/7.3.10/bin/php -v
|
194
240
|
|
@@ -206,7 +252,7 @@
|
|
206
252
|
|
207
253
|
nginx version: nginx/1.17.3
|
208
254
|
|
209
|
-
|
255
|
+
```
|
210
256
|
|
211
257
|
お力添えいただけると幸いです。
|
212
258
|
|