Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

configure apache2 so that it can be accessed from the inte..

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  jpeg display problem  
Author Message
user2949

External


Since: Aug 28, 2004
Posts: 1



(Msg. 1) Posted: Sat Aug 28, 2004 10:21 pm
Post subject: configure apache2 so that it can be accessed from the internet
Archived from groups: alt>apache>configuration (more info?)

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

 >> Stay informed about: configure apache2 so that it can be accessed from the inte.. 
Back to top
Login to vote
user2650

External


Since: Jan 21, 2004
Posts: 7



(Msg. 2) Posted: Sat Aug 28, 2004 11:25 pm
Post subject: Re: configure apache2 so that it can be accessed from the internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 RemoveThis @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 <a style='text-decoration: underline;' href="http://192.168.0.1" target="_blank">http://192.168.0.1</a> 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
 > ------------------------------------------------------------------------
<font color=purple> > Posted via <a style='text-decoration: underline;' href="http://www.webservertalk.com</font" target="_blank">http://www.webservertalk.com</font</a>>
 > ------------------------------------------------------------------------
<font color=purple> > View this thread: <a style='text-decoration: underline;' href="http://www.webservertalk.com/message370121.html</font" target="_blank">http://www.webservertalk.com/message370121.html</font</a>>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: configure apache2 so that it can be accessed from the inte.. 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 3) Posted: Sun Aug 29, 2004 8:27 am
Post subject: Re: configure apache2 so that it can be accessed from the internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2004-08-29, salilbhattarai <salilbhattarai.1bq093 RemoveThis @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"<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: configure apache2 so that it can be accessed from the inte.. 
Back to top
Login to vote
user2865

External


Since: Jul 09, 2004
Posts: 13



(Msg. 4) Posted: Sun Aug 29, 2004 3:30 pm
Post subject: Re: configure apache2 so that it can be accessed from the internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Davide Bianchi wrote:

 > On 2004-08-29, salilbhattarai <salilbhattarai.1bq093.DeleteThis@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 =-----
<a style='text-decoration: underline;' href="http://www.newsfeeds.com" target="_blank">http://www.newsfeeds.com</a> - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: configure apache2 so that it can be accessed from the inte.. 
Back to top
Login to vote
user2950

External


Since: Aug 29, 2004
Posts: 1



(Msg. 5) Posted: Sun Aug 29, 2004 6:08 pm
Post subject: php and apache update [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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?
 >> Stay informed about: configure apache2 so that it can be accessed from the inte.. 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 6) Posted: Sun Aug 29, 2004 6:58 pm
Post subject: Re: configure apache2 so that it can be accessed from the internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2004-08-29, Matt <nospam-1.RemoveThis@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<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: configure apache2 so that it can be accessed from the inte.. 
Back to top
Login to vote
user2865

External


Since: Jul 09, 2004
Posts: 13



(Msg. 7) Posted: Tue Aug 31, 2004 3:27 am
Post subject: Re: configure apache2 so that it can be accessed from the internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Davide Bianchi wrote:

 > On 2004-08-29, Matt <nospam-1.RemoveThis@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 =-----
<a style='text-decoration: underline;' href="http://www.newsfeeds.com" target="_blank">http://www.newsfeeds.com</a> - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: configure apache2 so that it can be accessed from the inte.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
how to configure Apache2 with mod_mono - I' working on Debian, and i have problems how to configure apache2, to work with mod_mono. Sitation is something like that, mono is installed from deb, also apache2. I tried to confugure mod_mono-0.4 and 0.3.7, but without success. I was working on..

Apache Not Responding When Being Accessed From Outside Loc.. - Heya, I've just set up a Solaris 9 install and got the bundled apache up and running, however while i can reach apache from the local network via my outside world ip, anyone out side the local network (i.e joe internet) can't get anything from apache...

Auto display source for existing .php when .phps is accessed - Hi there. I'm currently tutoring a small group of individuals. The topic is PHP-programming. As a result I'm dealing with a lot of example code, that I wish to both show and execute. I finding it extremely inefficient having to create two files for..

configure ssl - how configure and enable ssl with apache 2.0 ? thanks, sebosac.

Apache Configure - Hello. I'm having problems with the httpd created from configure/make/make install. I'm trying to compile apache 2.0.49 on Red Hat linux 7.2. I run configure with the following flags: ../configure --enable-mods-shared=all --enable-so --enable-ssl..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]