Re: What about Apache? (was Re: Zeus Web Server)

2000-10-25 Thread Todd Ashworth

--- snip ---
| I don't know whether Zeus provides other API interfaces besides ISAPI. If
it
| supported NSAPI, you might be able to get CF to talk to it through that.
--- snip ---

It supports:
NSAPI
ISAPI
ZDAC
FastCGI
LDAP

I would like to do some reading on this.  Does anyone have any links to more
info on these and using them with CF?

Todd Ashworth



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: What about Apache? (was Re: Zeus Web Server)

2000-10-25 Thread Stewart McGowan

I contacted Zeus this morning and asked about CF and Zeus, and they seem to
think it shouldn't be a problem. Their support web site has this information
on integrating coldfusion;

http://support.zeus.com/products/coldfusion.html

I've not tried it yet as i've not found a spair server, but i'm stripping a
development one down this weekend just for this, not that i don't have a
life or anything.. ;)

Stew



 I would like to do some reading on this.  Does anyone have any links to
more
 info on these and using them with CF?

 Todd Ashworth

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: What about Apache? (was Re: Zeus Web Server)

2000-10-25 Thread Todd Ashworth

That's exactly what I was looking for.  Thanks!

Todd Ashworth

- Original Message -
From: "Stewart McGowan" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, October 25, 2000 9:52 AM
Subject: RE: What about Apache? (was Re: Zeus Web Server)


| I contacted Zeus this morning and asked about CF and Zeus, and they seem
to
| think it shouldn't be a problem. Their support web site has this
information
| on integrating coldfusion;
|
| http://support.zeus.com/products/coldfusion.html
|
| I've not tried it yet as i've not found a spair server, but i'm stripping
a
| development one down this weekend just for this, not that i don't have a
| life or anything.. ;)
|
| Stew



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: What about Apache? (was Re: Zeus Web Server)

2000-10-25 Thread Stewart McGowan

If you do it let us know how it goes

Cheers

Stew

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: What about Apache? (was Re: Zeus Web Server)

2000-10-24 Thread Chris Evans

It also appears to support NSAPI, which should run on ZEUS/Solaris (though I
didn't get into detail on the Zeus page).  CF on Linux uses an Apache module
rather than CGI.

Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com


-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 24, 2000 2:59 PM
To: CF-Talk
Subject: What about Apache? (was Re: Zeus Web Server)


Actually, I am not curious, because I am getting ready to set up some
servers and am trying to decide on the OS to use, etc.  In light of your
comments about the .dll .. wouldn't you have the same problems with Apache
on Linux, which would make NT the better all around choice for ColdFusion
apps?

Todd Ashworth

| Funny you should mention that - it was mentioned just a few messages ago.
|
| It should work with CF. It may not work well with CF, but it should work.
|
| CF can be used as a "traditional" CGI application, which can be used with
| any web server available on the OSes which CF supports. The Zeus Web
Server
| does provide an ISAPI interface, which CF also supports, but CF only
| provides an ISAPI DLL on Windows, so you'd need a Windows version of Zeus
(I
| don't know if there is one) if you wanted the performance benefits of web
| server API integration - and you do, trust me.
|
| Dave Watts, CTO, Fig Leaf Software
| http://www.figleaf.com/
| voice: (202) 797-5496
| fax: (202) 797-5444




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: What about Apache? (was Re: Zeus Web Server)

2000-10-24 Thread Dave Watts

 Actually, I am not curious, because I am getting ready to set 
 up some servers and am trying to decide on the OS to use, etc.  
 In light of your comments about the .dll .. wouldn't you have 
 the same problems with Apache on Linux, which would make NT 
 the better all around choice for ColdFusion apps?

You don't have the same problems with Apache on either Linux or Solaris. CF
provides several different API interfaces, depending on platform. On NT, CF
integrates with native web server APIs for IIS, WebSite, Netscape, and
Apache. On Solaris, CF integrates with Apache and Netscape. On Linux CF
integrates with Apache - I'm not sure about Netscape, but if you're using
Linux, you're probably using Apache.

I don't know whether Zeus provides other API interfaces besides ISAPI. If it
supported NSAPI, you might be able to get CF to talk to it through that. I
don't think Zeus supports the Apache module interface, though.

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

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: What about Apache? (was Re: Zeus Web Server)

2000-10-24 Thread Pete Freitag

There is an Apache Module for ColdFusion, which is the equivalent of an
ISAPI Extension for IIS.

__
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM / NETDesign Inc.
ColdFusion Developer Resources
http://www.cfdev.com/

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 24, 2000 2:59 PM
To: CF-Talk
Subject: What about Apache? (was Re: Zeus Web Server)


Actually, I am not curious, because I am getting ready to set up some
servers and am trying to decide on the OS to use, etc.  In light of your
comments about the .dll .. wouldn't you have the same problems with Apache
on Linux, which would make NT the better all around choice for ColdFusion
apps?

Todd Ashworth

| Funny you should mention that - it was mentioned just a few messages ago.
|
| It should work with CF. It may not work well with CF, but it should work.
|
| CF can be used as a "traditional" CGI application, which can be used with
| any web server available on the OSes which CF supports. The Zeus Web
Server
| does provide an ISAPI interface, which CF also supports, but CF only
| provides an ISAPI DLL on Windows, so you'd need a Windows version of Zeus
(I
| don't know if there is one) if you wanted the performance benefits of web
| server API integration - and you do, trust me.
|
| Dave Watts, CTO, Fig Leaf Software
| http://www.figleaf.com/
| voice: (202) 797-5496
| fax: (202) 797-5444




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]