RE: Apache, Coldfusion, PHP

2001-09-20 Thread James Maltby
Yes it is. J -Original Message- From: P Broussard [mailto:[EMAIL PROTECTED]] Sent: 20 September 2001 16:38 To: CF-Talk Subject: OT: Apache, Coldfusion, PHP Is it possible to run Coldfusion and PHP with Apache at the same time? TIA Phillip

RE: Apache, Coldfusion, PHP

2001-09-20 Thread Dave Watts
Is it possible to run Coldfusion and PHP with Apache at the same time? Yes, it is. You can generally run as many CGI programs/application servers as you like with a single web server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496

RE: Apache, Coldfusion, PHP

2001-09-20 Thread Jeremy Allen
Yes. Since PHP and ColdFusion are separate Apache modules. Map your .cfm and .cfml files to the ColdFusion dll and map your .php .whatever files to the PHP DLL. Thats the basics of it.. it is dead easy to do. You can have any number of Apache modules. Thanks Jeremy Allen elliptIQ Inc. --

RE: Apache, Coldfusion, PHP

2001-09-20 Thread Jesse Noller
Yes, it is. Jesse Noller Macromedia Server Development [EMAIL PROTECTED] Peter: Egon, this reminds me of the time you tried to drill a hole in your head, remember that? Egon: That would have worked if you didn't stop me. --Ghostbusters the movie -Original