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 via router

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Common Alias for Dav Users  
Author Message
scorpio18

External


Since: Jan 15, 2004
Posts: 3



(Msg. 1) Posted: Fri Jan 16, 2004 1:18 am
Post subject: Configure via router
Archived from groups: alt>apache>configuration (more info?)

I'm a complete newbie to Apache, so any help would be appreciated in as
simple terms as possible.

I'm about to install Apache 2.0.48 on Windows XP via the Win32 installer. I
know this isn't the best O.S. but it's what I have to work with. Apache will
be installed on a system which is connected to a router. If the internal IP
is 10.0.0.5, how would I get http://my.ip.address to point to the system
which has Apache installed. I tried this once before briefly and it kept
asking for a username and password, which lead to my router setup
(10.0.0.2). It's probably easy to do, but as I say, it's all new to me.

--
Scorpio

 >> Stay informed about: Configure via router 
Back to top
Login to vote
virusfree1

External


Since: Jan 15, 2004
Posts: 2



(Msg. 2) Posted: Fri Jan 16, 2004 2:12 am
Post subject: Re: Configure via router [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 15 Jan 2004 22:18:30 -0000, "scorpio18"
<scorpio18.DeleteThis@reply.is.valid> wrote:

 >I'm a complete newbie to Apache, so any help would be appreciated in as
 >simple terms as possible.
 >
 >I'm about to install Apache 2.0.48 on Windows XP via the Win32 installer. I
 >know this isn't the best O.S. but it's what I have to work with. Apache will
 >be installed on a system which is connected to a router. If the internal IP
 >is 10.0.0.5, how would I get <a style='text-decoration: underline;' href="http://my.ip.address" target="_blank">http://my.ip.address</a> to point to the system
 >which has Apache installed. I tried this once before briefly and it kept
 >asking for a username and password, which lead to my router setup
 >(10.0.0.2). It's probably easy to do, but as I say, it's all new to me.

First off, have you made a DNS request with your internet provider?

If so, just make sure your assigned static IP is entered into the
router properly and port 80 points to the right machine internal IP..

Colyn Goodson

<a style='text-decoration: underline;' href="http://home.swbell.net/colyng" target="_blank">http://home.swbell.net/colyng</a>
<a style='text-decoration: underline;' href="http://www.colyngoodson.com" target="_blank">http://www.colyngoodson.com</a>
<a style='text-decoration: underline;' href="http://www.colyngoodson.com/manuals.html" target="_blank">http://www.colyngoodson.com/manuals.html</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Configure via router 
Back to top
Login to vote
spam_mich_voll

External


Since: Jan 01, 2004
Posts: 4



(Msg. 3) Posted: Fri Jan 16, 2004 3:16 am
Post subject: Re: Configure via router [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

you have to enable the port forwarding (port 80) of your router to
connect via your public ip to your apache server. Everyone can access
then to your webserver via the internet.
Is that what you want? if not, then just type http://localhost and
everything should work fine!

regards

klaus
 >> Stay informed about: Configure via router 
Back to top
Login to vote
scorpio18

External


Since: Jan 15, 2004
Posts: 3



(Msg. 4) Posted: Fri Jan 16, 2004 4:03 am
Post subject: Re: Configure via router [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Colyn" <virusfree.TakeThisOut@thisnetcom.net> wrote in message
news:cd7e00lse5rj3qi73kjhfih38n7jdim3iv@4ax.com...
 > On Thu, 15 Jan 2004 22:18:30 -0000, "scorpio18"
 > <scorpio18.TakeThisOut@reply.is.valid> wrote:
 >
  > >I'm a complete newbie to Apache, so any help would be appreciated in as
  > >simple terms as possible.
  > >
  > >I'm about to install Apache 2.0.48 on Windows XP via the Win32 installer.
I
  > >know this isn't the best O.S. but it's what I have to work with. Apache
will
  > >be installed on a system which is connected to a router. If the internal
IP
  > >is 10.0.0.5, how would I get <a style='text-decoration: underline;' href="http://my.ip.address" target="_blank">http://my.ip.address</a> to point to the system
  > >which has Apache installed. I tried this once before briefly and it kept
  > >asking for a username and password, which lead to my router setup
  > >(10.0.0.2). It's probably easy to do, but as I say, it's all new to me.
 >
 > First off, have you made a DNS request with your internet provider?
 >
 > If so, just make sure your assigned static IP is entered into the
 > router properly and port 80 points to the right machine internal IP..
 >

I'm using a dynamic IP at present, but I'm making sure I type
<a style='text-decoration: underline;' href="http://current.ip.address" target="_blank">http://current.ip.address</a> each time. I've tried setting the port to forward
to 10.0.0.5, which is the correct machine as <a style='text-decoration: underline;' href="http://10.0.0.5" target="_blank">http://10.0.0.5</a> works
internally. My router is a 4 Port SpeedCom+ ADSL Router, incase anybody
knows which settings I need to change to get this working, as I may be
changing the wrong thing.

--
Scorpio<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Configure via router 
Back to top
Login to vote
scorpio18

External


Since: Jan 15, 2004
Posts: 3



(Msg. 5) Posted: Fri Jan 16, 2004 4:04 am
Post subject: Re: Configure via router [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Klaus Kreuzpaintner" <spam_mich_voll DeleteThis @web.de> wrote in message
news:bu7702$rof$1@news-in.kamp.net...
 > Hi,
 >
 > you have to enable the port forwarding (port 80) of your router to
 > connect via your public ip to your apache server. Everyone can access
 > then to your webserver via the internet.
 > Is that what you want? if not, then just type <a style='text-decoration: underline;' href="http://localhost" target="_blank">http://localhost</a> and
 > everything should work fine!
 >

I've tried forwarding port 80, but I may be doing something wrong in the
ADSL router's settings. It's a 4 Port SpeedCom+ ADSL Router. If you (or
anyone) know which settings I need to change, and what those settings should
be, please let me know.

TIA

--
Scorpio<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Configure via router 
Back to top
Login to vote
zarwell1

External


Since: Jan 17, 2004
Posts: 1



(Msg. 6) Posted: Sat Jan 17, 2004 7:19 pm
Post subject: Re: Configure via router [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"scorpio18" <scorpio18 RemoveThis @reply.is.valid> wrote in message
news:40071277$0$61053$65c69314@mercury.nildram.net...
 > I'm a complete newbie to Apache, so any help would be appreciated in as
 > simple terms as possible.
 >
 > I'm about to install Apache 2.0.48 on Windows XP via the Win32 installer.
I
 > know this isn't the best O.S. but it's what I have to work with. Apache
will
 > be installed on a system which is connected to a router. If the internal
IP
 > is 10.0.0.5, how would I get <a style='text-decoration: underline;' href="http://my.ip.address" target="_blank">http://my.ip.address</a> to point to the system
 > which has Apache installed. I tried this once before briefly and it kept
 > asking for a username and password, which lead to my router setup
 > (10.0.0.2). It's probably easy to do, but as I say, it's all new to me.
 >
 > --
 > Scorpio
 >
 >

I have a similar setup. These are the steps I used and it works fine:
- foward port 80 to the machine running apache's IP: 10.0.0.5
- add "127.0.0.1 mysite.loc <a style='text-decoration: underline;' href="http://www.mysite.loc" target="_blank">www.mysite.loc</a>" to
C:\WINDOWS\system32\drivers\etc\hosts to test it locally
- add the following to httpd.conf:

NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin admin RemoveThis @mysite.com
ServerName <a style='text-decoration: underline;' href="http://www.mysite.com" target="_blank">www.mysite.com</a>
ServerAlias mysite.com *.mysite.com
DocumentRoot C:/www/mysite.com
</VirtualHost>

<VirtualHost *:80>
ServerAdmin admin RemoveThis @mysite.com
ServerName <a style='text-decoration: underline;' href="http://www.mysite.loc" target="_blank">www.mysite.loc</a>
ServerAlias mysite.loc *.mysite.loc
DocumentRoot C:/www/mysite.com
</VirtualHost>

Shut off Windows firewall and anything else just while testing to make sure
it's not blocking 80 like mine was. Check <a style='text-decoration: underline;' href="http://localhost" target="_blank">http://localhost</a> and make sure
apache is running. That's all I can think of but I'm fairly new to this too.
Luck.
Steve.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Configure via router 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Possible Apache configuration/router issue? - Okay, I'm at the end of my proverbial rope. I've got a Windows XP Pro box running Apache 1.3.27. I use Argosoft for my mail client, and I've changed the configuration of it so that I can access the web-based client on port 443 (getting around funky wor...

How to setup apache with dynamic IP behind a router/firewa.. - Hey all, I hope that question made sense. Just curious, I have the latest version of apache setup on my RH9 system at home. My ISP has allocated me a dynamic IP. On my router/firewall I redirected port 80 to a computer on my lan 192.168.0.3 I hav...

How to configure log files ? - Hello, Sorry for my poor english, I'm french. My Apache 1.3.19 (running on Red Hat), is configured to create one log file per virtual site (it's described in the httpd.conf). But the log I get are not complete enougth, I'd like to have the referrer, the....

how to configure Apache to run PHP from public_html? - Hello, as far as I know, I have to add a special <directory/> - Entry to my httpd.conf if I want to allow my users to run PHP-scripts from their home-directories. So I have created a folder named "public_html" in each /home/<userna...

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..
   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 ]