Installing Emdym with Apache
Under Linux, Emdym can work with an Apache server.
You must first verify that the following components are installed:- Mono
- Xsp
- Apache2
- Apache2-mod_mono
You must then configure the Apache server (in httpd.conf)
#Spécifier le chemin de mod-mono-server2
MonoServerPath emdym "/usr/bin/mod-mono-server2"
#Spécifier le chemin physique d'Emdym
MonoApplications emdym "/emdym:{CHEMIN_PHYSIQUE}"
<Location "/emdym">
Allow from all
Order allow,deny
MonoSetServerAlias emdym
SetHandler mono
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI "\.(?:gif|jpe?g|png)$" no-gzip dont-vary
</Location>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript
</IfModule>
Restart the Apache server. You can now access Emdym at : http://server.address/emdym