--
*Russ Michaels*
Blog: www.michaels.me.uk
*skype*: russmichaels
*My other sites/projects*
www.bluethunder.co : SME hosting solutions
www.cfmldeveloper.com: ColdFusion/Railo developer hosting
www.cfsearch.com : ColdFusion search engine
www.cflive.net
you also have to take your disk iops into consideration. If you are on a
VPS then this will give you much slower disk performance, especially if its
not SSD, and actions like this can take a lot longer.
On Wed, Apr 8, 2015 at 11:32 PM, Les Mizzell wrote:
>
> > I'm going to forget about it and
are you sure you do not have the emails set to send as HTML ?
On Tue, Apr 7, 2015 at 1:19 PM, John M Bliss wrote:
>
> In the SMTP Server properties, I changed the IP from one of the IP's on the
> box to "all unassigned" and it worked.
>
> Next question: resulting plaintext emails appear to hav
the only person arguing here is you, you seem very insistent on getting the
last word and one-upping everyone today.
All I have done is assert a fact I know to be true.
On Mon, Apr 6, 2015 at 8:52 PM, Andrew Scott
wrote:
>
> Russ,
>
> *sigh* I think you're arguing with the wro
Scott
wrote:
>
> ârotflmao, as a hosting provider you should know better.â
>
> Regards,
> Andrew Scott
> WebSite: http://www.andyscott.id.au/
> Google+: http://plus.google.com/113032480415921517411
>
>
> On Tue, Apr 7, 2015 at 5:34 AM, Russ Michaels wrote:
>
&g
sorry but you are wrong, as a hosting provider I deal with this all the
time on many many servers.
what I said below is correct.
On Mon, Apr 6, 2015 at 8:23 PM, Andrew Scott
wrote:
>
> Russ,
>
> By default IIS is set to either send Detailed if local or Custom if remote,
> if
by default IIS will display a 500 server error if it gets back a CF error
page as it doesn't know what to do with it as it doesn't send a valid error
code that matches any IIS errors.
In order to see the REAL cf error you have to turn on detailed error
messages in IIS, or you have to create a cust
yes that is true, however debug output is not an error, it is the debugging
information that added to the bottom of a page.
On Mon, Apr 6, 2015 at 1:31 AM, Charles Sheehan-Miles <
char...@sheehanmiles.net> wrote:
>
> With all due respect, thatâs simply not true. IIS, depending on your
> sett
added 127.0.0.1 as a ip to serve debug output to, and I have also
> removed all ips to have debug info served to all ips. Neither results in
> output.
>
> On Sun, Apr 5, 2015 at 4:59 AM, Russ Michaels wrote:
>
> >
> > Do you have any ip restrictions set for the debug
Do you have any ip restrictions set for the debug output?
On Sun, Apr 5, 2015 at 3:49 AM, Mark Spence wrote:
For some reason, suddenly debug output has stopped working on my
development machine. I'm not sure why. I have tried turning it off and
on, restarting the server, restarting the box.
Dave,
you can validate your email addresses automatically simply by using the
Likes of Mailchip, which will validate allthe email addresses when you
submit them and remove the bogus ones, it will also automatically remove
bounce addresses for you as well.
On Fri, Apr 3, 2015 at 1:19 PM, Dave Lo
I suspect they disabled various ssl protocols due to poodle, you should ask
them. The default response ro poodle was to disable everything except
latest tls version, which is not supported out of the box by the jvm that
ships with cf9.
On Mon, Mar 30, 2015 at 18:33 PM, <> wrote:
Hi,
I have an
There is a cffilemanager, also if you look on the Ckeditor site they also
do a file manager, don't recall if there is a xf version. Tinymce also do
one I believe.
On Wed, Apr 1, 2015 at 21:03 PM, Robert Harrison wrote:
I have a client who wants to be able to manage a file library on the serve
:
>
> Russ,
>
> You can make access Run on 64bit - it's just not very easy :) I know I
> know
> I should NOT be encouraging such things (ha).
>
>
> http://www.coldfusionmuse.com/index.cfm/2010/12/31/Access.on.64bit.ColdFusio
> n
>
> -Mark
>
> -Origin
MSAccess does not work since windows server 2008 as the jet drivers do not
exist for 64bit OS, so your host must be running 2003 still on 32bit.
So the days of running MSAccess have already gone years ago, you are just
running on a legacy windows 2003 system, which reaches EOL this July.
If you w
I replied to this days ago but the list rejected it.
if you enabled detailed errors then you might get more details if it is a
CFM issue
however I suspect this is a problem with the cf connector not being to
handle virtual directories, I have not really bothered with cf10/11 so have
not tested t
the common reasons PHP becomes slow is an overloaded server, if the disk IO
is not fast then PHP suffers.
This does not affect CF in the same way because cf templates get cached in
memory by default.
To determine whether one host is going to be any better than another, the
question you need to as
also take a look at this one
http://www.jetbrains.com/youtrack/
On Mon, Mar 23, 2015 at 1:01 PM, Byron Mann wrote:
>
> If it's just issue tracking you are after and not so much project
> management, Jira is really overkill and IMHO overly complex to setup and
> manage anyhow.
>
> PivotalTracke
You will be hard pushed to find anything written in cf, all these days, all
the half decent apps were abandoned years ago and no longer supported our
the site is long dead.
Best place to look is cf411.com or cfseaech.com
On Sun, Mar 22, 2015 at 17:26 PM, Robert Glover wrote:
Is there a decent
I am happy to offer free hosting to get the site back up.
On Sat, Mar 21, 2015 at 0:10 AM, Nolan Erck wrote:
FYI, on the ColdSpring Google group there is now a small discussion about
the ColdSpring docs and making sure they have a good home on a server
somewhere.
-Nolan
On Fri, Mar 20, 201
Brute forcing MD5 hashes is really only going to work if you are still
using weak passwords to begin with and just hashing them. This then works
in exactly the same way as a brute force dictionary attack on a plain
password, except they try the hashed version of the same password.
You should alway
no it certainly is not useless.
The whole point in hashing a value is so that it cannot be decrypted,
typically this is used for passwords.
Imagine a hacker gets into your web app, which is extremely common, then
all your encrypted data is useless, because he has access to your code and
can decry
It is really only intended for development and testing.
details here:
https://wikidocs.adobe.com/wiki/display/coldfusionen/Installing+ColdFusion+Express
On Sun, Mar 8, 2015 at 2:39 PM, Pete Ruckelshaus
wrote:
>
> I manage a very small non-profit organization. I am working on an app for
> inter
the requirement for the jakarta vdir I just find annoying, so I am using
the boncode handler with CF, then all you need is the handler and nothing
else, so you can enable/disable cf via the web.config alone.
On Thu, Mar 5, 2015 at 9:41 PM, Dave Watts wrote:
>
> > I think it did. Then I deleted
I will skype you
On Thu, Mar 5, 2015 at 2:07 AM, Mik Muller wrote:
>
> Standard would be fine.
>
> Mik
>
>
> At 05:49 PM 3/4/2015, Russ Michaels wrote:
>
> >Do you want std or enterprise
> >
> >
> >On Wed, Mar 4, 2015 at 21:18 PM, Mik Mull
Do you want std or enterprise
On Wed, Mar 4, 2015 at 21:18 PM, Mik Muller wrote:
I know that it's no longer supported, but I'm looking to purchase a license
for ACF9. I have a few sites that moving onto a server with no included ACF
licenses. The sites are running under ACF9 and use many tags
extracting the zip ?
On Thu, Feb 26, 2015 at 8:19 PM, John M Bliss wrote:
>
> Working on this:
>
> https://helpx.adobe.com/coldfusion/kb/coldfusion-10-mandatory-update.html
>
> I have the update saved to:
>
> C:\ColdFusion10\cfusion\hf-updates\cf10_mdt_updt.zip
>
> ...and then, from:
>
> C:\Col
in most cases it is just a jar files that you stick in the updates folder.
Have you tried manually downloading the update and seeing what it contains
and if there are any manual install instructions
On Thu, Feb 26, 2015 at 7:59 PM, John M Bliss wrote:
>
> So I'm looking at this:
>
>
> http://bl
id/How-to-install-coldfusion-10-64-bit-on-Windows-Ser/?ALLSTEPS
>
>
> On Wed, Feb 25, 2015 at 5:37 PM, Russ Michaels
> wrote:
>
> >
> > did you already have a JRE installed ?
> > it may be that CF is trying to use your pre-installed java to do the
> > install, try
t; >
> > -Original Message-
> > From: John M Bliss [mailto:bliss.j...@gmail.com]
> > Sent: Wednesday, February 25, 2015 3:15 PM
> > To: cf-talk
> > Subject: Re: ColdFusion_10_WWEJ_win64.exe error
> >
> >
> > Do you know where that's loc
Try running as administrator.
Take a look at the installer log for more info.
On Wed, Feb 25, 2015 at 19:44 PM, John M Bliss wrote:
That's why I:
;-)
I'm constantly posting dumb questions here. :-)
On Feb 25, 2015 2:42 PM, "Russ Michaels" >
wrote:
>
> Hey
Hey everyone does something dumb occasionally ð
On Wed, Feb 25, 2015 at 19:38 PM, John M Bliss wrote:
No.
Come on, Russ, you've "known" me for, like, a decade on here! ;-)
On Feb 25, 2015 2:36 PM, "Russ Michaels" >
wrote:
>
> Not trying to install it o
Not trying to install it on a 32bit os are you?
On Wed, Feb 25, 2015 at 19:32 PM, John M Bliss wrote:
Reinstalling ACF10 64 bit from physical media from Adobe and getting this
when I run the installer:
Fatal Application Error
This Application has Unexpectedly Quit
Invocation of this Java App
Do you have iis6 compatibility mode installed? Rgis can cause odd behaviour.
If so remove all connectors, then remove iis6 mode then recreate connectors
On Wed, Feb 18, 2015 at 5:06 AM, Mark Spence wrote:
I'm trying to make do with using a custom 404 handler in IIS but the
requested template
Unless farcry has some specific features that WP doesn't or you want to
customise it heavily in CFML then i'd go with WP.
Joomla is a more powerful CMS, but it is a clunky, unfriendly, hard to use
monster.
On Thu, Feb 12, 2015 at 5:24 PM, Uwe Degenhardt
wrote:
>
> Hi everybody,
> I know that th
Current method of individual site 404 handlers is a pain but
> more flexible.
>
> On Monday, February 9, 2015, Russ Michaels wrote:
>
> >
> > I deal with many sites that have non existent pages which use URL REWRITE
> > to redirect them.
> > The usual reason is tha
I deal with many sites that have non existent pages which use URL REWRITE
to redirect them.
The usual reason is that the url rewrite rules are not working, or even
that the url rewrite module is not installed.
Have you tried a very simple rule to test of that is working ok ?
On Mon, Feb 9, 2015
It would seem that your url rewriting is not working if you are getting 404
on the original url., otherwise you get error on the rewritten url at least.
On Sun, Feb 8, 2015 at 17:35 PM, Mark Spence wrote:
This is working on the live hosted site, but on my local install of iis and
cf it isn't.
not work.
>
> Sorry to be so much trouble. I just would like to get this to work.
>
> On Sun, Feb 8, 2015 at 2:27 AM, Russ Michaels wrote:
>
> >
> > You need to make sure that the handler path on your site giving the error
> > is added to cgi restrictions and set
You need to make sure that the handler path on your site giving the error
is added to cgi restrictions and set to allow.
On Sat, Feb 7, 2015 at 23:04 PM, Mark Spence wrote:
Thank you for the reply. I googled the error code and found this thread:
http://forums.iis.net/t/1150673.aspx?Am+gettin
firstly you do not want to allow unspecified modules, you simply need to
allow the ColdFusion handler.
have you tried enabling detailed errors so you can actually see what is
causing the 500 internal server ?
On Sat, Feb 7, 2015 at 7:46 PM, Mark Spence wrote:
>
> Sorry, this is both a IIS a
one thing to bear in mind, if you are using shared hositng. If any customer
on the server deletes their collection (i.e. deletes the files or folders)
this completely breaks SOLR for everyone else.
for this reason I would avoid using SOLR unless it will be running on
dedicated hosting.
On Wed, F
tyle classes but beyond that I think it just makes for better code
not to do it inline.
On Wed, Feb 4, 2015 at 0:21 AM, Mosh Teitelbaum
wrote:
Thanks Russ (and Dave).
That's the route I ended up going to. Kind of annoying as I think the
Iif() method produces cleaner code (and I had alrea
If you are going to use a variable that doesn't exist then using this
method will cause you issues as cf will still try to evaluate both sides of
it even if false.
There are ways round it using nested evaluate and de statements, but
frankly it just becomes messy and unreadable, I used to do this
I'll add for the sake of brevity, please don't put application wide cfcs in
session scope, as a hosting provider I have seen this kill a server. 5000
users = 5000 instances of the cfc.
In most cases using a mapping solves the issues you have with cf not
finding the cfc.
On Thu, Jan 29, 2015 at
I suspect this is due to the Apache Axis version you are using. Axis 1 uses
http 1.0 and axis 2 uses http 1.1
I do not know which version CF10/11 use by default, but here is how to
switch version to test this theory
http://milanchandnacf.blogspot.in/2012/07/axis-2-and-axis-1-compatibility-issues.h
, there are no additional licensing fees to any components included
> in CF Server.
>
> One point in response to Russ: if you properly secure your server,
> there really isn't a problem with "relying on the CFIDE folder". Of
> course, it's not easy to properly secur
The problem with using the bundled version as it can easily become out of
date and you are relying on the CFIDE folder again, which is somehting best
avoided. There was a well known security hole in previous version which got
abused big time for upload files to ColdFusion servers.
it is much bett
I would avoid IsValid() it is not reliable and has been blogged about.
try this
https://github.com/teamcfadvance/ValidateThis
On Thu, Jan 15, 2015 at 2:48 PM, Rob Voyle wrote:
>
> Hi Folks
>
> Using CF11
> isValid("email","name@gmail") is returning a "Yes"
>
> Am I missing something or is thi
because it was FREE and used to come on CD with Dreamweaver and CF I believe
On Wed, Jan 14, 2015 at 4:11 AM, Andrew Scott
wrote:
>
> I can never understand why Homesite was so popular, it's bigger brother was
> the better of the two. Which was Studio. But as it is old and ancient and
> not bei
I have tried out a few editors and stuck with sublime as my general all
round text editor. But the tag/function insight and completion for cfml is
not complete and unless you know every attribute of every tag and function
then you have to resort to docs.
I have to say I still have a preference for
your issue.
On Wed, Jan 7, 2015 at 1:20 PM, Parul Bali
wrote:
>
> No worries Russ. Yes, I'm able to access 'CFIDE.websocket.ChannelListener'
> directly using the cfc browser.
>
> Also, it seems that the tag isn't creating the javascript
> websocket object
ok sorry thought you were saying you could not lock down CFIDE cozz you
used web sockets.
are you able to access the CFC directly via the browser using the cfc
browser?
On Wed, Jan 7, 2015 at 12:44 PM, Parul Bali
wrote:
>
> Thanks Russ, we do follow these practices on Production, but
The master CFIDE must be locked down, otherwise you are opening yourself up
to be hacked.
One of the standard best practices I have documented since CF6 is to make a
copy of the CFIDE with only the minimal required files and to use this as
the vDir in your sites if required. This will then contain
it makes no difference to smarterstats, reading one big log is not harder
than reading 185 separate logs.
Logs will get processed faster in fact.
However running separate sites would makes things better from a web
server/performance and bottleneck perspective as you have less traffic
going throug
the installer is straight forward, if you just want a bog standard install,
then that is all you need to do.
The only tweak you may need is to increase the JVM memory as it is only
256MB by default, which you do via the tomcat service manager on the java
tab.
You should also lock down the railo s
is cached somewhere, but I do not know where.
I tried emptying both the template and component caches from the CF admin,
but this did not resolve the issue. Does anyone know how/where CF would be
caching this and how to programmatically refresh it?
On Thu, Dec 18, 2014 at 2:52 PM, Russ Michaels
that is a pretty generic error, but as it only happens after a while you
might solve the problem by caching your object in application scope so it
doesn;t have to be instan tiated every time.
application.bcrypt = CreateObject("java", "BCrypt");
obviously check that it exists before creating it ,
errors as above.
>
> Kerflummoxed.
>
> On Tue, Dec 16, 2014 at 5:50 PM, Gonzo Rock wrote:
> >
> > Good idea... yes... both machines can initiate a telnet connection in
> that
> > it gets to the opening prompt, Welcome to Road Runner... and waits for
> > instruct
can you telnet into the mail server on port 25 from the cf11 machine ?
On Wed, Dec 17, 2014 at 12:11 AM, Gonzo Rock wrote:
>
>
> I am setting up a new CF11 server on my network. Have a CF7 running
> currently too. I am having trouble getting the CF11 server to verify a mail
> server connection.
x27;ed
On Fri, Dec 12, 2014 at 4:11 PM, Chris <0404tow...@gmail.com> wrote:
>
> Nathan, Russ, thanks for the comments.
>
> The application with all the post parameters definitely needs a rewrite.
> Our involvement is only in hosting it. The current owners want it to run
>
Also you need to consider why this limit exits.
What would happen if your form with 2000 fields was dos attacked for
example, have you tested it under load?
If I wanted to take someone's site down, a form like That would be an easy
target.
On Thu, Dec 11, 2014 at 18:36 PM, Nathan Strutz wrote:
there are many browser plugins where you can take screenshots and post
online and send a link. Why not use one of those ?
On Thu, Dec 11, 2014 at 3:13 PM, Torrent Girl wrote:
>
> Steve now my output is off. How do I handle that?
>
> (I wish I could attach images to my posts)
>
>
>
>
> >Your ta
can you show us the actualy query, as a query shouldn't return nothing, it
should return 0 if the count is 0
The only instance where you should get nothing is if there are no rows of
data returned
On Thu, Dec 11, 2014 at 12:23 AM, Torrent Girl
wrote:
>
> Not quite. The value returned in a COUNT
why do you need the 2nd loop rather than simply outputting the value of the
query column from the main loop?
On Thu, Dec 11, 2014 at 12:02 AM, Torrent Girl
wrote:
>
> I am hoping I can explain this correctly.
>
> I have a table which houses responses to a survey.
>
> The columns can have any of
site Railo compatible
too.
5.
On Wed, Dec 10, 2014 at 3:30 PM, Steve LaBadie
wrote:
>
> Thanks for the link Russ
>
> After I did the install I went ahead and did the updates and it crash CF.
> I had to uninstall and re-install. Any ideas or advice?
>
> Steve L
if it is just bulk SMTP you need then www.mandrill.com allows 12,000 per
month for free.
For something more advanced try www.sendgrid.com, they also offer an API
which allows you to send emails without using CFMAIL or SMTP which has its
benefits.
If you want an actual mailing list manager then ma
http://www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/cf11/cf11-lockdown-guide.pdf
On Tue, Dec 9, 2014 at 1:24 PM, Steve LaBadie
wrote:
>
> We have just come out of the dark ages from a Window 2003 server with CF
> MX7 to Windows 2012 R2 with CF11 standard. I just completed the in
Money Pit wrote:
>
> Russ Michaels wrote:
> > doing debugging and load testing on a live production server is generally
> a
> > bad idea.
>
> On general principles, sure... although I'd say that a diagnostic reporter
> like F-R belongs first and foremost on a pr
no, you install FR onto your Railo or CF server, and it integrates with it
by installing an FR JAR file.
If you follow the manual installation instructions you will get a better
idea how it works,
On Tue, Dec 2, 2014 at 5:25 AM, Don wrote:
>
> >There is absolutely no restrictions whatsoever on
on where FR can be
installed, it would be pretty useless if that was the case, you can install
it on any supported OS, FR does not know or care what you are using that
machine for.
On Mon, Dec 1, 2014 at 9:56 PM, Money Pit wrote:
>
> Russ Michaels wrote:
>
> > You don'
gt;Run cfdebugger on those pages
Russ, on our host installing this is not possible right now.
is there anything else you can recommend doing? the issue at present seems
random
~|
Order the Adobe Coldfusion An
I suggest installing fusionReactor and monitoring your local cfserver.
Run some performance/load testing on the app and see what happens, it
should you what pages are having issues
Run cfdebugger on those pages
On Fri, Nov 28, 2014 at 2:03 AM, Don wrote:
>
> Got this custom e-commerce app that
plication Developer/
> Systems Administrator
> CF Webtools
> www.cfwebtools.com
>
> wilg...@trunkful.com
> www.trunkful.com
>
> On Nov 19, 2014, at 4:28 PM, Russ Michaels wrote:
>
> >
> > no I haven't seen it, I even emailed Adobe about it directly and got
no I haven't seen it, I even emailed Adobe about it directly and got no
reply
On Wed, Nov 19, 2014 at 9:49 PM, Michael Grant wrote:
>
> I appreciate your feedback Russ. Thank you. From what I've read there does
> seem to be a fix to the broken SOLR collections. Have you se
you would have been free to do it
yourself had it been your own server.
Thus why I am suggesting you check this rather than just dismiss it because
it doesn't affect you, as when on a shared server you have to consider
everyone.
On Wed, Nov 19, 2014 at 12:24 AM, Michael Grant wrote:
>
&
You can do this with most any sms service, they all provide an API. I use
clickatel, very simple api, can be called with a simple http post or get.
On Tue, Nov 18, 2014 at 23:50 PM, Rick Sanders wrote:
Thanks Bryan,
So it's like online payment. You need a gateway then a payment processor.
-
no it uses the one that comes with cf. I have tried switching solr to 1.7 as
well, same issue
Sent from Windows Mail
From: Dave Watts
Sent: âTuesdayâ, â18â âNovemberâ â2014 â22â:â02
To: cf-talk
> did you check if SOLR still works after the upgrade ?
Doesn't S
did you check if SOLR still works after the upgrade ?
On Tue, Nov 18, 2014 at 3:00 PM, Michael Grant wrote:
>
> I finally have an update here. After much back and forth and having to
> REALLY make a case for why I was able to convince Newtek to update their CF
> servers to run Java 1.7 instead
Are you still running cf under the system account? If so then this is why,
and is also insecure.
You need to run cf as a user who has access to the network share.
If you are still running an out of the box install then you should also
follow the lock down guide.
On Wed, Nov 12, 2014 at 9:15 AM,
you are using 2 EOL products there which are no longer supported or
updated, CF7 and SQL 2000
Windows Server 2003 is EOL in about 7 months, so you will not get any
updates for that either beyond that date.
If you are hosting this off your ADSL, then that presumably means no
firewall other than the
ginal Message-
From: Russ Michaels [mailto:r...@michaels.me.uk ]
Sent: Monday, November 10, 2014 4:21 PM
To: cf-talk
Subject: Re: Redirects
Is there a specific reason you are not using url rewrite?
On Mon, Nov 10, 2014 at 21:17 PM, Steve LaBadie >
wrote:
The Unix box (www) is going away
Is there a specific reason you are not using url rewrite?
On Mon, Nov 10, 2014 at 21:17 PM, Steve LaBadie
wrote:
The Unix box (www) is going away and the www4 (windows box) will be renamed
www. I need to be able to recreate the directory without making a mess out
of the new server directory
se.
>
>
> http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d31851899e53a51353e870493-8000.html
>
> On Mon, Nov 10, 2014 at 9:08 AM, Russ Michaels
> wrote:
>
> >
> > is this a new feature in CF10/11 to install the tasks in DB ?
> >
>
is this a new feature in CF10/11 to install the tasks in DB ?
On Mon, Nov 10, 2014 at 1:37 PM, Byron Mann wrote:
>
> I've seen this before when the CF service suddenly terminates. Could be the
> service terminated during an update to the xml file rendering it empty. A
> subsequent restart of CF
Try setting the maxAllowedContentLength in your web.config
On Mon, Nov 10, 2014 at 2:44 AM, John Blayter wrote:
Yes there is a mismatch on the Content-Length variable. I tried setting it
manually without any luck.
There are no entries in the Output Caching at the global or website level
if you just restore that file from your backups, then everything should be
good again :-)
On Sun, Nov 9, 2014 at 11:37 PM, Sebastian Powell wrote:
>
> >[crickets] :-)
> >
> >
> >
> >
> >
> >
> >
> >--
> >John Bliss - http://www.linkedin.com/in/jbliss
>
> I am experiencing the same issue on CF
I would check the response headers for any hints, you may be getting a
mismatch with the expected content length.
Also, take a look at this setting in IIS and see if disabling it helps:
http://screencast.com/t/H03SiWuabri
If so, then you may just need to tweak the value.
On Sun, Nov 9, 2014 at 5:
Coldfusion?
I guess a lot of these questions I should be asking Hostek...
Rick
-Original Message-
From: Money Pit [mailto:websitema...@gmail.com ]
Sent: Friday, November 07, 2014 6:02 PM
To: cf-talk
Subject: Re: Is time for a change?
Could not agree more with Russ' comments on CF hosti
what often happens is that some clients will have a couple of issues and
will suddenly forget how many years of GREAT service they have had and
threaten to leave at the drop of hat.
So if you have been happen with them till now, then at least talk to them
about your issues.
You did not mention wh
what you really need is a Web Application Firewall which will clean all
form and url params and strip out anything dodgy.
There are plenty of generic web server WAF's, or if you want a CF specific
solution then try FuseGuard.
On Tue, Nov 4, 2014 at 5:26 PM, <> wrote:
>
> >>Like querying malici
if upgrading to Java 7 solves the issue, do also note that this also breaks
SOLR on CF9, or rather CF can no longer communicate with SOLR, so none of
your colelctions will be accessible.
I have contacted Adobe about this, but as usual no response, and with CF9
EOL pending I doubt they ever will.
Send grid et al does have a lot of useful extra features you won't get from
a plain smtp server so depends what you need.
The bounce tracking and reporting is very handy.
On Thu, Oct 30, 2014 at 13:11 PM, Byron Mann wrote:
You could also do something like a small linux EC2 instance and run Po
We use and recommend send grid
On Thu, Oct 30, 2014 at 8:22 AM, Kevin Parker
wrote:
Has anyone had any experience using Send Grid (or even something else) with
CF - just looking for other options for a site rather than using the shared
mail server.
++
Kevin Parker
++
~
its not just Adobe, Java does this as well with their never ending daily
updates.
Sometimes there has been no option to NOT install the other crapware it
wants to put on my computer. It almost seems as though they intentionally
exclude the opt out option because they know people are so used to hav
It could be your application pool, is it running?
Try creating a new one and set site to use that.
On Wed, Oct 22, 2014 at 0:01 AM, Michael Dinowitz <
mdino...@houseoffusion.com> wrote:
I've got an old IIS6 box with CF and iMS on it and all of a sudden the
webserver starts returning "The conne
Have you checked the connectors have been setup properly?
Have you tried internal web server
Have you check runtime logs
Etc
On Wed, Oct 22, 2014 at 7:59 AM, Sathyanarayanan Ramanathan <
sathya0...@gmail.com> wrote:
Dear Phillip,
It is a windows server machine. Now I checked the CF log and it
I have installed Ruby using Web Platform Installer and not had any issues
with CF.
On Mon, Oct 13, 2014 at 10:26 PM, Richard Steele wrote:
>
> Hi Dave, All we want to use Ruby for is to compile SASS into CSS for use
> with Zurb Foundation pages used on our Coldfusion websites. Can this be
> do
Wouldn't url rewriting be better for this?
On Fri, Oct 10, 2014 at 20:46 PM, Robert Glover wrote:
This is as much an Apache question as it is a CF question; I hope this is
acceptable. I posted it to Serverfault several days ago and haven't
gotten any response, and it's become a rather criti
or just get all the email addresses from excel and send them over to a
tored procedure as a list to process in one go.
On Thu, Oct 9, 2014 at 7:22 PM, Dean Lawrence wrote:
>
> Les,
>
> I think that it would probably be more efficient if you imported all the
> records into a temp table and then
1 - 100 of 3723 matches
Mail list logo