House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

Protecting non ColdFusion files with ColdFusion

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
JLH All Turbo
07/16/2002 09:54 AM

We have to protect an entire directory and it's subdirectories with CF. We'd like to use CF to process our logins.. but can't have people directly linking to JPGs and MPGs etc under neath.. since CF can't really protect these individual files unless called through a CFM page, we've run into a problem. How can we accomplish this?  We DO own a copy of AuthentiX and unfortunately CFContent is not a viable solution.  This site will have upwards of 12,000 simultaneous users and CFContent has too much overheard. Thank you! JLH

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
jon roig
07/16/2002 10:40 AM

Are you using apache? You could probably use CF to write an .htaccess file...   -- jon ------------- jon roig senior manager, online production epilepsy foundation phone: 215.850.0710 site:  http://www.epilepsyfoundation.org email: jroig@efa.org We have to protect an entire directory and it's subdirectories with CF. We'd like to use CF to process our logins.. but can't have people directly linking to JPGs and MPGs etc under neath.. since CF can't really protect these individual files unless called through a CFM page, we've run into a problem. How can we accomplish this?  We DO own a copy of AuthentiX and unfortunately CFContent is not a viable solution.  This site will have upwards of 12,000 simultaneous users and CFContent has too much overheard. Thank you! JLH

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
JLH All Turbo
07/16/2002 10:44 AM

Actually we are using IIS. But..... we may be able to use Apache.. nothing is set in stone yet... How would we go about doing the HTAccess.....? J ----- Excess quoted text cut - see Original Post for more ----- unfortunately ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Tangorre, Michael
07/16/2002 10:49 AM

Check out this tutorial... This will give you an idea on how do set one up, then you should be able to go from there ans how to get CF to write it... http://faq.clever.net/htaccess.htm Mike Actually we are using IIS. But..... we may be able to use Apache.. nothing is set in stone yet... How would we go about doing the HTAccess.....? J ----- Excess quoted text cut - see Original Post for more ----- unfortunately ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
JLH All Turbo
07/16/2002 10:58 AM

Got it. Any ideas on how else to do it in IIS and CF? I wish IIS had an authent scheme to look for my cookie and it's content and see that's it there, so let them have access. That'd be nice. J > Check out this tutorial... > This will give you an idea on how do set one up, then you should be able to go from there ans how to get CF to write it... ----- Excess quoted text cut - see Original Post for more ----- directly > > linking to JPGs and MPGs etc under neath.. since CF can't really protect > > these individual files unless called through a CFM page, we've run into a ----- Excess quoted text cut - see Original Post for more ----- 12,000 ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Joe Bastian
07/16/2002 11:20 AM

AuthentiX... used it before.. How do you go about tracking who downloaded what and how many times etc? AuthentiX is built with an ISAPI filter that overrides Windows NT security model..(Challenge/Response) and creates an Authenticated user, (CGI.Auth_User) gets populated. The other disadvantage... is the session doesnt time out until the use closes his browser. I would still advice CFCONTENT and possibly secure the files somewhere other than wwwroot.. without public access and use CFContent to deliver the files. I am not sure... about the overhead...havent seen anybody mention it. Joe Certified Advanced ColdFusion Developer BJoebox@earthlink.net We have to protect an entire directory and it's subdirectories with CF. We'd like to use CF to process our logins.. but can't have people directly linking to JPGs and MPGs etc under neath.. since CF can't really protect these individual files unless called through a CFM page, we've run into a problem. How can we accomplish this?  We DO own a copy of AuthentiX and unfortunately CFContent is not a viable solution.  This site will have upwards of 12,000 simultaneous users and CFContent has too much overheard. Thank you! JLH

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Howie Hamlin
07/16/2002 03:59 PM

iAuth can do this.  We have versions for IIS and Website. More info and a 60-day demo are on our web site. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jacob
07/16/2002 04:47 PM

Usually do not do this, but going to plug iAuth. (Sorry Mike, had to.) We bought it about two months ago for 5 servers because people were linking to the .mov files bypassing CF or HTML.  Cost is a lot of money because of the burstable bandwidth. Purchased iAuth and it killed everybody cheating us.  And with burstable DS3s, the price for iAuth was worth it. Thanks for a great product... At 03:55 PM 7/16/2002 -0400, you wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
JLH All Turbo
07/16/2002 04:04 PM

I'll take a look at it. Thank You, J ----- Excess quoted text cut - see Original Post for more ----- http://www.coolfusion.com/imssecomparison.cfm > > > We have to protect an entire directory and it's subdirectories with CF. > > We'd like to use CF to process our logins.. but can't have people directly > > linking to JPGs and MPGs etc under neath.. since CF can't really protect > > these individual files unless called through a CFM page, we've run into a > > problem. > > > > How can we accomplish this?  We DO own a copy of AuthentiX and unfortunately > > CFContent is not a viable solution.  This site will have upwards of 12,000 ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Howie Hamlin
07/16/2002 04:16 PM

If you have any questions please feel free to send me an emaqil directly. Regards, Howie > I'll take a look at it. > > Thank You, > > J


<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

June 18, 2013

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
             1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30             

Designer, Developer and mobile workflow conference