php-proxy-app
php-proxy-app copied to clipboard
Log requests to a file
I'm looking for a way to log all requests (URL and IP) to a file. Is this possible?
i did this for myself by adding a custom php file i wrote
can you share the file?