Re: [Mono-dev] FastCGI Mono Server

2008-02-17 Thread Philippe Monnet




Hi Robert,

I noticed that there is now a doc page at
http://www.mono-project.com/FastCGI
Is there a way to get some configuration instructions for Apache?

Philippe 

Philippe Monnet wrote:

  
Great news since my host has FastCGI enabled.
I am not expecting an ETA and am grateful you're working on it.
I'll be a guinea pig when the time comes. :-)
  
Robert Jordan wrote:
  
Philippe Monnet wrote:
  

  I recently read with interest Brian Nickel's project during the Google Summer Of 
Code on FastCGI (see http://kerrick.wordpress.com/ and 
http://mono-soc-2007.googlecode.com/svn/trunk/brian/FastCgi/doc/index.html). 
Especially since I am operating in a shared host with Apache 1.3. As such I 
cannot compile/install mod_mono into Apache (no access to headers / modules, 
etc.). Access to httpd.conf is not provided either, just .htaccess support. So 
mod_mono is out of reach for me.



As is fastcgi in this case, unless it's already enabled by your
provider.

  

  Is anyone on the core team looking to port / adapt some of his work? Or provide 
any other mechanism outside Apache modules?
Are other users in the same situation too?



I'm working on the integration of fastcgi-mono-server in Mono's build
process, but I cannot give you an ETA for its landing other than
"this month".

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

  
  
  
  

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
  




___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] FastCGI Mono Server

2008-02-17 Thread Robert Jordan
Hi Philippe,

I was not aware about this page. Kudos to Miguel for creating it!

Here a sample Apache configuration (beware of the line breaks
the mail client might introduce):

FastCgiServer /srv/www/cgi-bin/mono-server2 -socket 
/tmp/fastcgi-mono-server -initial-env 
MONO_FCGI_APPLICATIONS=/test:/srv/www/htdocs/test

Location /test
 Action fastcgi-mono /cgi-bin/mono-server2
 SetHandler fastcgi-mono
/Location


You need a copy of mono-server2 in the configured cgi-bin folder
of your server and a copy of Mono's test site in /test of
the document root.

I'll update the wiki accordingly.

Robert


Philippe Monnet wrote:
 Hi Robert,
 
 I noticed that there is now a doc page at http://www.mono-project.com/FastCGI
 Is there a way to get some configuration instructions for Apache?
 
 Philippe
 
 Philippe Monnet wrote:
 Great news since my host has FastCGI enabled.
 I am not expecting an ETA and am grateful you're working on it.
 I'll be a guinea pig when the time comes. :-)

 Robert Jordan wrote:
 Philippe Monnet wrote:
   
 I recently read with interest Brian Nickel's project during the Google 
 Summer Of 
 Code on FastCGI (see http://kerrick.wordpress.com/ and 
 http://mono-soc-2007.googlecode.com/svn/trunk/brian/FastCgi/doc/index.html).
  
 Especially since I am operating in a shared host with Apache 1.3. As such 
 I 
 cannot compile/install mod_mono into Apache (no access to headers / 
 modules, 
 etc.). Access to httpd.conf is not provided either, just .htaccess 
 support. So 
 mod_mono is out of reach for me.
 

 As is fastcgi in this case, unless it's already enabled by your
 provider.

   
 Is anyone on the core team looking to port / adapt some of his work? Or 
 provide 
 any other mechanism outside Apache modules?
 Are other users in the same situation too?
 

 I'm working on the integration of fastcgi-mono-server in Mono's build
 process, but I cannot give you an ETA for its landing other than
 this month.

 Robert

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

   

 

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list
   
 
 
 
 
 
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] FastCGI Mono Server

2007-10-21 Thread Robert Jordan
M. David Peterson wrote:
 On 10/18/07, Robert Jordan [EMAIL PROTECTED] wrote:

 I'm working on the integration of fastcgi-mono-server in Mono's build
 process, but I cannot give you an ETA for its landing other than
 this month.
 
 
 Just as a side note, I've been using the FastCGI implementation almost
 exclusively for the last few months and overall it works *great*!  That
 said, see the comments section of
 http://kerrick.wordpress.com/2007/08/23/fastcgi-aspnet-server-status-report-12/for
 some interesting issues I ran into that might help in finding and
 fixing
 a few bugs that seem to be still lingering around.  I really wasn't sure
 where to report these bugs given that the FastCGI code base isn't integrated
 into Mono SVN (or is it?), though if someone can suggest how best to report
 them I would be happy to go through the process.

You may file them here:

Product: Mono Tools
Component: XSP

https://bugzilla.novell.com/enter_bug.cgi?classification=6841product=Mono%3A+Tools+component=XSP

Thanks!

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] FastCGI Mono Server

2007-10-21 Thread M. David Peterson
On 10/21/07, Robert Jordan [EMAIL PROTECTED] wrote:


 You may file them here:

 Product: Mono Tools
 Component: XSP

 https://bugzilla.novell.com/enter_bug.cgi?classification
 =6841product=Mono%3A+Tools+component=XSP


I'm on it.  Thanks!

-- 
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
http://dev.aol.com/blog/3155
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] FastCGI Mono Server

2007-10-20 Thread M. David Peterson
On 10/18/07, Robert Jordan [EMAIL PROTECTED] wrote:


 I'm working on the integration of fastcgi-mono-server in Mono's build
 process, but I cannot give you an ETA for its landing other than
 this month.


Just as a side note, I've been using the FastCGI implementation almost
exclusively for the last few months and overall it works *great*!  That
said, see the comments section of
http://kerrick.wordpress.com/2007/08/23/fastcgi-aspnet-server-status-report-12/for
some interesting issues I ran into that might help in finding and
fixing
a few bugs that seem to be still lingering around.  I really wasn't sure
where to report these bugs given that the FastCGI code base isn't integrated
into Mono SVN (or is it?), though if someone can suggest how best to report
them I would be happy to go through the process.

-- 
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
http://dev.aol.com/blog/3155
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] FastCGI Mono Server

2007-10-18 Thread Robert Jordan
Philippe Monnet wrote:
 I recently read with interest Brian Nickel's project during the Google Summer 
 Of 
 Code on FastCGI (see http://kerrick.wordpress.com/ and 
 http://mono-soc-2007.googlecode.com/svn/trunk/brian/FastCgi/doc/index.html). 
 Especially since I am operating in a shared host with Apache 1.3. As such I 
 cannot compile/install mod_mono into Apache (no access to headers / modules, 
 etc.). Access to httpd.conf is not provided either, just .htaccess support. 
 So 
 mod_mono is out of reach for me.

As is fastcgi in this case, unless it's already enabled by your
provider.

 Is anyone on the core team looking to port / adapt some of his work? Or 
 provide 
 any other mechanism outside Apache modules?
 Are other users in the same situation too?

I'm working on the integration of fastcgi-mono-server in Mono's build
process, but I cannot give you an ETA for its landing other than
this month.

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] FastCGI Mono Server

2007-10-18 Thread Philippe Monnet




Great news since my host has FastCGI enabled.
I am not expecting an ETA and am grateful you're working on it.
I'll be a guinea pig when the time comes. :-)

Robert Jordan wrote:

  Philippe Monnet wrote:
  
  
I recently read with interest Brian Nickel's project during the Google Summer Of 
Code on FastCGI (see http://kerrick.wordpress.com/ and 
http://mono-soc-2007.googlecode.com/svn/trunk/brian/FastCgi/doc/index.html). 
Especially since I am operating in a shared host with Apache 1.3. As such I 
cannot compile/install mod_mono into Apache (no access to headers / modules, 
etc.). Access to httpd.conf is not provided either, just .htaccess support. So 
mod_mono is out of reach for me.

  
  
As is fastcgi in this case, unless it's already enabled by your
provider.

  
  
Is anyone on the core team looking to port / adapt some of his work? Or provide 
any other mechanism outside Apache modules?
Are other users in the same situation too?

  
  
I'm working on the integration of fastcgi-mono-server in Mono's build
process, but I cannot give you an ETA for its landing other than
"this month".

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

  




___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] FastCGI Mono Server

2007-10-17 Thread Philippe Monnet




I recently read with interest
Brian Nickel's project during the Google Summer Of Code on FastCGI (see
http://kerrick.wordpress.com/
and http://mono-soc-2007.googlecode.com/svn/trunk/brian/FastCgi/doc/index.html).
Especially since I am operating in a shared host with Apache 1.3. As
such I cannot compile/install mod_mono into Apache (no access to
headers / modules, etc.). Access to httpd.conf is not provided either,
just .htaccess support. So mod_mono is out of reach for me.
Is anyone on the core team looking to port / adapt some of his work? Or
provide any other mechanism outside Apache modules?
Are other users in the same situation too?

Philippe




___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list