Hi all, I am a recent convert to Mono and I am really impressed by everything.
I am about to deploy one application (consisting of one ASP.Net Webservice and one Webservice client app) onto a production server and I have one issue that I can not seem to resolve. Both apps are actually working fine, I just keep getting these logentries on every request: ------------------------------------------------------------------------ --------------- [error] Not running mod-mono-server.exe because no MonoApplications, MonoApplicationsConfigFile or MonoApplicationConfigDir specified ------------------------------------------------------------------------ --------------- I have even tried supplying a MonoApplicationsConfigFile (even though the apps were working fine without), but this error keeps persisting. Is there anything else I need to configure ? Here's the sample of one of the vhosts in the httpd.conf <VirtualHost *:80> ServerName xxxxx.yyy.com DocumentRoot /home/xxxxx/www/docs ErrorLog /home/xxxxx/www/logs/httpd_error CustomLog /home/xxxxx/www/logs/httpd_access "combined" DirectoryIndex default.aspx index.aspx index.html index.htm MonoApplicationsConfigFile "/etc/xsp/xsp.webapps" AddMonoApplications client "/:/home/xxxxx/www/docs" MonoDocumentRootDir "/home/xxxxx/www/docs" <Location /> SetHandler mono MonoSetServerAlias client </Location> </VirtualHost> Is that a known issue ? Anybody else experiencing this ? I have searched the archives, web and usenet without any result. Need to find a way to get rid of this for the production server, as the SysAdmins will not be happy otherwise. Best regards, -- Leo Gaggl Adelaide, AUSTRALIA _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
