Quote:
Originally posted by chupacabra
do you end up using the same .htpasswd file for both processors? i was curious about this as well, as ccBill keeps their .htpasswd in a directory that is nested within the "ccbill" directory, can another billing company's script add/manage members within the same .htpasswd file?
i'm unclear as to whether you would end up w/ two active .htpasswd files, is that even possible..?
|
On a Linux server it's pretty easy to share the same .htpasswd:
> cd /yourpath/cgi-bin/ccbill/some_cryptic_letters_and_figures/password
> rm -f .htpasswd (assuming it's not in use yet!)
> ln -s /path/to/your/real/.htpasswd .htpasswd
No guarantee. Modifications at your own risk!
