質問編集履歴

1

追加情報

2016/03/06 08:47

投稿

nob777
nob777

スコア112

test CHANGED
File without changes
test CHANGED
@@ -248,4 +248,64 @@
248
248
 
249
249
 
250
250
 
251
+ ■追加情報
252
+
253
+ apacheをデバッグレベルで出力したログです。
254
+
255
+
256
+
257
+ ・http://localhost/tmp/
258
+
259
+ [Sun Mar 06 17:26:32.087141 2016] [authz_core:debug] [pid 5571] mod_authz_core.c(809): [client 10.0.2.2:64052] AH01626: authorization result of Require all granted: granted
260
+
261
+ [Sun Mar 06 17:26:32.087353 2016] [authz_core:debug] [pid 5571] mod_authz_core.c(809): [client 10.0.2.2:64052] AH01626: authorization result of <RequireAny>: granted
262
+
263
+ [Sun Mar 06 17:26:32.087519 2016] [authz_core:debug] [pid 5571] mod_authz_core.c(809): [client 10.0.2.2:64052] AH01626: authorization result of Require all granted: granted
264
+
265
+ [Sun Mar 06 17:26:32.087534 2016] [authz_core:debug] [pid 5571] mod_authz_core.c(809): [client 10.0.2.2:64052] AH01626: authorization result of <RequireAny>: granted
266
+
267
+ [Sun Mar 06 17:26:32.087628 2016] [authz_core:debug] [pid 5571] mod_authz_core.c(809): [client 10.0.2.2:64052] AH01626: authorization result of Require all granted: granted
268
+
269
+ [Sun Mar 06 17:26:32.087637 2016] [authz_core:debug] [pid 5571] mod_authz_core.c(809): [client 10.0.2.2:64052] AH01626: authorization result of <RequireAny>: granted
270
+
271
+ [Sun Mar 06 17:26:32.087890 2016] [autoindex:error] [pid 5571] [client 10.0.2.2:64052] AH01276: Cannot serve directory /tmp/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive
272
+
273
+
274
+
275
+ ・http://localhost/tmp/index.html
276
+
277
+ [Sun Mar 06 17:28:06.290017 2016] [authz_core:debug] [pid 5570] mod_authz_core.c(809): [client 10.0.2.2:64062] AH01626: authorization result of Require all granted: granted
278
+
279
+ [Sun Mar 06 17:28:06.290412 2016] [authz_core:debug] [pid 5570] mod_authz_core.c(809): [client 10.0.2.2:64062] AH01626: authorization result of <RequireAny>: granted
280
+
281
+ [Sun Mar 06 17:28:06.290631 2016] [core:info] [pid 5570] [client 10.0.2.2:64062] AH00128: File does not exist: /tmp/index.html
282
+
283
+
284
+
285
+ また、切り分けのために下記のように/var/www/html内でAliasを使用した際のログも記載します。(正常アクセス可能)
286
+
287
+ Alias /nob /var/www/html/nob777↲
288
+
289
+ <Directory /var/www/html/nob777>↲
290
+
291
+ Require all granted↲
292
+
293
+ </Directory>↲
294
+
295
+
296
+
297
+ ・http://localhost/nob/index.html
298
+
299
+ [Sun Mar 06 17:30:59.392574 2016] [authz_core:debug] [pid 6330] mod_authz_core.c(809): [client 10.0.2.2:64067] AH01626: authorization result of Require all granted: granted
300
+
301
+ [Sun Mar 06 17:30:59.392697 2016] [authz_core:debug] [pid 6330] mod_authz_core.c(809): [client 10.0.2.2:64067] AH01626: authorization result of <RequireAny>: granted
302
+
303
+ [Sun Mar 06 17:30:59.892143 2016] [proxy:debug] [pid 6574] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
304
+
305
+ [Sun Mar 06 17:30:59.892278 2016] [proxy:debug] [pid 6574] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
306
+
307
+ [Sun Mar 06 17:30:59.892350 2016] [proxy:debug] [pid 6574] proxy_util.c(1936): AH00931: initialized single connection worker in child 6574 for (*)
308
+
309
+
310
+
251
311
  以上、よろしくお願いいたします。