|
Posted by Adam on 11/01/05 13:21
On Mon, 31 Oct 2005 13:03:00 +0100, 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. I don't know how to create it:
>
>For instance:
>
>http://localhost:8888/.../file
>
><a href="localhost:8888/.../file"></a> doesn't work
Have you set the port in the Apache config file? It defaults to 80.
I've never seen port 8888 being used for HTTP before - you may need to
check that it's a legal port .... or try something more usual, like
8080.
Adam.
Navigation:
[Reply to this message]
|