Re: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-29 Thread Gonzalo Paniagua Javier
El mar, 27-04-2004 a las 23:39, Robert Geller escribió:
 Yes, yes, I know Apache 2.0.48 is the only documented and supported
 version for the ASP .NET module, but I use 1.3.29, as it is currently
 more stable, and better developed and tested than 2.0.48, and I don't
 plan on switching for a while.

You're wrong. The apache module also supports apache 1.3. I guess you
should read the INSTALL file.

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-29 Thread Robert Geller
Sorry. But as I saw about a month ago in the docs (maybe they changed?) it
said something like Currently only Apache 2.0.48 is supported. So... I'm
not sure.
- Original Message - 
From: Gonzalo Paniagua Javier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 29, 2004 10:03 AM
Subject: Re: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29


 El mar, 27-04-2004 a las 23:39, Robert Geller escribió:
  Yes, yes, I know Apache 2.0.48 is the only documented and supported
  version for the ASP .NET module, but I use 1.3.29, as it is currently
  more stable, and better developed and tested than 2.0.48, and I don't
  plan on switching for a while.

 You're wrong. The apache module also supports apache 1.3. I guess you
 should read the INSTALL file.

 -Gonzalo


 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list





___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-28 Thread Robert Geller
Hmm, so I should just follow the documentation for compilation of 
Mono, and mod-mono? Is there any better tutorial for getting mod_mono 
to work from start to finish? As I said, it seems like the mono 
documentation is a bit out of date.

 Hello Robert,
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:mono-list-
[EMAIL PROTECTED] On Behalf Of Robert Geller
  Sent: Tuesday, April 27, 2004 11:40 PM
  
  Is there ANY way at all I could get the ASP .NET module to work 
with Apache 1.3.29?
 
 I have it running with Apache 1.3.27 and a CVS version of 
 last week. mod_mono recognizes the Apache version during 
 compilation.
 
 My http.conf entries look like:
 
 LoadModule mono_module /usr/lib/apache/mod_mono.so
 MonoRunXSP True
 MonoExecutablePath /usr/local/bin/mono
 MonoServerPath /usr/local/bin/mod-mono-server.exe
 MonoApplications /xsptest:/usr/local/share/xsp/doc/test
 
 Alias /xsptest /usr/local/share/xsp/doc/test
 Directory /usr/local/share/xsp/doc/test
 SetHandler mono
 IfModule mod_dir.c
  DirectoryIndex index.aspx
 /IfModule
 
 Order allow,deny
 Allow from all
 /Directory
 
 
 HTH,
 Joerg.
 
 

--Robert Geller
Creative Director
Works of Magic Productions
3403 St. Pauls
Fairfax, VA 22031
703.279.1637
Fax: 703.279.1607 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-28 Thread Jörg Rosenkranz
Hello Robert,

 -Original Message-
 From: Robert Geller [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, April 28, 2004 2:40 PM
 
 
 Hmm, so I should just follow the documentation for compilation of 
 Mono, and mod-mono? Is there any better tutorial for getting mod_mono 
 to work from start to finish? As I said, it seems like the mono 
 documentation is a bit out of date.
 

I've compiled them without problems on Suse 8.2. 
The only thing I needed additionally was the 
development package for Apache.

Joerg. 
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-28 Thread Robert Geller
Why do you need the Apache-Dev package?

 Hello Robert,
 
  -Original Message-
  From: Robert Geller [mailto:[EMAIL PROTECTED] 
  Sent: Wednesday, April 28, 2004 2:40 PM
  
  
  Hmm, so I should just follow the documentation for compilation of 
  Mono, and mod-mono? Is there any better tutorial for getting 
mod_mono 
  to work from start to finish? As I said, it seems like the mono 
  documentation is a bit out of date.
  
 
 I've compiled them without problems on Suse 8.2. 
 The only thing I needed additionally was the 
 development package for Apache.
 
 Joerg. 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
 
 

--Robert Geller
Creative Director
Works of Magic Productions
3403 St. Pauls
Fairfax, VA 22031
703.279.1637
Fax: 703.279.1607 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Getting ASP .NET Apache module to work with 1.3.29

2004-04-28 Thread Jörg Rosenkranz
 Why do you need the Apache-Dev package?

For compilation of mod_mono.

Joerg.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list