G
Guest
Hi,
I've installed the HTTPD.ARM.CAB. on a DELL Axim x51v. When I try to connect
to the server - http://localhost/ or http://<ip address>/ I got nowhere.
After investigating I realized that the httpd.dll is not being loaded to
memory by the Services.exe. (using VS-2005 Remote Process Viewer)
The registry key under Services seem fine, the httpd.dll is present under
\Windows\ directory
There is no way to execute commands on a command line so I cannot execute
commands using the Services.exe.
When I tried to execute commands programmatically using CreateProcess the -f
flag (the one that writes the output to file) of Services.exe fails to open
the file.
needless to mention ....\www\wwwpub\default.htm were created by the installer.
On a self made Win CE 5.0 image that is running HTTPD, the registry keys are
similar and the httpd.dll is being loaded under the Services.exe
Has anyone encountered a similar problem ??
I've installed the HTTPD.ARM.CAB. on a DELL Axim x51v. When I try to connect
to the server - http://localhost/ or http://<ip address>/ I got nowhere.
After investigating I realized that the httpd.dll is not being loaded to
memory by the Services.exe. (using VS-2005 Remote Process Viewer)
The registry key under Services seem fine, the httpd.dll is present under
\Windows\ directory
There is no way to execute commands on a command line so I cannot execute
commands using the Services.exe.
When I tried to execute commands programmatically using CreateProcess the -f
flag (the one that writes the output to file) of Services.exe fails to open
the file.
needless to mention ....\www\wwwpub\default.htm were created by the installer.
On a self made Win CE 5.0 image that is running HTTPD, the registry keys are
similar and the httpd.dll is being loaded under the Services.exe
Has anyone encountered a similar problem ??