View previous topic :: View next topic |
Author |
Message |
Retto n00b

Joined: 25 Feb 2005 Posts: 13
|
Posted: Mon Sep 04, 2006 5:42 pm Post subject: HTML Port for Socket Communication (How to use Apache) |
|
|
Greetings
I searched alot but i did not find the right page for my request, so i will try it here:
I try to establish a commuication between a Client and a Server Application (both written in C++ with SDL). I can't use any other Port than the HTML Port because of a Firewall between both Applications that blocks all accesses instead of HTML.
My question is, how to set-up an Apache Server to use it as "tunnel" to get my Data from Client to Server and the opposite way.
Thanks for the Help
Retto |
|
Back to top |
|
 |
irwinr Apprentice


Joined: 11 May 2004 Posts: 152 Location: Texas
|
Posted: Tue Sep 05, 2006 2:11 am Post subject: |
|
|
Why set up an apache server? If you don't already have anything running on port 80, just use that port for your communication. You don't have to run a webserver on port 80, you can run whatever type of server you want. |
|
Back to top |
|
 |
Retto n00b

Joined: 25 Feb 2005 Posts: 13
|
Posted: Wed Sep 06, 2006 6:29 pm Post subject: |
|
|
Actually the Problem is, that the Server is running a Apache because it also hosts other Webpages. Otherwise your idea would be good...
~Retto |
|
Back to top |
|
 |
jhmartin Tux's lil' helper

Joined: 03 Sep 2003 Posts: 95
|
Posted: Wed Sep 06, 2006 7:24 pm Post subject: |
|
|
Make the server end behave like a CGI? |
|
Back to top |
|
 |
Retto n00b

Joined: 25 Feb 2005 Posts: 13
|
Posted: Thu Sep 07, 2006 7:58 pm Post subject: |
|
|
Yes...if you have more detail how to do it with a CGI Script |
|
Back to top |
|
 |
|