mod_mono ******** Basically got this working by following the instructions to "Getting mod-mono working with Apache2" from: http://forums.gentoo.org/viewtopic-t-321552-highlight-modmono.html So in summary: :: emerge -av mod_mono To enable mod_mono, you need to edit: :: /etc/conf.d/apache2 and add :: -D MONO to ``APACHE2_OPTS``. From the svn repository (see below) copy the files: :: /etc/apache2/conf/modules.d/70_mod_mono.conf /etc/init.d/mono-server Need to make mono-server executable: :: chmod a+x /etc/init.d/mono-server Start apache and mono up by doing: :: /etc/init.d/apache2 start /etc/init.d/mono-server start Save the following as ``test.aspx`` and place it in: :: /var/www/localhost/htdocs/aspnet :: <%@ Page Language="C#" %>
Hello there!
The time is now: