RE: Index.cfm problem again

2003-08-28 Thread DeMarco, Alex
Thanks for the info Pat, but I do have the permissions set correctly
Everyone Read, note that not only do I get the 404 error but when I try to
run the index.cfm and redirects into /cfide/administrator and returns the
404 along with a jrun servlet error(there is no virtual dir to cfide)

- Alex

-Original Message-
From: pat forbes [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 4:06 PM
To: CF-Talk
Subject: Index.cfm problem again


I had the exact same problem... index.cfm failed with 404, renamed to
index.htm and it worked.   But, all fixed now.

Someone had run a "hardening" program on the IIS server and it changed the
permission settings on the directory that had .cfm files in it.  

For any website that has cold fusion (.cfm files) on IIS, you must set the
sharing permissions to also allow "Everyone Read".  Once you do that, the
cold fusion file will run fine.

Don't forget to let the permissions propagate down thru the sub directories
or you'll be back again doing each one of them.

Understand??

ps: I didn't see an answer here so if I overlooked it and someone already
answered the question, sorry for the duplicate...

-pat- 
~|
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


RE: Index.cfm problem again

2003-08-28 Thread B.H. Forbes
>Not to be too picky, but I'd recommend that you use the "Authenticated
>Users" group, or better yet, just the IUSR_MACHINENAME account if
possible -
>if you're not using Windows authentication - instead of "Everyone".

>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444


both of those "users" had permissions on my cf dirs but, still got the 404
error.  Once I made "everyone read only", things worked as they should.
Just giving my experience and what I saw.

-pat-

--
>Subject: RE: Index.cfm problem again
> Someone had run a "hardening" program on the IIS server and
> it changed the permission settings on the directory that had
> .cfm files in it.
>
> For any website that has cold fusion (.cfm files) on IIS, you
> must set the sharing permissions to also allow "Everyone
> Read".  Once you do that, the cold fusion file will run fine.
>
> Don't forget to let the permissions propagate down thru the
> sub directories or you'll be back again doing each one of them.


~|
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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Index.cfm problem again

2003-08-28 Thread Dave Watts
> both of those "users" had permissions on my cf dirs but, 
> still got the 404 error. Once I made "everyone read only", 
> things worked as they should. Just giving my experience
> and what I saw.

Well, I can tell you from my experience that you can limit access using
IUSR_MACHINENAME or "Authenticated Users" instead of "Everyone". So, there's
probably something else about that machine that has been changed.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
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

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Index.cfm problem again

2003-08-27 Thread Dave Watts
> Someone had run a "hardening" program on the IIS server and 
> it changed the permission settings on the directory that had 
> .cfm files in it.  
> 
> For any website that has cold fusion (.cfm files) on IIS, you 
> must set the sharing permissions to also allow "Everyone 
> Read".  Once you do that, the cold fusion file will run fine.
> 
> Don't forget to let the permissions propagate down thru the 
> sub directories or you'll be back again doing each one of them.

Not to be too picky, but I'd recommend that you use the "Authenticated
Users" group, or better yet, just the IUSR_MACHINENAME account if possible -
if you're not using Windows authentication - instead of "Everyone".

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Index.cfm problem again

2003-08-27 Thread pat forbes
I had the exact same problem... index.cfm failed with 404, renamed to index.htm and it 
worked.   But, all fixed now.

Someone had run a "hardening" program on the IIS server and it changed the permission 
settings on the directory that had .cfm files in it.  

For any website that has cold fusion (.cfm files) on IIS, you must set the sharing 
permissions to also allow "Everyone Read".  Once you do that, the cold fusion file 
will run fine.

Don't forget to let the permissions propagate down thru the sub directories or you'll 
be back again doing each one of them.

Understand??

ps: I didn't see an answer here so if I overlooked it and someone already answered the 
question, sorry for the duplicate...

-pat-
~|
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

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Index.cfm problem again

2003-08-27 Thread DeMarco, Alex
DOH! You mean Application Setting removed right?  Yup it is.. 

Sorry I had a brain fart..

- Alex

-Original Message-
From: DeMarco, Alex 
Sent: Wednesday, August 27, 2003 10:07 AM
To: CF-Talk
Subject: RE: Index.cfm problem again


The directory is there with execute permission..

What do you mean by "and the App removed?"

- Alex

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 9:58 AM
To: CF-Talk
Subject: RE: Index.cfm problem again


Does the JRunScripts virtual dir exist (with execute permissions and the App
removed) on that web site?

We usually get problems with sites if this dir does not exist

HTH

Mikey


-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 14:44
To: CF-Talk
Subject: Index.cfm problem again


OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex




~|
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

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Index.cfm problem again

2003-08-27 Thread Mike Townend
If you go into the properties of the Virtual Dir, on the main tab in the
"Application Settings" section there is space for an Application Name.  If
this is greyed out and a create button then you should be fine.  If the
Application Name is edittable there will be a remove button next to it,
click the remove button.

HTH



-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 15:07
To: CF-Talk
Subject: RE: Index.cfm problem again


The directory is there with execute permission..

What do you mean by "and the App removed?"

- Alex

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 9:58 AM
To: CF-Talk
Subject: RE: Index.cfm problem again


Does the JRunScripts virtual dir exist (with execute permissions and the App
removed) on that web site?

We usually get problems with sites if this dir does not exist

HTH

Mikey


-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 14:44
To: CF-Talk
Subject: Index.cfm problem again


OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex




~|
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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Index.cfm problem again

2003-08-27 Thread DeMarco, Alex
The directory is there with execute permission..

What do you mean by "and the App removed?"

- Alex

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 9:58 AM
To: CF-Talk
Subject: RE: Index.cfm problem again


Does the JRunScripts virtual dir exist (with execute permissions and the App
removed) on that web site?

We usually get problems with sites if this dir does not exist

HTH

Mikey


-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 14:44
To: CF-Talk
Subject: Index.cfm problem again


OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex



~|
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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Index.cfm problem again

2003-08-27 Thread Mike Townend
Does the JRunScripts virtual dir exist (with execute permissions and the App
removed) on that web site?

We usually get problems with sites if this dir does not exist

HTH

Mikey


-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 14:44
To: CF-Talk
Subject: Index.cfm problem again


OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex


~|
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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Index.cfm problem again

2003-08-27 Thread DeMarco, Alex
OK I recreated the site and deleted the old one and this problem still
happens.  Any other suggestions.  Upgrading to 6.1 is not an option right
now.

- Alex



Very strange problem.  We run a variety of .cfm pages, we decided to convert
our homepage over from index.html to index.cfm, when I point IIS to run
index.cfm and the default page we get a 404 error, if I rename the index.cfm
to index1.cfm and repoint IIS it works fine.  If I go directly to
http://ourwebsite/inde.cfm, I get a jrun servlet error and the url changes
to /CFIDE/administrator/index.cfm with a 404 error.

What could be causing this?  The IIS settings look fine, if I copy the
index.cfm to another website on the same box and point to it everything is
fine.

JRUN 4 SP2 with CFMX 6.0 updater3 and Win2k

Suggestions?

- Alex

~|
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

Get the mailserver that powers this list at 
http://www.coolfusion.com