[Mono-aspnet-list] Fwd: Re: CKEditor

Daniel J. Summers daniel.summers.2415 at gmail.com
Wed Feb 1 15:09:57 UTC 2012


On Tue, Jan 31, 2012 at 11:20 AM, jparker <jparker at farcomm.com> wrote:

> Tried setting
>
> MonoSetEnv MONO_IOMAP=all
>
> in http.conf and in /etc/conf.d/mod_mono.conf
>
> No joy. I get no errors and nothing in the log either, just a blank space
> where the CKEditor controls should be.
>

Are you using Apache?  If so, do you have Mono set up to handle all
requests, or only those requiring it?  If it's the former, that might be a
problem.  For web forms sites, you can include a list of ASPX extensions (I
suspect the CKEditor control is .ascx), and have Apache try to serve
everything else.  That doesn't work for MVC, but you can flip it and have
it handle everything except .js/.png/.jpg/etc.  Apache is much better at
serving static files than the module is.

I've successfully gotten CKEditor working in an MVC app, served by Mono and
Apache; however, I just downloaded the JavaScript version and linked to it
in the HTML.

-- 
*Daniel J. Summers*
*Owner, DJS Consulting*
E-mail <daniel.summers.2415 at gmail.com> • Website <http://djs-consulting.com>
 • Support <http://support.djs-consulting.com> • Tech
Blog<http://techblog.djs-consulting.com>

GEEKCODE 3.12 GCS/IT d s-:+ a C++ P--- L++ E--- W++ N++ o? K- w !O M--
V PS+ PE++ Y? PGP- t+ 5? X+ R* tv b+ DI++ D+ G- e<++ h---- r+++ y++++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20120201/36f57ac3/attachment.html>


More information about the Mono-aspnet-list mailing list