- edit your httpd.conf
RewriteLog "/var/log/apache2/rewrite.log"
RewriteLogLevel 3
- tail -f /var/log/apache2/rewrite.log
| commit c28431fdccee29da35d75d5e2b52449124935077 | |
| Author: Hill <hill@kimo.com> | |
| Date: Wed Jul 2 15:57:55 2025 +0800 | |
| refactor: update problem matcher in tasks.json for improved error handling; add .vscodeignore to exclude unnecessary files; modify build scripts in package.json for better bundling | |
| diff --git a/.vscode/tasks.json b/.vscode/tasks.json | |
| index a40c7e4..8fffe92 100644 | |
| --- a/.vscode/tasks.json | |
| +++ b/.vscode/tasks.json |
| <?php | |
| declare(strict_types=1); | |
| /** | |
| * PHP8 | |
| * add : https://php.watch/versions/8.0/union-types | |
| */ | |
| class SimpleMath | |
| { |
| -> <- |
| curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python - |
| Warning: Exception thrown by hook while handling onSetChildren: Invariant Violation: Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (4 has parents 3 and 2). | |
| Invariant Violation: Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (4 has parents 3 and 2). |
| if (!window["googleNDT_"]) { | |
| /** @type {number} */ | |
| window["googleNDT_"] = (new Date).getTime(); | |
| } | |
| /** @type {number} */ | |
| window["_googCsaX"] = 4; | |
| /** @type {number} */ | |
| window._googCsaRelSearch = 2631661; | |
| /** @type {number} */ | |
| window.googleGws = 1; |
RewriteLog "/var/log/apache2/rewrite.log"
RewriteLogLevel 3