Lots o debugging

This commit is contained in:
Your Name
2025-08-20 09:51:55 -04:00
parent 8c3d2b1aac
commit eb7a9413ca
26 changed files with 20821 additions and 206 deletions

5
fcgi-wrapper.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# FastCGI wrapper script to redirect stderr to log file
exec 2>>logs/fcgi-stderr.log
echo "FastCGI wrapper starting at $(date)" >&2
exec ./build/ginxsom-fcgi "$@"