[Mono-bugs] [Bug 61122][Blo] Changed - mod_mono does not install correctly due to missing httpd2_perfork,config
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 16:25:40 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by edasque@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61122
--- shadow/61122 2004-07-03 03:28:06.000000000 -0400
+++ shadow/61122.tmp.14009 2004-07-14 16:25:40.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 61122
Product: Mono: Runtime
Version: unspecified
OS: SUSE 9.1
OS Details: updated except kernel, runining as guest in VMware 4.5.2 on WinXP host
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTXIMIAN
+Severity: Unknown
Priority: Blocker
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: infodate@aster.pl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -63,6 +63,14 @@
Expected Results:
Working ASP.NET apache2 module.
How often does this happen?
Results are reproducible
+
+------- Additional Comments From edasque@ximian.com 2004-07-14 16:25 -------
+It seems to be a Suse problem where apxs2 is compiled to use /etc/apache2/httpd2-
+prefork.conf which is not provided.
+
+echo "\nLoadModule foo foo.so" > /etc/apache2/httpd2-prefork.conf
+
+seems to take care of it.