[Mono-bugs] [Bug 641449] New: Mod mono fails to load apache conf directives on a restart
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 23 13:53:11 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=641449
https://bugzilla.novell.com/show_bug.cgi?id=641449#c0
Summary: Mod mono fails to load apache conf directives on a
restart
Classification: Mono
Product: Mono: Class Libraries
Version: 2.8.x
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: mchristensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Blocker: ---
mono-2.8p5 (052fd53)
opensuse 11.3 x86_64
opensuse 11.2 i586
apache2-mod_mono-2.8-30.1.i586
blogengine-1.6-9.1.noarch
On boot and when using 'rcapache2 restart', the 'MonoIOMAP serveralias all' in
the blogengine conf file is not loaded into apache's configuration. However, if
you do 'rcapache2 stop', wait, 'rcapache2 start', it loads.
Apache conf file for blogengine:
Alias /blogengine /usr/share/mono/asp.net/apps/blogengine-1.6
MonoApplicationsConfigFile blogengine
/etc/xsp/2.0/applications-available/blogengine.webapp
MonoServerPath blogengine "/usr/bin/mod-mono-server2"
#MonoServerPath blogengine "/opt/novell/mono/bin/mod-mono-server2"
MonoIOMAP serveralias all
<Location /blogengine>
Allow from all
Order allow,deny
SetHandler mono
MonoSetServerAlias blogengine
</Location>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list