Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 141289 Details for
Bug 206624
www-apache/mod_mono-1.2.6-r1 bad configuration : httpd.conf and mod_mono.conf
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mod_mono configuration file (mod_mono.conf)
70_mod_mono.BAKconf (text/plain), 2.38 KB, created by
Emmanuel
on 2008-01-19 11:22:44 UTC
(
hide
)
Description:
mod_mono configuration file (mod_mono.conf)
Filename:
MIME Type:
Creator:
Emmanuel
Created:
2008-01-19 11:22:44 UTC
Size:
2.38 KB
patch
obsolete
># For more information on the Mono* directives, see the man page for ># mod_mono(8) > ><IfDefine MONO> > # Set this to False if you manage your ASP.Net server manually through > # /etc/init.d/mod-mono-server > MonoRunXSP True > > # Set this to Enabled if you want to enable AutoHosting. > # See http://www.mono-project.com/AutoConfiguration for more info. > # Note that if you want your automatically hosted applications > # handled by ASP.NET 2.0 engine you have to enable the aspnet2 USE flag. > MonoAutoApplication Enabled > > <IfModule !mod_mono.c> > LoadModule mono_module modules/mod_mono.so > </IfModule> > > <IfModule mod_mime.c> > AddType application/x-asp-net .aspx > AddType application/x-asp-net .asmx > AddType application/x-asp-net .ashx > AddType application/x-asp-net .asax > AddType application/x-asp-net .ascx > AddType application/x-asp-net .soap > AddType application/x-asp-net .rem > AddType application/x-asp-net .axd > AddType application/x-asp-net .cs > AddType application/x-asp-net .config > AddType application/x-asp-net .Config > AddType application/x-asp-net .dll > > DirectoryIndex index.aspx > DirectoryIndex Default.aspx > DirectoryIndex default.aspx > </IfModule> > >### Please also add "-D MONO_DEMO" in order to activate out-of-the-box mono demo >### > > # Note that the test application runs on a separate mod-mono-server > # instance named "testinst". Athought this is not mandatory, it shows how to > # distribute workload between multiple mod-mono-servers. For more info see: > # http://www.mono-project.com/Mod_mono > > <IfDefine MONO_DEMO> > <IfModule mod_alias.c> > Alias /mono "/usr/lib/xsp/test" > </IfModule> > > # You might want to specify the version of mod-mono-server > # instance that will handle your application. The default > # value depends on whether the aspnet2 USE flag was set > # during compilation > #MonoServerPath testinst /usr/lib/mono/1.0/mod-mono-server.exe > MonoServerPath testinst /usr/lib/mono/2.0/mod-mono-server2.exe > > AddMonoApplications testinst "/mono:/usr/lib/xsp/test" > > <Directory /usr/lib/xsp/test> > SetHandler mono > MonoSetServerAlias testinst > > <IfModule mod_authz_host.c> > Order allow,deny > Allow from all > </IfModule> > <IfModule mod_dir.c> > # Sample ASP.NET 1.1/2.0 applications can be accessed > # via index2.aspx. > DirectoryIndex index.aspx > #DirectoryIndex index2.aspx > </IfModule> > </Directory> > </IfDefine> >### MONO_DEMO end. > ></IfDefine>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 206624
:
141287
| 141289