Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56110 Details for
Bug 88880
mod_mono-1.0.6 fails on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Apache module config file.
70_mod_mono.conf (text/plain), 909 bytes, created by
Dennis Stevense
on 2005-04-12 11:22:57 UTC
(
hide
)
Description:
Apache module config file.
Filename:
MIME Type:
Creator:
Dennis Stevense
Created:
2005-04-12 11:22:57 UTC
Size:
909 bytes
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 through > # /etc/init.d/mod-mono-server > MonoRunXSP True > > <IfModule !mod_mono.c> > LoadModule mono_module modules/mod_mono.so > </IfModule> > > <IfModule mod_mime.c> > AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx > </IfModule> > >### please also add "-D MONO_DEMO" in order to activate out-of-the-box mono demo >### > <IfDefine MONO_DEMO> > <IfModule mod_alias.c> > Alias /mono "/usr/share/doc/xsp/test" > </IfModule> > > MonoApplications "/mono:/usr/share/doc/xsp/test" > > <Directory /usr/share/doc/xsp/test> > <IfModule mod_access.c> > Order allow,deny > Allow from all > </IfModule> > <IfModule mod_dir.c> > DirectoryIndex index.aspx > </IfModule> > </Directory> > </IfDefine> >### MONO_DEMO end. > ></IfDefine> > ># vim:syntax=apache:ts=4
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 88880
:
56104
|
56105
|
56109
| 56110