로그 생성이 안되어 테스트 및 수정본

This commit is contained in:
2026-03-20 09:33:30 +09:00
parent 80cb9451d2
commit bb07396abf
12 changed files with 205 additions and 23 deletions

4
public/test.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
// 웹 브라우저에서 실행해서 결과 확인
$f = @fsockopen("192.168.10.243", 6379, $e, $s, 5);
echo $f ? "Web: ✅ Redis Connection Success" : "Web: ❌ Redis Connection Failed ($s)";