mateor
Posts: 3
|
| Posted: Wed Nov 12, 2008 11:45 pm Post subject: question about dynamic ip an ports |
|
hi alltogether...
I have a web server running, and I organized a dynamic Internet address. I want to reach a certain port by using the browser. Do I need a javascript code in a http server which checks out the IP and produces a link.
or can I just write something in the Browser like the static ip:port
Thanks
mateor

To hide these ads please register / sign in
|
|
| Back to top |
|
Frank

Administrator
Originally Galway, Ireland Posts: 12350
|
| Posted: Thu Nov 13, 2008 9:11 am Post subject: |
|
Hi Mateor,
If you server is accepting connections on a certain port then you will be able to contact this using a browser like this:
website-address.com:port
or
static-ip.com:port
Hope this helps
_________________ Remember to tell your friends about GardenStew and mention us on your websites
Do you have plant knowledge? Share it on GardenStew PLANTS
|
|
| Back to top |
|
mateor
Posts: 3
|
| Posted: Thu Nov 13, 2008 1:32 pm Post subject: |
|
servername:port That works?
Last time i tried it out it did not!
i'll try again!
thanks!
|
|
| Back to top |
|
mateor
Posts: 3
|
| Posted: Thu Nov 13, 2008 1:53 pm Post subject: |
|
ooh you are right. its done.
i dont know why it did not work last time!
but thanks!
|
|
| Back to top |
|
Frank

Administrator
Originally Galway, Ireland Posts: 12350
|
| Posted: Thu Nov 13, 2008 1:57 pm Post subject: |
|
Are you using Apache as a web server? If so then you can configure Apache to listen to a specified port using the Listen directive and then use a <VirtualHost> directive to specify what to do with a connection to that port when it receives one. Detailed information here:
http://www.koha.org/manual/bind.html
_________________ Remember to tell your friends about GardenStew and mention us on your websites
Do you have plant knowledge? Share it on GardenStew PLANTS
|
|
| Back to top |
|
Frank

Administrator
Originally Galway, Ireland Posts: 12350
|
| Posted: Thu Nov 13, 2008 1:58 pm Post subject: |
|
Sorry I was writing my last post as you were writing yours Glad it worked.
_________________ Remember to tell your friends about GardenStew and mention us on your websites
Do you have plant knowledge? Share it on GardenStew PLANTS
|
|
| Back to top |
|
|