command
module
Version:
v0.0.0-...-281a396
Opens a new window with list of versions in this module.
Published: Apr 21, 2022
License: GPL-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
wp-cookie-tail
Configure your Wordpress Apache server like this to get a response log (do not use the request log...)
<IfModule log_config_module>
LogFormat "%h %l %u %t \"%r\" %>s %b <strong>\"%{set-cookie}o\"</strong>" common2
CustomLog "logs/private/wp_cookie_log" common2
</IfModule>
These logs will be read by wp-cookie-tail to implement a very simple single sign on system when
used in conjunction with wp-cookie-verify.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.