>- see footer for list info -<
Hi Russ,

The page was failing *only* locally as it was being called locally by cfhttp
on the local server. cfhttp doesn't support compression and so it was
failing on any cfschedule task where the target was a local file.

Duncan, I couldn't set the compression to a specific dir as it seems the
default IIS compression affects the whole server or not at all.

However, I have cracked the issue by changing the page suffix from .cfm to
.cfml. I didn't have compression switched on for .cfml suffices, so
cfschedule and cfhttp work fine for .cfml and other users can still get
compressed .cfm files.

Super. Phew. interesting one.

On Wed, Dec 3, 2008 at 5:13 PM, Snake <[EMAIL PROTECTED]> wrote:

> >- see footer for list info -<
> Have a look at http://www.port80software.com/products/ZipEnable/
> I know this works with CF.
>
> But then if you are using the built in http compression, then it doesn't
> matter whether you call your file locally or remotely, it will still be
> compressed, so it seems unlikely that is the problem when your page only
> fails when called locally. You can always just turn off the compression to
> find out for sure.
>
>
> Russ
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Rich Wild
> Sent: 03 December 2008 16:21
> To: Coldfusion Development
> Subject: Re: [CF-Dev] cfmx7 scheduler
>
> >- see footer for list info -<
> Cheers both.
>
> I think I've come across the problem, but not sure how to fix it.
>
> At first I thought it was a permissions problem, but when I ran a test
> cfhttp call to a local page, I got a 'connection closed' message rather
> than
> the expected 'Access denied' message I should have received if it was
> permissions.
>
> A bit more digging reveals its much more likely to do with the fact that
> the
> server is compressing cfm pages (and other filetypes). A bit of research
> here led me to here:
> http://www.coldfusionmuse.com/index.cfm/2008/10/9/cfhttp-troubleshooting
>
> where the solution is to add some cfhttpparam headers to the cfhttp call to
> prevent the server sending the content as compressed.
>
> However, I'm trying to use cfschedule here - is it possible to add these
> headers to a cfschedule scheduled cfhttp call?
>
> If not, then the only solution is to remove IIS compression, which I don't
> want to do as I'm running a data-heavy site.
>
> Hmmmmm. Any clues?
>
> On Wed, Dec 3, 2008 at 4:06 PM, Tom Chiverton
> <[EMAIL PROTECTED]>wrote:
>
> > >- see footer for list info -<
> > On Wednesday 03 Dec 2008, Rich Wild wrote:
> > > page on a local site (run via its full url though), the scheduler fails
> > > giving me one of about 20 reasons.
> >
> > Whats the exact error(s).
> >
> > --
> > Tom Chiverton
> >
> >
> >
> > ****************************************************
> >
> > This email is sent for and on behalf of Halliwells LLP.
> >
> > Halliwells LLP is a limited liability partnership registered in England
> and
> > Wales under registered number OC307980 whose registered office address is
> at
> > Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
> > list of members is available for inspection at the registered office
> > together with a list of those non members who are referred to as
> partners.
> >  We use the word "partner" to refer to a member of the LLP, or an
> employee
> > or consultant with equivalent standing and qualifications. Regulated by
> the
> > Solicitors Regulation Authority.
> >
> > CONFIDENTIALITY
> >
> > This email is intended only for the use of the addressee named above and
> > may be confidential or legally privileged.  If you are not the addressee
> you
> > must not read it and must not use any information contained in nor copy
> it
> > nor inform any person other than Halliwells LLP or the addressee of its
> > existence or contents.  If you have received this email in error please
> > delete it and notify Halliwells LLP IT Department on 0870 365 2500.
> >
> > For more information about Halliwells LLP visit www.halliwells.com.
> >
> > _______________________________________________
> >
> > For details on ALL mailing lists and for joining or leaving lists, go to
> > http://list.cfdeveloper.co.uk/mailman/listinfo
> >
> > --
> > CFDeveloper Sponsors:-
> > >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
> > >- Lists hosted by www.Gradwell.com -<
> > >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help
> -<
> >
> _______________________________________________
>
> For details on ALL mailing lists and for joining or leaving lists, go to
> http://list.cfdeveloper.co.uk/mailman/listinfo
>
> --
> CFDeveloper Sponsors:-
> >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
> >- Lists hosted by www.Gradwell.com -<
> >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
>
>
>
> _______________________________________________
>
> For details on ALL mailing lists and for joining or leaving lists, go to
> http://list.cfdeveloper.co.uk/mailman/listinfo
>
> --
> CFDeveloper Sponsors:-
> >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
> >- Lists hosted by www.Gradwell.com -<
> >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
>
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to