hi i want to be able to add a username/password entry (.htpasswd) to a location on another server, is this possible. I have full access to both servers.
moltar
4:30 am on Feb 2, 2004 (gmt 0)
You can write a script on the S2 that adds an entry. And call that script from S1 (with parameters).
Note: I'd restrict remote access to .htpasswd to only IP from your first server.
If it's extremely important info, I'd also SSL it.