# For more information on the Mono* directives, see the man page for # mod_mono(8) # Set this to False if you manage your ASP.Net server through # /etc/init.d/mod-mono-server MonoRunXSP False LoadModule mono_module extramodules/mod_mono.so AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx ### please also add "-D MONO_DEMO" in order to activate out-of-the-box mono demo ### Alias /mono "/usr/share/doc/xsp/test" MonoApplications "/mono:/usr/share/doc/xsp/test" Order allow,deny Allow from all DirectoryIndex index.aspx ### MONO_DEMO end. # vim:syntax=apache:ts=4