Note that there are some explanatory texts on larger screens.

plurals
  1. POMono IOMAP case sensitivity
    primarykey
    data
    text
    <p>Having some problems installing BlogEngine.NET onto my CentOS mod_mono 2.8 (mono 2.8.1) box.</p> <p>The BlogEngine.NET code references a folder named 'Bin'. On looking at the contents of the directory, there is a folder called 'bin' - the normal place for the compiled source to reside.</p> <p>Renaming the folder to 'Bin' is not an option, as this will cause mono problems (it requires the folder to be called 'bin').</p> <p>I came accross this: <a href="http://www.mono-project.com/IOMap" rel="nofollow">http://www.mono-project.com/IOMap</a></p> <p>Which suggests that IOMap in Mono will make mono 'ignore' case sensitivity.</p> <p>I added <code>MONO_IOMAP=all</code> to my env, from su, and it appears when I call <code>env</code> However, this doesn't seem to work - it is still case sensitive.</p> <p>I then added <code>MonoSetEnv MONO_IOMAP=all</code> to my apache vhosts file for a specific subdomain, and this still doesn't work.</p> <p>Any ideas what I am doing wrong? Am I being blind and not adding <code>MONO_IOMAP=all</code> to <code>env</code> for any other users than root?</p> <hr> <p>Update: My hosts.conf for this site looks like:</p> <pre><code>&lt;VirtualHost *:80&gt; ServerAdmin webmaster@host.net DocumentRoot /home/host/www/host.net/blog ServerName blog.host.net ErrorLog /home/host/www/host.net/logs/blog.host.net-error.log TransferLog /home/host/www/host.net/logs/blog.host.net-access.log CustomLog /home/host/www/host.net/logs/blog.host.net-access_combined.log combined DirectoryIndex index.html index.aspx MonoServerPath blog.host.net "/usr/local/bin/mod-mono-server2" MonoExecutablePath blog.host.net "/usr/local/bin/mono" MonoDebug blog.host.net true MonoSetEnv blog.host.net MONO_IOMAP=all MonoApplications blog.host.net "/:/home/host/www/host.net/blog" &lt;Location "/"&gt; Allow from all Order allow,deny MonoSetServerAlias blog.host.net SetHandler mono SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI "\.(?:gif|jpe?g|png)$" no-gzip dont-vary &lt;/Location&gt; &lt;IfModule mod_deflate.c&gt; AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript &lt;/IfModule&gt; &lt;/VirtualHost&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload