I'm starting to work on this web based .htaccess creation, and the most
basic place to begin seems to be with creation.

When I do this:

     <cfexecute 
      name="c:\Program Files\Apache Group\Apache\bin\htpasswd.exe" 
      arguments="-c -b c:\Program Files\Apache
Group\Apache\htdocs\epi2\docs\test\.htpasswd test test" 
      timeout="5" />

It doesn't work.  It appears to find the htpasswd.exe file, but I get a
printout of the syntax on my screen, indicating that my syntax is incorrect.

Because this is a Windows server, I tried this (with quotations added and
escaped):

     <cfexecute 
      name="c:\Program Files\Apache Group\Apache\bin\htpasswd.exe" 
      arguments="-c -b ""c:\Program Files\Apache
Group\Apache\htdocs\epi2\docs\test\.htpasswd"" test test" 
      timeout="5" />

This doesn't work either.  

On the command line, this works:

htpasswd -c -b "c:\Program Files\Apache
Group\Apache\htdocs\epi2\docs\test\.htpasswd" test test

I'd be delighted to find out it is something easy and obvious to fix... I'm
confused.

--
Jillian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to