Tuesday 15 February 2011

html - Send HTTP request through browser to a program that is listening on a port -



html - Send HTTP request through browser to a program that is listening on a port -

so trying build c programme handles http requests through web browser. programme listening on predefined port incoming http requests , responds appropriately. working totally fine when place in root directory doesnt work when move directory on own.

for instance, works: localhost:9000

but doesnt: localhost:9000/myprogram

any clues on how may prepare this?

hard reply few details. started check following:

what web server log say? is web server configured allow execution of [cgi] in directory? are sure haven't mixed web root directory root, placing programme in wrong place? are directory , programme access modes set correctly?

html c web-services web browser

No comments:

Post a Comment