Hello community,
I wanted to install phpSANE on an NGINX server running on OpenMediaVault in order to drive a scanner. phpSANE is installed by putting all .php pages in a folder served by NGINX. So as not to create a conflict with OMV's own NGINX instance, I set it up on a different port than 80.
However, when accessing the scanner page, I get this error message:
Input validation of REMOTE_ADDR failed!
Constraint: "regex"
Value: "::ffff:192.168.1.5"
What does it mean? I see in the address bar that NGINX intended to serve [i]phpsane.php[/i]. 192.168.1.5 is my computer's IP address on the LAN.
I wanted to install phpSANE on an NGINX server running on OpenMediaVault in order to drive a scanner. phpSANE is installed by putting all .php pages in a folder served by NGINX. So as not to create a conflict with OMV's own NGINX instance, I set it up on a different port than 80.
However, when accessing the scanner page, I get this error message:
Input validation of REMOTE_ADDR failed!
Constraint: "regex"
Value: "::ffff:192.168.1.5"
What does it mean? I see in the address bar that NGINX intended to serve [i]phpsane.php[/i]. 192.168.1.5 is my computer's IP address on the LAN.