This is a discussion on configure apache2 so that it can be accessed from the internet within the Apache Web Server forums, part of the Web Server and Related Forums category; i'm running .*apache2* on WindowsXP. it works fine from within the *local network*(http://localhost or http://192.168....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
i'm running .*apache2* on WindowsXP. it works fine from within the *local network*(http://localhost or http://192.168.0.1 etc). when i connect to the internet and access the apache2 server with the ip address provided by the ISP, then also it works fine. but when i give that same ip address provided by the ISP to others, they are not able to access my apache2 server. please help me out in configuring the server. -- salilbhattarai ------------------------------------------------------------------------ Posted via http://www.webservertalk.com ------------------------------------------------------------------------ View this thread: http://www.webservertalk.com/message370121.html |
|
|||
|
look for a line near the beginning of the config file with the word
"listen"...see if you're locking it down to your machine only "salilbhattarai" <salilbhattarai.1bq093@mail.webservertalk.com> wrote in message news:salilbhattarai.1bq093@mail.webservertalk.com. .. > > i'm running .*apache2* on WindowsXP. it works fine from within the > *local network*(http://localhost or http://192.168.0.1 etc). when i > connect to the internet and access the apache2 server with the ip > address provided by the ISP, then also it works fine. but when i give > that same ip address provided by the ISP to others, they are not able > to access my apache2 server. please help me out in configuring the > server. > > > > -- > salilbhattarai > ------------------------------------------------------------------------ > Posted via http://www.webservertalk.com > ------------------------------------------------------------------------ > View this thread: http://www.webservertalk.com/message370121.html > > > |
|
|||
|
On 2004-08-29, salilbhattarai <salilbhattarai.1bq093@mail.webservertalk.com> wrote:
> address provided by the ISP, then also it works fine. but when i give > that same ip address provided by the ISP to others, they are not able It sounds like your provider is blocking port 80 (quite common in dial-up or 'home' contract). Check your T&C. Davide -- The reason it's called "Grape Nuts" is that it contains "dextrose", which is also sometimes called "grape sugar", and also because "Grape Nuts" is catchier, in terms of marketing, than "A Cross Between Gerbil Food and Gravel", which is what it tastes like. -- Dave Barry, "Tips for Writer's" |
|
|||
|
Davide Bianchi wrote:
> On 2004-08-29, salilbhattarai <salilbhattarai.1bq093@mail.webservertalk.com> wrote: >> address provided by the ISP, then also it works fine. but when i give >> that same ip address provided by the ISP to others, they are not able > > It sounds like your provider is blocking port 80 (quite common in > dial-up or 'home' contract). Check your T&C. Could also be a firewall doing the same. Do you have one? Or a router, not doing the port forwarding. -- Matt -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |
|
|||
|
Hi all,
I have apache 1.3.26 compiled with mod_perl, mysql and ssl. Now I want to add php to it, yet mod_so doesn't seem to be compiled. Is there a way to update apache for mod_so, without having to go through the pain of compiling everything again? |
|
|||
|
On 2004-08-29, Matt <nospam-1@spam.matt.blissett.me.uk> wrote:
> Could also be a firewall doing the same. The firewall would block also the access from the localnetwork. > Or a router, not doing the port forwarding. If he is accessing the machine using the external IP and it works there is no router doing NAT or port forwarding. Davide -- The seven deadly sins ... Food, clothing, firing, rent, taxes, respectability and children. Nothing can lift those seven milestones from man's neck but money; and the spirit cannot soar until the milestones are lifted. -- George Bernard Shaw |
|
|||
|
Davide Bianchi wrote:
> On 2004-08-29, Matt <nospam-1@spam.matt.blissett.me.uk> wrote: >> Could also be a firewall doing the same. > > The firewall would block also the access from the localnetwork. Not necessarily. I think the new Windows firewall has different rules for local and remote access. Others probably have this too. >> Or a router, not doing the port forwarding. > > If he is accessing the machine using the external IP and it works > there is no router doing NAT or port forwarding. (reinstated, written by the OP) | when i | connect to the internet and access the apache2 server with the ip | address provided by the ISP, then also it works fine. but when i give | that same ip address provided by the ISP to others, they are not able | to access my apache2 server. please help me out in configuring the | server. I have seen advertised a feature where the router with IP a.b.c.d will mirror packets sent to its own IP from the local network back to that network, as if they were from a true remote host. I don't know how this works, or if it works, or if it bypasses the port forwarding of the router. -- Matt -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |
|
|||
|
I'm running Apche 2 on a Win Server 2003.
Works fine from the my local network, works fine from any computer outside, but doesn't work when i call from my local network the outside address. Maybe the router/NAT gets confused, or the DNS-server (I would when someone asked me from 1.2.3.4 "what's the address from 1.2.3.4?). ;-) Dirk. "Matt" <nospam-1@spam.matt.blissett.me.uk> schreef in bericht news:pan.2004.08.30.23.27.53.262000@spam.matt.blis sett.me.uk... > Davide Bianchi wrote: > > > On 2004-08-29, Matt <nospam-1@spam.matt.blissett.me.uk> wrote: > >> Could also be a firewall doing the same. > > > > The firewall would block also the access from the localnetwork. > > Not necessarily. I think the new Windows firewall has different rules for > local and remote access. Others probably have this too. > > >> Or a router, not doing the port forwarding. > > > > If he is accessing the machine using the external IP and it works > > there is no router doing NAT or port forwarding. > > (reinstated, written by the OP) > | when i > | connect to the internet and access the apache2 server with the ip > | address provided by the ISP, then also it works fine. but when i give > | that same ip address provided by the ISP to others, they are not able > | to access my apache2 server. please help me out in configuring the > | server. > > I have seen advertised a feature where the router with IP a.b.c.d will > mirror packets sent to its own IP from the local network back to that > network, as if they were from a true remote host. I don't know how this > works, or if it works, or if it bypasses the port forwarding of the router. > > -- > Matt > > > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- > http://www.newsfeeds.com - The #1 Newsgroup Service in the World! > -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |
| Thread Tools | |
| Display Modes | |
|
|