Apache and IIS

2005-09-30 Thread BAHLR2
I am trying to link Apache and IIS. I had already linked Apache and Tomcat
for processing .jsp files. Now I want to run .asp and /or .htm files having
in-code asp. Simple solution will do. I already tried LoadFile  Perl58.dll
available under Perl home and LoadModule mod_perl.so in httpd.conf. I am
using NT4.0 SP6a, Apache 2.0.44 and Tomcat 4.1.30.

regards
Rajeev Bahl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Apache and IIS

2005-09-30 Thread BAHLR2
I want Apache to server .asp files, if possible rather than having IIS
server to serve .asp files.

-Original Message-
From: Raghupathy,Gurumoorthy
[mailto:[EMAIL PROTECTED]
Sent: 30 September, 2005 4:32 PM
To: 'Tomcat Users List'
Subject: FW: Apache and IIS
Importance: High


Proxy is may be on of the solution 

http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxypass
http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxypassreverse

Regards
Guru

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 30 September 2005 11:59
To: tomcat-user@jakarta.apache.org
Subject: Apache and IIS
Importance: High


I am trying to link Apache and IIS. I had already linked Apache and Tomcat
for processing .jsp files. Now I want to run .asp and /or .htm files having
in-code asp. Simple solution will do. I already tried LoadFile  Perl58.dll
available under Perl home and LoadModule mod_perl.so in httpd.conf. I am
using NT4.0 SP6a, Apache 2.0.44 and Tomcat 4.1.30.

regards
Rajeev Bahl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Apache and IIS

2005-09-30 Thread BAHLR2
I had used LoadModule mod_perl mod_perl.so in httpd.conf of Apache under
NT4.0. But how to confirm whether the functionality is working or not?

-Original Message-
From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]
Sent: 30 September, 2005 5:54 PM
To: Tomcat Users List
Subject: Re: Apache and IIS


[EMAIL PROTECTED] wrote:

I want Apache to server .asp files, if possible rather than having IIS
server to serve .asp files.
  


Look for mod_asp, there are actually several implementations, ChillySoft 
was one of them, if memory serves. I think they are all based on 
mod_perl, so have that functioning, first.

Nix.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]