http://bugs.winehq.org/show_bug.cgi?id=6858
Summary: Apache http server does not respond to connections Product: Wine Version: CVS Platform: Other URL: http://apache.org OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I was asked to get Instant Rails, a windows-only tutorial that sets up demo servers for mysql and apache, working on Wine. It didn't, so I started trying to get mysqld and apache's httpd working on wine.
To repeat: msiexec /i apache_2.2.3-win32-x86-no_ssl.msi Choose "install for just me (uses port 8080)" wine httpd.exe
It does listen on the right port, but it doesn't respond when you telnet to that port. It also spews enough messages of the form fixme:sync:GetQueuedCompletionStatus ((nil),0x7cf1ea54,0x7cf1ea64,0x7cf1ea58,-1), stub! to make gnome-terminal take 99% of CPU.