Re: Followup: Page cannot be displayed .. what specifically does this mean?

2002-11-21 Thread Stephen Moretti
Actually that's not strictly true Doug.

It would be more secure to run ColdFusion under a specific user that only
has the rights it requires to run and access various resources on the server
than to run in the default installation under SYSTEM.  This is very easy
with CF on a *nix box.  You simply set up a user in the OS, then when you
install CF you get prompted for the user that you wish CF to run as.  The
installer then configures all the services, directories, files etc.  to
allow it to run correctly under that user.

With a windows install, its a very different proposition...  You have to
set up a user with the appropriate access rights for services, folder, files
and registry entries.  Its an absolute nightmare proposition, but will make
CF much more secure if done correctly.  It will also help if you want to do
anything like access network resources via CF, as you will be able to allow
the specific CF user to access those resources, which you can't do with the
SYSTEM user.

There is an article on defusion for this :
http://www.defusion.com/articles/index.cfm?ArticleID=89  Thing is this is
from 1999 and is for CF3/4(?).

Has anyone done any new articles on this for CF5 and CFMX??

Regards

Stephen

- Original Message -
From: samcfug [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, November 21, 2002 5:00 AM
Subject: Re: Followup: Page cannot be displayed .. what specifically does
this mean?


 No security problems, That is the way it is supposed to be.
 CF uses a SYSTEM account and must have full control
 permissions set wherever it is run.  This is not clear in
 the documentation.

 I am glad to hear that you have finally isolated and
 resolved the display problem.  I remember sweating blood and
 tears getting my server set up to work properly as well.

 =
 Douglas White
 group Manager
 mailto:[EMAIL PROTECTED]
 http://www.samcfug.org
 =
 - Original Message -
 From: Michael Kear [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, November 20, 2002 9:55 PM
 Subject: Followup: Page cannot be displayed .. what
 specifically does this mean?


 |
 | The cure was to set the permissions correctly.  I did this
 by going to
 | explorer on the server console, and setting all the
 folders and files under
 | C:\FUSION to have the same rights.
 |
 |
 | Does anyone see any security problems with doing this?
 Is there anything
 | that resides under C:\FUSION (it's a default installation)
 that shouldn't
 | have the same rights as everything else?
 |

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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: Followup: Page cannot be displayed .. what specifically does this mean?

2002-11-21 Thread Dave Watts
 No security problems, That is the way it is supposed 
 to be. CF uses a SYSTEM account and must have full control
 permissions set wherever it is run. This is not clear in
 the documentation.

While that may be the default configuration, I don't think it's the way it's
supposed to be. Ideally, you'd configure filesystem permissions, and user
account and their rights, quite a bit more restrictively.

The SYSTEM security context is nearly all-powerful on Windows, and if you're
running CF within that context, every line of CF code that you write runs as
a part of the trusted computing base - the operating system itself! This
is, from a perspective concerned about security, a very, very bad thing.

With CF 5 and earlier versions, it was a bit difficult to configure the CF
server to run as a specific, less-privileged user, but it was possible.
Martin Herbener wrote a very good article on this for CF 4.x, for Defusion,
which Stephen Moretti pointed out; the steps in that article also worked for
me with CF 5, although I only tested the core steps, not the ones that
apply to ClusterCATS and other optional components.

With CFMX, though, this is actually a lot easier, since you don't have to
worry about registry permissions. Simply create a regular user account,
ensure that the user account can log on locally and can run as a service,
and give this user account appropriate rights on \CFusionMX and your web
root. Those rights can be considerably less than full control, too - on
\CFusionMX, you can use read-execute for binaries, RWXD on files changed by
CF; on the web root, the user only needs read permissions on the .cfm files
themselves. If you're using IIS, the user account(s) used by IIS for logons
will need execute rights on the .cfm files, and read-execute on the ISAPI
DLL used to interface CFMX with IIS (by default,
\CFusionMX\runtime\lib\wsconfig\1\jrun.dll, assuming that IIS is the first
web server configured to work with CFMX).

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Michael Kear
In my ongoing adventures with my rogue server, I'm getting a new problem
now, as I try to solve the permissions thing that was going on over the last
few days .


Now any .cfm page gives the result The page cannot be displayed and the
title of the page is cannot find server.

What, specifically does this mean?   Does it mean that the CF Server is no
longer found by the web server?And what needs to be done to fix that?
(Environment:  NT4sp6)


(It's now nearly 1am or I'd call the support dept for help here, so I have
to rely on you guys. I hope you don't mind)


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Robert Polickoski
Mike,

Based on what you say, and assuming that .htm pages load fine, I 
would say that you are correct in your assumption that the CF 
server is not running.  I would try to stop and start it from the 
Services menu under Control Panel/Administrative Tools (or 
something like that).

Robert J. Polickoski
Senior Programmer, ISRD Inc.
(540) 842-6339
[EMAIL PROTECTED]
AIM - RobertJFP



-- Original Message --
From: Michael Kear [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 21 Nov 2002 00:44:41 +1100

In my ongoing adventures with my rogue server, I'm getting a new 
problem
now, as I try to solve the permissions thing that was going on 
over the last
few days .


Now any .cfm page gives the result The page cannot be displayed 
and the
title of the page is cannot find server.

What, specifically does this mean?   Does it mean that the CF 
Server is no
longer found by the web server?And what needs to be done to 
fix that?
(Environment:  NT4sp6)


(It's now nearly 1am or I'd call the support dept for help here, 
so I have
to rely on you guys. I hope you don't mind)


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Michael Kear
Thanks for your suggestion Robert.  I did that.   Stopped and started the
application server and the executive service tasks (stopped both, then
restarted the executive and app server) . and it didn't make any difference.


Anything else to look at?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks



-Original Message-
From: Robert Polickoski [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 1:06 AM
To: CF-Talk
Subject: Re: Page cannot be displayed .. what specifically does this mean?

Mike,

Based on what you say, and assuming that .htm pages load fine, I
would say that you are correct in your assumption that the CF
server is not running.  I would try to stop and start it from the
Services menu under Control Panel/Administrative Tools (or
something like that).

Robert J. Polickoski
Senior Programmer, ISRD Inc.
(540) 842-6339
[EMAIL PROTECTED]
AIM - RobertJFP



-- Original Message --
From: Michael Kear [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 21 Nov 2002 00:44:41 +1100

In my ongoing adventures with my rogue server, I'm getting a new
problem
now, as I try to solve the permissions thing that was going on
over the last
few days .


Now any .cfm page gives the result The page cannot be displayed
and the
title of the page is cannot find server.

What, specifically does this mean?   Does it mean that the CF
Server is no
longer found by the web server?And what needs to be done to
fix that?
(Environment:  NT4sp6)


(It's now nearly 1am or I'd call the support dept for help here,
so I have
to rely on you guys. I hope you don't mind)


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Michael Kear
Given the permissions problem I had with the custom tag, and now this
problem with the web server presumably not seeing the CF server (even though
the service task is running)  do you think I might be best to go the 120km
to the server box and re-install ColdFusion server?


I've never reinstalled CFServer.  Does it do so gracefully? Picking up
settings and datasource definitions etc from the previous installation or
will I have to do all those again?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 12:59 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically does this mean?

Thanks for your suggestion Robert.  I did that.   Stopped and started the
application server and the executive service tasks (stopped both, then
restarted the executive and app server) . and it didn't make any difference.


Anything else to look at?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks



-Original Message-
From: Robert Polickoski [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 1:06 AM
To: CF-Talk
Subject: Re: Page cannot be displayed .. what specifically does this mean?

Mike,

Based on what you say, and assuming that .htm pages load fine, I
would say that you are correct in your assumption that the CF
server is not running.  I would try to stop and start it from the
Services menu under Control Panel/Administrative Tools (or
something like that).

Robert J. Polickoski
Senior Programmer, ISRD Inc.
(540) 842-6339
[EMAIL PROTECTED]
AIM - RobertJFP



-- Original Message --
From: Michael Kear [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 21 Nov 2002 00:44:41 +1100

In my ongoing adventures with my rogue server, I'm getting a new
problem
now, as I try to solve the permissions thing that was going on
over the last
few days .


Now any .cfm page gives the result The page cannot be displayed
and the
title of the page is cannot find server.

What, specifically does this mean?   Does it mean that the CF
Server is no
longer found by the web server?And what needs to be done to
fix that?
(Environment:  NT4sp6)


(It's now nearly 1am or I'd call the support dept for help here,
so I have
to rely on you guys. I hope you don't mind)


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Douglas.Knudsen
In my experience, yes.  You should be able to do this remotely via
Telnet or one of those glorified telnet tools PCAnywhere or Terminal
Services.  Don't know what OS you are running.

Is this CF5?  Did you check your script mappings in IIS, assuming you
are using winblows?

Doug

-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 9:40 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically does this
mean?


Given the permissions problem I had with the custom tag, and now this
problem with the web server presumably not seeing the CF 
server (even though
the service task is running)  do you think I might be best to 
go the 120km
to the server box and re-install ColdFusion server?


I've never reinstalled CFServer.  Does it do so gracefully? Picking up
settings and datasource definitions etc from the previous 
installation or
will I have to do all those again?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 12:59 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically 
does this mean?

Thanks for your suggestion Robert.  I did that.   Stopped and 
started the
application server and the executive service tasks (stopped both, then
restarted the executive and app server) . and it didn't make 
any difference.


Anything else to look at?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks



-Original Message-
From: Robert Polickoski [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 1:06 AM
To: CF-Talk
Subject: Re: Page cannot be displayed .. what specifically 
does this mean?

Mike,

Based on what you say, and assuming that .htm pages load fine, I
would say that you are correct in your assumption that the CF
server is not running.  I would try to stop and start it from the
Services menu under Control Panel/Administrative Tools (or
something like that).

Robert J. Polickoski
Senior Programmer, ISRD Inc.
(540) 842-6339
[EMAIL PROTECTED]
AIM - RobertJFP



-- Original Message --
From: Michael Kear [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 21 Nov 2002 00:44:41 +1100

In my ongoing adventures with my rogue server, I'm getting a new
problem
now, as I try to solve the permissions thing that was going on
over the last
few days .


Now any .cfm page gives the result The page cannot be displayed
and the
title of the page is cannot find server.

What, specifically does this mean?   Does it mean that the CF
Server is no
longer found by the web server?And what needs to be done to
fix that?
(Environment:  NT4sp6)


(It's now nearly 1am or I'd call the support dept for help here,
so I have
to rely on you guys. I hope you don't mind)


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Michael Kear
Yes, it's WinNT4 sp6, and CF5   The server has been in and stable for ages -
at least 8 months, and just in the last 2 weeks given me problems like this.
I've looked and looked for what changed and I'm damned if I can see what it
is.

We have VNC to log into the console.  We only have to go to the physical
server to change a backup tape or put a CD in to install something.   The CF
CD isn't in the slot so to install CF again I'll have to go over there.
Other wise I can do everything from here.

Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 3:00 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically does this mean?

In my experience, yes.  You should be able to do this remotely via
Telnet or one of those glorified telnet tools PCAnywhere or Terminal
Services.  Don't know what OS you are running.

Is this CF5?  Did you check your script mappings in IIS, assuming you
are using winblows?

Doug

-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 9:40 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically does this
mean?


Given the permissions problem I had with the custom tag, and now this
problem with the web server presumably not seeing the CF
server (even though
the service task is running)  do you think I might be best to
go the 120km
to the server box and re-install ColdFusion server?


I've never reinstalled CFServer.  Does it do so gracefully? Picking up
settings and datasource definitions etc from the previous
installation or
will I have to do all those again?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 12:59 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically
does this mean?

Thanks for your suggestion Robert.  I did that.   Stopped and
started the
application server and the executive service tasks (stopped both, then
restarted the executive and app server) . and it didn't make
any difference.


Anything else to look at?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks



-Original Message-
From: Robert Polickoski [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 1:06 AM
To: CF-Talk
Subject: Re: Page cannot be displayed .. what specifically
does this mean?

Mike,

Based on what you say, and assuming that .htm pages load fine, I
would say that you are correct in your assumption that the CF
server is not running.  I would try to stop and start it from the
Services menu under Control Panel/Administrative Tools (or
something like that).

Robert J. Polickoski
Senior Programmer, ISRD Inc.
(540) 842-6339
[EMAIL PROTECTED]
AIM - RobertJFP



-- Original Message --
From: Michael Kear [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 21 Nov 2002 00:44:41 +1100

In my ongoing adventures with my rogue server, I'm getting a new
problem
now, as I try to solve the permissions thing that was going on
over the last
few days .


Now any .cfm page gives the result The page cannot be displayed
and the
title of the page is cannot find server.

What, specifically does this mean?   Does it mean that the CF
Server is no
longer found by the web server?And what needs to be done to
fix that?
(Environment:  NT4sp6)


(It's now nearly 1am or I'd call the support dept for help here,
so I have
to rely on you guys. I hope you don't mind)


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Douglas.Knudsen
ugh...zip up the install files for CF and FTP them to your box.  I
haven't used VNC before, in PCAnywhere you can transfer files without an
FTP server running.  

good luck

Doug

-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 10:56 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically does this
mean?


Yes, it's WinNT4 sp6, and CF5   The server has been in and 
stable for ages -
at least 8 months, and just in the last 2 weeks given me 
problems like this.
I've looked and looked for what changed and I'm damned if I 
can see what it
is.

We have VNC to log into the console.  We only have to go to 
the physical
server to change a backup tape or put a CD in to install 
something.   The CF
CD isn't in the slot so to install CF again I'll have to go over there.
Other wise I can do everything from here.

Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 3:00 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically 
does this mean?

In my experience, yes.  You should be able to do this remotely via
Telnet or one of those glorified telnet tools PCAnywhere or Terminal
Services.  Don't know what OS you are running.

Is this CF5?  Did you check your script mappings in IIS, assuming you
are using winblows?

Doug

-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 9:40 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically does this
mean?


Given the permissions problem I had with the custom tag, and now this
problem with the web server presumably not seeing the CF
server (even though
the service task is running)  do you think I might be best to
go the 120km
to the server box and re-install ColdFusion server?


I've never reinstalled CFServer.  Does it do so gracefully? Picking up
settings and datasource definitions etc from the previous
installation or
will I have to do all those again?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: Michael Kear [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 12:59 AM
To: CF-Talk
Subject: RE: Page cannot be displayed .. what specifically
does this mean?

Thanks for your suggestion Robert.  I did that.   Stopped and
started the
application server and the executive service tasks (stopped both, then
restarted the executive and app server) . and it didn't make
any difference.


Anything else to look at?


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks



-Original Message-
From: Robert Polickoski [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 1:06 AM
To: CF-Talk
Subject: Re: Page cannot be displayed .. what specifically
does this mean?

Mike,

Based on what you say, and assuming that .htm pages load fine, I
would say that you are correct in your assumption that the CF
server is not running.  I would try to stop and start it from the
Services menu under Control Panel/Administrative Tools (or
something like that).

Robert J. Polickoski
Senior Programmer, ISRD Inc.
(540) 842-6339
[EMAIL PROTECTED]
AIM - RobertJFP



-- Original Message --
From: Michael Kear [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 21 Nov 2002 00:44:41 +1100

In my ongoing adventures with my rogue server, I'm getting a new
problem
now, as I try to solve the permissions thing that was going on
over the last
few days .


Now any .cfm page gives the result The page cannot be displayed
and the
title of the page is cannot find server.

What, specifically does this mean?   Does it mean that the CF
Server is no
longer found by the web server?And what needs to be done to
fix that?
(Environment:  NT4sp6)


(It's now nearly 1am or I'd call the support dept for help here,
so I have
to rely on you guys. I hope you don't mind)


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Followup: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Michael Kear
Alert listers  (or those with altogether too much time on their hands) will
no doubt recall that over the last couple of weeks I've had a problem with
permissions, pages showing page not able to be displayed messages,  and a
custom tag (CFX_CSVtoQuery) not working properly.   There has been some
traffic back and forth on this list about it and I've finally got it solved.
Thought you might like to know what had happened.


Thanks to some 'beyond-the-call-of-duty' help from Dave Watts, we finally
isolated the cause to permissions in one or more folders underneath
C:\CFUSION.This meant that the ColdFusion server had the rights to do
most of what we wanted it to do (which was why it worked away happily for a
couple of weeks), but when  a certain function was called,  the ColdFusion
server didn't have sufficient rights to execute that dll or whatever it was
and crashed.


The cure was to set the permissions correctly.  I did this by going to
explorer on the server console, and setting all the folders and files under
C:\FUSION to have the same rights.


Does anyone see any security problems with doing this?   Is there anything
that resides under C:\FUSION (it's a default installation) that shouldn't
have the same rights as everything else?


I'm most grateful to Dave Watts and I reckon everyone ought to get their
wallets out, tip the contents into an envelope and mail it to Dave for his
untiring help and endless good sense for us all.


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Followup: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread samcfug
No security problems, That is the way it is supposed to be.
CF uses a SYSTEM account and must have full control
permissions set wherever it is run.  This is not clear in
the documentation.

I am glad to hear that you have finally isolated and
resolved the display problem.  I remember sweating blood and
tears getting my server set up to work properly as well.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: Michael Kear [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, November 20, 2002 9:55 PM
Subject: Followup: Page cannot be displayed .. what
specifically does this mean?


|
| The cure was to set the permissions correctly.  I did this
by going to
| explorer on the server console, and setting all the
folders and files under
| C:\FUSION to have the same rights.
|
|
| Does anyone see any security problems with doing this?
Is there anything
| that resides under C:\FUSION (it's a default installation)
that shouldn't
| have the same rights as everything else?
|

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Followup: Page cannot be displayed .. what specifically does this mean?

2002-11-20 Thread Michael Kear
Thanks Doug.  Actually this server has operated flawlessly for months, and
only in the last couple of weeks has had problems.I have no idea how the
permissions got changed, although I do realise that only two people have
access to the server console,  only one person does so regularly, and that
person .. well .. shall I say is not fully convinced that ColdFusion is a
real language.   This person would not have been disappointed at problems
with ColdFusion.


When I started doing work for this client 3 years ago, he was convinced that
the way to go was to use Delphi and strangely enough he was well qualified
to do all that work.  Ever since he has always referred to it as Mike
Kear's Cold Fusion and has been quick to point out any errors in anything
I've done.


But I wouldn't like to cast aspersions at anyone.


Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks


-Original Message-
From: samcfug [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 21 November 2002 4:01 PM
To: CF-Talk
Subject: Re: Followup: Page cannot be displayed .. what specifically does
this mean?

No security problems, That is the way it is supposed to be.
CF uses a SYSTEM account and must have full control
permissions set wherever it is run.  This is not clear in
the documentation.

I am glad to hear that you have finally isolated and
resolved the display problem.  I remember sweating blood and
tears getting my server set up to work properly as well.

=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: Michael Kear [EMAIL PROTECTED]
|
| The cure was to set the permissions correctly.  I did this
by going to
| explorer on the server console, and setting all the
folders and files under
| C:\FUSION to have the same rights.
|
|
| Does anyone see any security problems with doing this?
Is there anything
| that resides under C:\FUSION (it's a default installation)
that shouldn't
| have the same rights as everything else?
|


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com