Re: IDE for coldfusion 9

2010-02-09 Thread Shannon Peevey
i use the current cfeclipse w cf9 and have no issues speeves On Tue, Feb 9, 2010 at 1:13 PM, fun and learning funandlrnn...@gmail.comwrote: Hi, Can anyone tell me if there is a new CFEclipse plugin for Coldfusion 9? ~|

Re: Load-balancing servers

2009-12-10 Thread Shannon Peevey
Here is a couple of Clustering FAQs that I wrote back in 2007, which may have some points of interest for you: http://speeves.erikin.com/2007/02/how-to-setup-apache-2-with-coldfusion-7.html http://speeves.erikin.com/2007/01/coldfusion-clustering-faq.html speeves On Thu, Dec 10, 2009 at 9:52

copy of cf-mode.el

2009-12-01 Thread Shannon Peevey
Hi, I was wondering if anyone has a copy of cf-mode.el that they could send? It was a coldfusion mode for EMACS, and I am wanting to peruse the source again. thanks, speeves ~| Want to reach the ColdFusion community with

Re: .htaccess file for ColdFusion?

2009-11-30 Thread Shannon Peevey
Apache mod_rewrite is definitely one of the most powerful tools in your web hosting toolkit. http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html Here is an example of what you want to do: http://stackoverflow.com/questions/552641/apache-modrewrite-and-php-argumentsomething/552647#552647 take

Re: .htaccess file for ColdFusion?

2009-11-30 Thread Shannon Peevey
This is probably a better example/thread: http://www.webmasterworld.com/forum92/5664.htm On Mon, Nov 30, 2009 at 3:13 PM, Shannon Peevey spee...@stolaf.edu wrote: Apache mod_rewrite is definitely one of the most powerful tools in your web hosting toolkit. http://httpd.apache.org/docs/2.2/mod

Re: Education

2009-10-23 Thread Shannon Peevey
Since I have only used Coldfusion in academic institutions, it is pretty much 100% in my experience. But, this is probably not indicative of a true cross-section :) On Fri, Oct 23, 2009 at 8:57 AM, Phillip Vector vec...@mostdeadlygame.comwrote: Just curious.. I've seen allot of jobs

Re: warm stand by for a coldfusion application

2009-09-14 Thread Shannon Peevey
You can configure your load-balancers to have sticky sessions, or route traffic however you like. The only problem is price, and is it overkill for this situation. Your IP change is the cheapest and simplest. It will also have a period of downtime until you can get to the server to make the

Re: SSH Telnet - ColdFusion

2009-07-27 Thread Shannon Peevey
What about using a JAVA library? http://commons.apache.org/net/apidocs/org/apache/commons/net/telnet/package-summary.html http://www.alphaworks.ibm.com/tech/sshlite http://www.alphaworks.ibm.com/tech/sshlitespeeves On Mon, Jul 27, 2009 at 11:25 AM, Jordan Michaels jor...@viviotech.netwrote:

Re: Switched from CF to Java - need tool recommendations

2009-06-25 Thread Shannon Peevey
Hi D, Eclipse with Quantum DB could be an option for you. Good luck, speeves On Thu, Jun 25, 2009 at 8:10 AM, coldfusion.develo...@att.net wrote: t ~| Want to reach the ColdFusion community with something they want? Let

Re: Ubuntu - how WinXP compatible?

2009-06-17 Thread Shannon Peevey
Hi Mike, This is off-topic for this mailing list. You can contact me off-list if you like. I have run both, plus have some insight into the multimedia packages on GNU/Linux. thanks, speeves On Wed, Jun 17, 2009 at 7:22 AM, Mike Kear afpwebwo...@gmail.com wrote: I'm rebuilding a system and

Re: Deploying to a server farm

2009-06-17 Thread Shannon Peevey
We used a shared SAN, so all instances of Coldfusion were looking at the same code, and then had shell scripts that would ssh into the boxes and restart the appropriate Coldfusion instances. I have also seen instances in which code is mirrored on each box, using rsync, or shell scripts to push

Re: cf8 help with japanese characters

2009-06-10 Thread Shannon Peevey
On Wed, Jun 10, 2009 at 6:32 AM, mike pop mikepoplaw...@gmail.com wrote: I've been struggling with a cf8 and database issue involving japanese characters for almost 2 weeks now. using cf8 and either mysql server or microsoft sql server 2008 express (both give me the same result), i am

Re: (ot) Who takes care of this site? ;-))

2009-05-12 Thread Shannon Peevey
whois is our friend :) Robert has been contacted. On Tue, May 12, 2009 at 8:41 AM, Gerald Guido gerald.gu...@gmail.comwrote: Not to add insult to injury but this is too funny. From the domain tools listing page: Front Page Information Website Title: HaCKeD By

Re: (ot) Who takes care of this site? ;-))

2009-05-12 Thread Shannon Peevey
spiders through the whois.cfm, which would make a brute force attack fairly easy... Just a heads-up for anyone running this software. speeves On Tue, May 12, 2009 at 8:47 AM, Shannon Peevey spee...@stolaf.edu wrote: whois is our friend :) Robert has been contacted. On Tue, May 12, 2009 at 8

Re: Deploying to multiple production servers

2009-03-12 Thread Shannon Peevey
These are all good ideas. just a reminder to cksum the code after it is installed to verify that the right code was installed on all machines. On Thu, Mar 12, 2009 at 2:45 PM, Philip Kaplan pkap...@gmail.com wrote: Let's say you have a CF application that needs to run on 100 identical

Re: Moving a ColdFusion server.

2009-03-04 Thread Shannon Peevey
Did you restart apache? On 3/4/09, Ian Skinner h...@ilsweb.com wrote: Is there anything about moving a ColdFusion server to a new IP address that affects Jrun and|or ColdFusion. We just moved a new production box from within our firewall to our external DMZ which gives it new IP address.

Re: Client IP changes on SSL- tricks load balancer

2009-02-25 Thread Shannon Peevey
O On Wed, Feb 25, 2009 at 2:09 PM, Jason Fisher ja...@wanax.com wrote: In a hardware load-balanced environment, I have always used Client vars rather than Session. (Just make sure you store them in the DB, not in the Registry.) Basically, the Client vars are a contract between the browser

Re: CFFTP connection problems

2009-02-23 Thread Shannon Peevey
Can you telnet from the coldfusion to the remote host? telnet remote.myserver.com 21 If you get something like this: Escape character is '^]'. 220 (vsFTPd 2.0.1) Then there is nothing blocking communication to the remote FTP server. That way, you can remove that from the list of problems, and

Re: CFFTP connection problems

2009-02-23 Thread Shannon Peevey
s/the coldfusion/the coldfusion server/ On Mon, Feb 23, 2009 at 1:19 PM, Shannon Peevey spee...@stolaf.edu wrote: Can you telnet from the coldfusion to the remote host? telnet remote.myserver.com 21 If you get something like this: Escape character is '^]'. 220 (vsFTPd 2.0.1

Re: Spam Assassin is assassinating my server!

2009-02-23 Thread Shannon Peevey
The easiest is to install spamassassin on your local machine and run your messages through them. The issues are: 1. spamassassin auto-learns, so other sites are not going to have the same results as you will. 2. spamassassin also checks headers, so they will play a role in the remote scoring,

Re: CFFTP connection problems

2009-02-23 Thread Shannon Peevey
I can telnet from my computer (client) to the coldfusion webserver if I type telnet myserver.com 21. Typing remote.myserver.com 21 I get a connection refused error. Just to make sure we are all clear. The coldfusion server is our webserver. So when I test the cfftp action=open

Re: Spam Assassin is assassinating my server!

2009-02-23 Thread Shannon Peevey
Are you sure that it is spamassassin? Could it be Greylisting? On Mon, Feb 23, 2009 at 3:38 PM, Claude Schneegans schneeg...@internetique.com wrote: In my case, I think the problem is related to 8bits bytes subject and addresses. So spam Assassin is forcing applications to use middle age

Re: Clustering with Synchronization/Mirroring

2009-02-18 Thread Shannon Peevey
At one location, we NFS mounted our webroot to our web server boxes, and coldfusion machines, which worked well. I have also worked in a high-traffic environment, where the preference was to perform scheduled implementations on all boxes. In this case, we would deploy the whole code base to each

Re: Flat File as a Database?

2009-01-26 Thread Shannon Peevey
What about creating a CFC which handles your delimited text file (using CFFILE)? just mimic the sql commands if its easier to remember: insert delete update select Within your select you would wrap your matching line in a ListToArray() function and pass your result sets back as a query. Then it

Re: Flat File as a Database?

2009-01-26 Thread Shannon Peevey
Within your select you would wrap your matching line in a ListToArray() function and pass your result sets back as a query. Just to clarify, you would split the line into and array, and build a custom query: http://www.devx.com/webdev/Article/27963

Re: Flat File as a Database?

2009-01-26 Thread Shannon Peevey
ie /etc/{group,passwd,resolv.conf} On Mon, Jan 26, 2009 at 9:27 AM, Dave Watts dwa...@figleaf.com wrote: May be the problem is your interpretation of the term flat file. A database is a structured set of data. A flat file is an unstructured file, then by definition cannot be a database.

Re: Flat File as a Database?

2009-01-25 Thread Shannon Peevey
Umm... I have never thought it a good business practice to call a client stupid. Just my .02 Speeves On 1/25/09, Claude Schneegans schneeg...@internetique.com wrote: Honestly, I don't even know where to start. If the client is that stupid, use an Access database, and tell him it's a flat

Re: HIPAA compliance and server setup

2009-01-13 Thread Shannon Peevey
I would check out this link which should have the information that you are looking for: https://www2.sans.org/reading_room/whitepapers/hipaa/hipaacompliant_configuration_guidelines_for_information_security_in_a_medical_center_environment_891 speeves On Tue, Jan 13, 2009 at 4:54 PM, Dan Crouch

Re: Is it possible to use a CF variable in jQuery?

2009-01-12 Thread Shannon Peevey
I found that you need to include javascript w cf variables in the .cfm file, and not a .js file (for obvious reasons). Speeves On 1/12/09, Gerald Guido gerald.gu...@gmail.com wrote: is it a good idea to mix coldfusion markup and javascript? Try doing it with PHP or mixing and escaping it

Re: Dreamweaver Locking

2008-12-12 Thread Shannon Peevey
Webdav also locks files. Just use it as your publishing protocol. On 12/11/08, James Holmes james.hol...@gmail.com wrote: Yes, DW's locking scheme is a simple text file named after the locked file with an extra .LCK extension. It contains the following: Some Name||some.em...@somewhere.com

Re: Source Control Method

2008-12-11 Thread Shannon Peevey
On Thu, Dec 11, 2008 at 11:23 AM, Phillip M. Vector [EMAIL PROTECTED] wrote: Instead of source control... Is there a program that replicates dreamweavers checkin-checkout system so I don't need to load it to check files in or out of the server? On Thu, Dec 11, 2008 at 10:48 AM, Torrent

Re: charts in pdf's

2008-12-02 Thread Shannon Peevey
Hi Tony, Could you please send code? It would be difficult to troubleshoot without seeing how you are inserting the chart. thanks, speeves On Tue, Dec 2, 2008 at 10:23 AM, Tony [EMAIL PROTECTED] wrote: hi there. i am having an issue, and ive googled all i can google. i simply cannot get a

Re: CF 8 - Multiple Site Issue

2008-11-20 Thread Shannon Peevey
I would check the webroot on IIS. It sounds like it is configured for the wrong location for 3 Speeves On 11/20/08, Brad Haas [EMAIL PROTECTED] wrote: I've got CF 8 set up on a Windows 2003 SP 2 box using IIS. I have three sites running: (1) Default C:\Inetpub\wwwroot (2) Test

Re: Prevent direct access to XML data file?

2008-11-20 Thread Shannon Peevey
Hi jeffrey There are a lot of variables here. What platform, read/write limits, directly through a browser, or through cf? Blocking browser calls is fairly easy through access control on the web server. The best probable way would be to throw it in a secured directory (ie _private), and then

Re: Apache not working

2008-11-08 Thread Shannon Peevey
are you seeing this in your web browser? This is usually an error that you see wheb you are starting apache, not browsing. What do the apache error logs say? Speeves On 11/7/08, Fawzi Amadu [EMAIL PROTECTED] wrote: I have setup apache along with Coldfusion on a dedicates server. My problem is

Re: Open Source Document Management System

2008-11-05 Thread Shannon Peevey
On Wed, Nov 5, 2008 at 7:30 AM, Peter Boughton [EMAIL PROTECTED] wrote: I am always confused by dual-licensed Free software. I don't understand how you can distribute the same software with two different licenses, and still enforce the letter of the AGPLv3... (Which is used to give the

Re: Where are the DSN's stored on CF 7 Standard

2008-11-05 Thread Shannon Peevey
/path/to/coldfusion/lib/neo-query.xml On Wed, Nov 5, 2008 at 2:04 PM, Gerald Guido [EMAIL PROTECTED] wrote: We need to swap out about 70 or so DSN's to a new MSSQL server. I can't remember where these are stored. Is it in an XML file. I can't remember. I would like to avoid doing them all

Re: Open Source Document Management System

2008-11-04 Thread Shannon Peevey
I am always confused by dual-licensed Free software. I don't understand how you can distribute the same software with two different licenses, and still enforce the letter of the AGPLv3... (Which is used to give the recipient of the code the same rights to distribution as the original creator).

Re: Script to move email to from undelivr to spool?

2008-11-03 Thread Shannon Peevey
What platform are you on, and what is the criteria needed to move the messages? Speeves On 11/3/08, Nick Gleason [EMAIL PROTECTED] wrote: Hi folks, We need to develop a script that can move mail from the undelivr folder to the spool folder in CF. My recollection is that there was some talk

Re: Redirecting

2008-10-31 Thread Shannon Peevey
You could use something like CGI.REMOTE_ADDR or CGI.REMOTE_HOST, but these may or may not work, if you are behind a load-balancer, and they are not passing the x-remote-addr header back to you, or if the end user is coming through a proxy... On Fri, Oct 31, 2008 at 11:19 AM, Developer MediaDoc

Re: LDAP Query Performance question

2008-10-31 Thread Shannon Peevey
Here is a link to information about optimizing and profiling ldap queries to AD: http://robbieallen.com/downloads/RAllen_LDAP_Searching.ppt On Fri, Oct 31, 2008 at 11:25 AM, Burns, John D [EMAIL PROTECTED] wrote: I have a query of a SQL table that returns to me a bunch of usernames. From that,

Re: LDAP Query Performance question

2008-10-31 Thread Shannon Peevey
LDAP is optimized for reading, so I would assume that tens of thousands of requests per second shouldn't phase it. (OpenLDAP 2.4 can handle 32,000 per second, (I can't seem to find a number for Active Directory)). speeves On Fri, Oct 31, 2008 at 2:45 PM, Dawson, Michael [EMAIL PROTECTED]wrote:

Re: LDAP Query Performance question

2008-10-31 Thread Shannon Peevey
My point exactly :) On Fri, Oct 31, 2008 at 3:17 PM, Dawson, Michael [EMAIL PROTECTED]wrote: AD can handle 32,001 ;^) -Original Message- From: Shannon Peevey [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 3:06 PM To: cf-talk Subject: Re: LDAP Query Performance question

Re: url rewrite question

2008-10-26 Thread Shannon Peevey
I start thinking Apache when I see complex rewrite needs. Apache's mod_rewrite is amazing :) On Sun, Oct 26, 2008 at 1:43 PM, Rick Root [EMAIL PROTECTED]wrote: So I want to set up multiple web site subdirectories that all use the same code. www.somedomain.com/site01/

Re: Proper Authentication with CFLDAP?

2008-10-24 Thread Shannon Peevey
There are three types of binds that a LDAP server can be configured for: 1. anonymous - the tree is world readable, so no credentials are checked, and your search has all of the rights granted to anonymous 2. user bind - the user authenticates against the tree, and has rights granted based upon

Re: Proper Authentication with CFLDAP?

2008-10-23 Thread Shannon Peevey
Yes, this would let you know that they are authenticated. It assumes that you LDAP server allows users to read from the tree. I'm not sure about using the full DN to the object with the start key. I always use the people container. Here is my example: cfldap name=authenticate

Re: docx (office 2007) from CF? (Cross)

2008-10-14 Thread Shannon Peevey
Perfectly possible in a PDF file format. Sometimes without paying Adobe (OpenOffice v3, for example). I'm just a poor country chicken... but this here OpenOffice don't seem like it's Word. Seriously tho' - the requirement is to do this in Word. It's nonsensical to suggest non-Word

Re: docx (office 2007) from CF? (Cross)

2008-10-13 Thread Shannon Peevey
On Mon, Oct 13, 2008 at 10:17 AM, Loathe [EMAIL PROTECTED] wrote: I have to create very large (sometimes hundreds of pages) word documents from CF with some pretty specific formatting and layout rules. I've been using iText to create some basic word docs, but as soon as they get too large CF

Re: reading xml into a database

2008-10-12 Thread Shannon Peevey
Hi Mike, What issues are you having? It is hard to tell from the description. thanks, speeves On Sun, Oct 12, 2008 at 10:52 PM, Mike Little [EMAIL PROTECTED]wrote: hi guys, am hoping someone will find this one very easy... need to read the following xml child nodes into a database,

Re: cfmail - Mail sending problem

2008-10-08 Thread Shannon Peevey
In the good ol' days, cfmail used to limit the number of recipients. I'm not sure if this is still there. I would also look at your smtp server, and any spam tools that it is using, which could assume that someone dumping X number of messages into it is a spammer. Usually, something like

Re: Two CF 8.01 Clustering problems

2008-10-08 Thread Shannon Peevey
On 1): have you checked * Use J2EE session variables * ? You have to use J2EE session variables in a clustered environment.. On Thu, Oct 2, 2008 at 12:56 AM, James Holmes [EMAIL PROTECTED]wrote: We're hoping to set up some monitoring to work that out. If there's a verbose log level I can turn

Re: Two CF 8.01 Clustering problems

2008-10-08 Thread Shannon Peevey
/ 2008/10/9 Shannon Peevey [EMAIL PROTECTED] On 1): have you checked * Use J2EE session variables * ? You have to use J2EE session variables in a clustered environment.. On Thu, Oct 2, 2008 at 12:56 AM, James Holmes [EMAIL PROTECTED] wrote: We're hoping to set up some monitoring to work

Re: cfmail + gmail

2008-09-30 Thread Shannon Peevey
If it works, don't fix it :) On Tue, Sep 30, 2008 at 8:40 AM, Adrian Lynch [EMAIL PROTECTED]wrote: Can anyone say whether useTLS=true and/or useSSL=true are needed in cfmail to send via a Google hosted email account? The following works for me: cfmail server=smtp.gmail.com

Re: what sorta date?

2008-09-29 Thread Shannon Peevey
It's probably defined internally in the db. I would check your db documentation, and then use CF to format the returned values. Easy-peasy :) On Mon, Sep 29, 2008 at 8:26 AM, daniel kessler [EMAIL PROTECTED] wrote: I have a date being returned to me. It's not a normal date as I'm used to

Re: My first attempt to install 64bit CF did not go well...

2008-09-25 Thread Shannon Peevey
Is coldfusion firing up? Or, is it failing when you try to start the server? It appears to me that your issue is simply configuring the web server to use coldfusion. If this is true, this post may be of use: http://www.talkingtree.com/blog/index.cfm/2007/8/28/ColdFusion8-64-bit-mode-Solaris As

Re: / by zero error

2008-09-23 Thread Shannon Peevey
Just reaching, but are the operating systems the same on both machines? The versions of Java? speeves On Tue, Sep 23, 2008 at 9:08 AM, Scott Taylor [EMAIL PROTECTED]wrote: I have two applications running on CF8 Enterprise in a multiple-instance cluster. In one, I have no problems. In the

Re: / by zero error

2008-09-23 Thread Shannon Peevey
Can you include the stack trace as well, please? thanks, speeves On Tue, Sep 23, 2008 at 12:51 PM, Josh Nathanson [EMAIL PROTECTED]wrote: Could you try hardcoding the CreateTimeSpan(0,2,0,0) into the cfapplication tag, and at least see if that works? -- Josh - Original Message -

Re: (ot) Setting up an SVN on Localhost

2008-09-23 Thread Shannon Peevey
Check this page out: http://docs.codehaus.org/display/GEOT/SVN+Windows svn can be accessed locally, (ie through a local client), through webDAV, or through svnserve, (the built-in server). The link above helps you to setup the command line client. speeves On Tue, Sep 23, 2008 at 1:30 PM, Rob

Re: / by zero error

2008-09-23 Thread Shannon Peevey
It looks to me as if your session timeout variable is empty, causing the : java.lang.ArithmeticException: / by zero at coldfusion.util. CaseInsensitiveMap.findStringKey(CaseInsensitiveMap.java:122) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at

Re: / by zero error

2008-09-23 Thread Shannon Peevey
It looks to me as if your session timeout variable is empty, causing the : java.lang.ArithmeticException: / by zero at coldfusion.util. CaseInsensitiveMap.findStringKey(CaseInsensitiveMap.java:122) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at

Re: Logging to db vs txt file

2008-09-22 Thread Shannon Peevey
What about using log4j? It come with Coldfusion ( ./lib/log4j-1.2.12.jar with CF8), and abstracts your logging methods. (The target of the log output can be a file, an OutputStream, a java.io.Writer, a remote log4j server, a remote Unix Syslog daemon, or many other output targets.)

Re: Logging to db vs txt file

2008-09-22 Thread Shannon Peevey
I guess I didn't really answer your question :P I have always seen text files used for high-volume sites. On Mon, Sep 22, 2008 at 4:43 PM, Shannon Peevey [EMAIL PROTECTED] wrote: What about using log4j? It come with Coldfusion ( ./lib/log4j-1.2.12.jar with CF8), and abstracts your logging

Re: Logging to db vs txt file

2008-09-22 Thread Shannon Peevey
]wrote: Shannon, Thanks for your response. Log4j looks interesting. But, is that usable with IIS? The (brief) research I've just done on it seems to focus on apache. Nick -Original Message- From: Shannon Peevey [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 5:44 PM

Re: Google for Domains, mail not being sent

2008-09-21 Thread Shannon Peevey
If your smtp config (from the other thread) is right, then you are using the wrong smtp server. Change it to smtp.gmail.com. Speeves On 9/20/08, Dan O'Keefe [EMAIL PROTECTED] wrote: Chuck, I don't think your SMTP server is correct and not sure if you should list all of the other's as

Re: CF and PHP same server

2008-09-17 Thread Shannon Peevey
Prefork is essentially the same model as Apache 1.3, so should be able to handle most volumes that you throw at it. Unless, of course, you get enough to need to load-balance :) On Tue, Sep 16, 2008 at 6:56 PM, James Holmes [EMAIL PROTECTED]wrote: PHP requires a single threaded webserver (as

Re: debugging when invoking cfc's

2008-09-17 Thread Shannon Peevey
I am interested here as well, as debugging coldfusion code is mostly involving cfdump tags in strategic places... Does the Eclipse plug-in give any more information than the CF Debugging output? Hope this doesn't hi-jack the thread, speeves On Wed, Sep 17, 2008 at 1:23 PM, Richard White [EMAIL

Re: capture url variable?

2008-09-16 Thread Shannon Peevey
Here is a link to a tutorial: http://www.peachpit.com/articles/article.aspx?p=30497seqNum=9 Here is my take on it with a meta-refresh: meta http-equiv=refresh content=0; url=http://localhost/ cfoutput?#URL.myvar#/cfoutput But, it is pretty much 5pm, so I wouldn't trust it :) speeves On Tue,

Re: Multiple Instances and Clustering

2008-09-12 Thread Shannon Peevey
What happens when you shutdown the master node? Could it be a firewall setup which is blocking communication between nodes? On Fri, Sep 12, 2008 at 8:11 AM, Scott Taylor [EMAIL PROTECTED]wrote: I have a CF cluster I just set up with three instances - Master, and two additional. When I start

Re: Multiple Instances and Clustering

2008-09-12 Thread Shannon Peevey
Here is a blog entry that details the configuration for Apache (disclaimer: I wrote it): http://speeves.erikin.com/2007/01/coldfusion-clustering-faq.html To manually run the connector: *Tip: *(Server configuration only) To use the command line, open the batch files located in

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Shannon Peevey
Yes, this might be better handled by a PHP specific list: http://www.php.net/mailing-lists.php thanks, speeves On Tue, Jul 29, 2008 at 1:51 PM, Mike Kear [EMAIL PROTECTED] wrote: It's Off-Topic for this list, so I guess off line would be better to handle this, but i have a hosting client

Re: I need help with a PHP question - off line i guess

2008-07-29 Thread Shannon Peevey
On Tue, Jul 29, 2008 at 2:16 PM, Mike Kear [EMAIL PROTECTED] wrote: Thanks, Shannon but i was hoping to avoid those weenies. Any time i've asked them for help with anything i've got lectures about using the anti-Christ's products, instead of open source, but not actually any help. I think

Re: Using a function outsideof the call page.

2008-07-25 Thread Shannon Peevey
On Fri, Jul 25, 2008 at 8:36 AM, Matthew Irwin [EMAIL PROTECTED] wrote: I am currently calling a cffunction that is on the same page using cfset myVar = GetVar(Toy). The GetVar is written on the same page. However I want to call another function the same way but it is on a diffrent page. Is

Re: Using a function outsideof the call page.

2008-07-25 Thread Shannon Peevey
Dave Dave, Thanks. Is one peffered over the other? Is one more friendly to understand when reading the code? The cfinclude idea is the simplest. You are just including normal coldfusion code into the file. I tend to use the various options for different things within the same

Re: SOT: Load testing software for website with AD integrated authentication

2008-07-23 Thread Shannon Peevey
On Wed, Jul 23, 2008 at 2:18 PM, Burns, John D [EMAIL PROTECTED] wrote: We're having some serious trouble with an internal website that uses IIS pass-through authentication that logs you in automatically based on the user you're logged into your computer as. The problem is, I can't find any

Re: Apache .htaccess versus httpd.conf

2008-07-17 Thread Shannon Peevey
On Thu, Jul 17, 2008 at 3:48 PM, Ian Skinner [EMAIL PROTECTED] wrote: We need to create a couple of redirect directives for some moved content on our websites. Do we have to create an .htaccess file for the directory as all the documentation I have read alludes to or can we just put the

Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Shannon Peevey
On Wed, Jul 16, 2008 at 4:13 PM, Rick Faircloth [EMAIL PROTECTED] wrote: Just to let you know... KickAssVPS.com cut me a deal for $100 per month on a VPS with these specs: (Normally $130) At these prices, wouldn't purchasing a Coldfusion license from Adobe, and renting a dedicated server

Re: Anybody have exerience with KickAssVPS.com?

2008-07-16 Thread Shannon Peevey
On Wed, Jul 16, 2008 at 4:41 PM, Rick Faircloth [EMAIL PROTECTED] wrote: Hmmm... let me look at ServerPronto's site... - Intel Pentium 4, 3 GHz (as opposed to a Quad Core Pentium) - 1 GB RAM (Half as much) - 160 GB HDD (as opposed to 30 GB data space) - 800 GB Traffic Bandwidth (only 200 GB

Re: workarounds for cfldap MS AD SSLv3 / TLSv1

2008-07-11 Thread Shannon Peevey
On Fri, Jul 11, 2008 at 8:34 AM, Jochem van Dieten [EMAIL PROTECTED] wrote: I am trying to figure out the best way to connect a CF 8.01 application to a Win2003 AD over secure LDAP. I have no need for client certificates (no authentication, just confidentiality and integrity protection).

Re: PHP CF 8 on Linux

2008-07-10 Thread Shannon Peevey
Works fine on Debian and Ubuntu as well. On Wed, Jul 9, 2008 at 8:42 PM, Gerald Guido [EMAIL PROTECTED] wrote: Thrice. Working on getting Railo 3 beta and Apache Tom Cat to do the same. Got it working on Winders... Centos is next. ~G~ On Wed, Jul 9, 2008 at 9:25 PM, denstar [EMAIL