Not acked and obviously sent to the wrong address. -- justin
--- Begin Message ---
the htpasswd from the latest (as of an hour ago) snapshot runs fine from =
the command line, but does not run from a php script via the "exec" =
command.
exec("/usr/local/apache2/bin/htpasswd -b /data/secure/.members $username =
$password");
the above line does not work (php script runs but no username/password =
added to .members file). however, change the line back to:
exec("/usr/local/apache/bin/htpasswd -b /data/secure/.members $username =
$password");
(notice the old apache path and htpasswd utility)... and it runs fine! - =
adds the username and password to the specified file.
permissions and ownerships on the 2 htpasswd files are identical.
???
--- End Message ---