Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The best fix for this case is not to implement this configuration change, rather change the account that Apache runs as to a regular user account. This user needs no special domain or local privileges. It just needs to be a "normal" local user. A normal user does have access to network resources and will work as intended.


Also ensure Nmap is installed for "all users". Nmap must be in the path of your Apache service accounts user. You can check this by logging on as the account specified to be the Apache Service account and running the below on the command line. You should see the Nmap install directory listed there. You should also be able to run "nmap --version" as that user without specifiying the complete path to the Nmap executable.


Code Block
echo %PATH%



The change is simple to make, just follow the steps below.

...