shuzhang
2011-Feb-18 07:46 UTC
[Wine] Ubuntu10.10 + Wine + Apache(Win32) = Can't open html
I 've intall httpd-2.2.17-win32-x86-no_ssl.msi (from http://httpd.apache.org/download.cgi -> http://labs.renren.com/apache-mirror//httpd/binaries/win32/httpd-2.2.17-win32-x86-no_ssl.msi ) by Wine1.3.13 in Ubuntu 10.10 successfully. And Apache HTTP Server (httpd) 2.2.17 can run nromal, but I found that if size of html file is more than 255 bytes, web browser can't open this html from the apache http server, if size of html file is less than 256 bytes, web browser cant open this html normally from the apache http server. Grateful for any help. By the way, if use wine1.2.2 in Ubuntu10.10, can't install httpd-2.2.17-win32-x86-no_ssl.msi , process is: root at dt-desktop:~# wine msiexec /i httpd-2.2.17-win32-x86-no_ssl.msi wine: created the configuration directory '/root/.wine' fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes fixme:system:SetProcessDPIAware stub! fixme:dwmapi:DwmIsCompositionEnabled 0x33cfdc fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1.0.0\\wine_gecko\\components\\xpti.dat" 1 536870916 (nil) (nil) 0x21fefc (nil) fixme:iphlpapi:NotifyAddrChange (Handle 0xa62e8d8, overlapped 0xa62e8e0): stub fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1.0.0\\wine_gecko\\components\\compreg.dat" 1 536870916 (nil) (nil) 0x1d3fd3c (nil) wine: configuration in '/root/.wine' has been updated. fixme:advapi:LookupAccountNameW (null) L"root" (nil) 0x32f160 (nil) 0x32f164 0x32f158 - stub fixme:advapi:LookupAccountNameW (null) L"root" 0x167be0 0x32f160 0x167730 0x32f164 0x32f158 - stub fixme:shdocvw:IEParseDisplayNameWithBCW stub: 0x0 L"http://httpd.apache.org/docs/2.2/" 0x7a5910 0x32f52c fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0) fixme:shdocvw:IEParseDisplayNameWithBCW stub: 0x0 L"http://httpd.apache.org/docs/2.2/faq/" 0x7a58e8 0x32f52c fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0) fixme:wtsapi:WTSEnumerateProcessesA Stub (nil) 0x00000000 0x00000001 0x1ace6e8 0x1ace6ec fixme:wtsapi:WTSFreeMemory Stub (nil) C:\users\root\Temp\msiddd3.tmp: can't open file C:/Apache2.2/logs/install.log source line number 49 fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes Installing the Apache2.2 service fixme:service:svcctl_CreateServiceW Dependencies not supported yet The Apache2.2 service is successfully installed. Testing httpd.conf.... Errors reported here must be corrected before the service can be started. httpd.exe: Could not open configuration file C:/Apache2.2/conf/httpd.conf: File not found fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes httpd.exe: Could not open configuration file C:/Apache2.2/conf/httpd.conf: File not found root at dt-desktop:~# ^C root at dt-desktop:~# Thanks sorry for my poor english
shuzhang
2011-Feb-18 07:53 UTC
[Wine] Re: Ubuntu10.10 + Wine + Apache(Win32) = Can't open html
Above "if size of html file is less than 256 bytes, web browser cant open this html normally from the apache http server. " should be "if size of html file is less than 256 bytes, web browser can open this html normally from the apache http server. " Sorry for that "cant" is misspelt
vitamin
2011-Feb-18 14:34 UTC
[Wine] Re: Ubuntu10.10 + Wine + Apache(Win32) = Can't open html
shuzhang wrote:> root at dt-desktop:~# wine msiexec /i httpd-2.2.17-win32-x86-no_ssl.msiDon't run Wine as a root. File your bug in bugzilla. You obviously doing something you should not - all Linux distros have Apache available.