- edit your httpd.conf
RewriteLog "/var/log/apache2/rewrite.log"
RewriteLogLevel 3
- tail -f /var/log/apache2/rewrite.log
<?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