Question on ports
am 31.10.2005 13:13:46 von Kralik Novak
Maybe this is not the correct newsgroup for this question, but I didn't
find another suitable one:
I have Apache webserver, and In a webpage I have to make a link to
another port in my PC (not the one configured to the webserver). I don't
know how to create it:
For instance:
http://localhost:8888/.../file
doesn't work
Thanks in advance
Re: Question on ports
am 31.10.2005 17:25:27 von Shion
Ryan Garnier wrote:
> Maybe this is not the correct newsgroup for this question, but I didn't
> find another suitable one:
>
> I have Apache webserver, and In a webpage I have to make a link to
> another port in my PC (not the one configured to the webserver). I don't
> know how to create it:
>
> For instance:
>
> http://localhost:8888/.../file
>
> doesn't work
You need to see that you have some kind of server running on port 8888 too, or
else it won't work.
//Aho