DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32863>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32863 Summary: Apache will not start after aspdotnet module installed Product: Apache mod_aspdotnet Version: 2.0.0 Platform: PC OS/Version: Windows 98 Status: NEW Severity: critical Priority: P2 Component: mod_aspdotnet AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I installed the version 2.0.52 of Apache and version 2.0.0 of cli. I added the following to my httpd.conf file: LoadModule aspdotnet_module modules/mod_aspdotnet.so AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/ (.*)" "C:/WINDOWS/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" <Directory "C:/WINDOWS/Microsoft.NET/Framework/v*/ASP.NETClientFiles"> Options FollowSymlinks Order allow,deny Allow from all </Directory> AspNetMount /cs-bin "C:/Program Files/Apache Group/Apache2/cs-bin" Alias /cs-bin "C:/Program Files/Apache Group/Apache2/cs-bin" <Directory "C:/Program Files/Apache Group/Apache2/cs-bin"> Options FollowSymlinks Indexes Includes ExecCGI Order allow,deny Allow from all DirectoryIndex default.htm default.aspx </Directory> When I attempt to run Apache as a console application, through the start menu, I get the following in the error.log file: 14:27:19 2004] [crit] (OS 120)This function is only valid in Win32 mode. : mod_aspdotnet: Failed to start Asp.Net Apache.Web host factory and the following in my access.log file: [Tue Dec 28 14:59:15 2004] [error] (OS 120)This function is only valid in Win32 mode. : mod_aspdotnet: Failed to discover the full file path to mod_aspdotnet.so. (Was it renamed?) Configuration Failed I get "Syntax OK" when I test the Apache configuration. I have version 1.1.4322 of the .NET framework installed. Any ideas to rectify the problem are greatly appreciated. Thanks, Matt -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.