Athlon1600 / php-proxy-app

Web Proxy Application built on php-proxy library ready to be installed on your server
https://www.php-proxy.com/
MIT License
823 stars 516 forks source link

Log requests to a file #220

Open breadtf opened 1 year ago

breadtf commented 1 year ago

I'm looking for a way to log all requests (URL and IP) to a file. Is this possible?

eingengraou commented 1 year ago

i did this for myself by adding a custom php file i wrote

breadtf commented 1 year ago

can you share the file?