[Mono-dev] FastCGI Mono Server
Robert Jordan
robertj at gmx.net
Sun Feb 17 12:50:11 EST 2008
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 at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>
>>>
>>
>> --------------------------------------------------------------------------------
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list