You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snuffleupagus support enabled
Version 0.10.0-sng (with Suhosin-NG patches)
Valid config yes
Directive Local Value Master Value
sp.allow_broken_configuration On On
sp.configuration_file /etc/php/conf.d/snuffleupagus.rules /etc/php/conf.d/snuffleupagus.rules
with some variations using sp.log_media("php"); or sp.ini_protection.simulate(); to force an error like some others did in other issues without any success.
Maybe because in this Docker all Apache logs are redirected for Docker logs:
ls -al /var/log/apache2
total 12
drwxrwxrwt 1 www-data www-data 84 Jun 13 02:00 .
drwxr-xr-x 1 root root 112 Jun 13 02:00 ..
lrwxrwxrwx 1 www-data www-data 11 Jun 13 02:00 access.log -> /dev/stdout
lrwxrwxrwx 1 www-data www-data 11 Jun 13 02:00 error.log -> /dev/stderr
lrwxrwxrwx 1 www-data www-data 11 Jun 13 02:00 other_vhosts_access.log -> /dev/stdout
Let me know if I can do other tests?
Btw, all drop features are working fine so I assume only logs are not working.
The text was updated successfully, but these errors were encountered:
Of course, I can find Apache and PHP logs only.
For PHP, I am using: error_log('['.$status_name.'] '.$message_extended."\n", 3, 'php://stdout');
or syslog($status,'['.$status_name.'] '.$message_extended);
Hello,
Whatever I tried, no log from Snuffleupagus
I use :
or:
I can check the installation from phpinfo:
I have tried simple snuffleupagus.rules:
with some variations using sp.log_media("php"); or sp.ini_protection.simulate(); to force an error like some others did in other issues without any success.
Maybe because in this Docker all Apache logs are redirected for Docker logs:
Let me know if I can do other tests?
Btw, all drop features are working fine so I assume only logs are not working.
The text was updated successfully, but these errors were encountered: