Mailing List Archive

Keeping the address in the address field of the browser
Hi List

How can I configure my Apache server so that the address in the address
field of the browser doesn't change when a link is clicked?

For example if I enter www.mydomain.com in my browser it will take me to
that site.
But normaly if I click a link pointing to
www.mydomain.com/pages/newpage.html the browser will write this in the
address field.
How do I configure Apache so I keep www.mydomain.com in the address
field?

Jacob Vennervald

-----Original Message-----
From: Martin Haase-Thomas [mailto:mht@meome-ag.de]
Sent: 12. februar 2002 09:04
To: users@httpd.apache.org
Subject: Re: Two computers on the network


There's a wonderful little book available called "Linux in a Nutshell".
It will help you.

cheers
Martin

linux@altahost.com wrote:

>I have two computers on a network. Computer a has an IP and is
connected
>to the internet via Cable. Computer b is not connected to the internet
>via cable. How can I use computer a to access computer b via telnet, or
>http or ftp?
>
>
>Does this makes sense?
>
>Thanks for your help.
>
>Jeff
>
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server
Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Keeping the address in the address field of the browser [ In reply to ]
Jacob Vennervald Madsen wrote:
>
> Hi List
>
> How can I configure my Apache server so that the address in the address
> field of the browser doesn't change when a link is clicked?
>
> For example if I enter www.mydomain.com in my browser it will take me to
> that site.
> But normaly if I click a link pointing to
> www.mydomain.com/pages/newpage.html the browser will write this in the
> address field.
> How do I configure Apache so I keep www.mydomain.com in the address
> field?

This is client-side behaviour and has nothing to do with apache. This is
also the daftest request I have ever seen on this mailing list (and that
is saying something). Whatever would you want to do that for?

If you really like doing complicated work for pointless personal
aesthetics you could run your whole site from a global CGI script at the
top then all your links would be back to this CGI program with the page
definition hidden in a POST request. Don't dare ask for more details...

Rgds,

Owen Boyle.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: Keeping the address in the address field of the browser [ In reply to ]
> But i dont kow why you would want to.
It looks nicer.

So there is no way to configure myself out of this?

Jacob

-----Original Message-----
From: Alex Blundell (aj) [mailto:alexblundell@btinternet.com]
Sent: 12. februar 2002 10:33
To: users@httpd.apache.org
Subject: Re: Keeping the address in the address field of the browser


You could allways use a frame so that whenever you click a link the
address
in the adress bar doesnt change.. But i dont kow why you would want to.

----- Original Message -----
From: "Owen Boyle" <obo@bourse.ch>
To: <users@httpd.apache.org>
Sent: Tuesday, February 12, 2002 9:16 AM
Subject: Re: Keeping the address in the address field of the browser


> Jacob Vennervald Madsen wrote:
> >
> > Hi List
> >
> > How can I configure my Apache server so that the address in the
address
> > field of the browser doesn't change when a link is clicked?
> >
> > For example if I enter www.mydomain.com in my browser it will take
me to
> > that site.
> > But normaly if I click a link pointing to
> > www.mydomain.com/pages/newpage.html the browser will write this in
the
> > address field.
> > How do I configure Apache so I keep www.mydomain.com in the address
> > field?
>
> This is client-side behaviour and has nothing to do with apache. This
is
> also the daftest request I have ever seen on this mailing list (and
that
> is saying something). Whatever would you want to do that for?
>
> If you really like doing complicated work for pointless personal
> aesthetics you could run your whole site from a global CGI script at
the
> top then all your links would be back to this CGI program with the
page
> definition hidden in a POST request. Don't dare ask for more
details...
>
> Rgds,
>
> Owen Boyle.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Keeping the address in the address field of the browser [ In reply to ]
You could allways use a frame so that whenever you click a link the address
in the adress bar doesnt change.. But i dont kow why you would want to.

----- Original Message -----
From: "Owen Boyle" <obo@bourse.ch>
To: <users@httpd.apache.org>
Sent: Tuesday, February 12, 2002 9:16 AM
Subject: Re: Keeping the address in the address field of the browser


> Jacob Vennervald Madsen wrote:
> >
> > Hi List
> >
> > How can I configure my Apache server so that the address in the address
> > field of the browser doesn't change when a link is clicked?
> >
> > For example if I enter www.mydomain.com in my browser it will take me to
> > that site.
> > But normaly if I click a link pointing to
> > www.mydomain.com/pages/newpage.html the browser will write this in the
> > address field.
> > How do I configure Apache so I keep www.mydomain.com in the address
> > field?
>
> This is client-side behaviour and has nothing to do with apache. This is
> also the daftest request I have ever seen on this mailing list (and that
> is saying something). Whatever would you want to do that for?
>
> If you really like doing complicated work for pointless personal
> aesthetics you could run your whole site from a global CGI script at the
> top then all your links would be back to this CGI program with the page
> definition hidden in a POST request. Don't dare ask for more details...
>
> Rgds,
>
> Owen Boyle.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
RE: Keeping the address in the address field of the browser [ In reply to ]
I know the frame solution.

But if there was a way to do it through mod_rewrite, reverse proxy or
something like that I would like to know.

Thanks.

Jacob Vennervald

-----Original Message-----
From: Alex Blundell (aj) [mailto:alexblundell@btinternet.com]
Sent: 12. februar 2002 10:52
To: users@httpd.apache.org
Subject: Re: Keeping the address in the address field of the browser


But this is noting to do with apache ..its merely a simple html file
that
goes on your ftp.

----- Original Message -----
From: "Alex Blundell (aj)" <alexblundell@btinternet.com>
To: <users@httpd.apache.org>
Sent: Tuesday, February 12, 2002 9:50 AM
Subject: Re: Keeping the address in the address field of the browser


> There is a very easy way of doing this ...
>
> It works like a redirect.
> if you type in www.mydomain.com and click on a link
> www.mydomian.com/page1.html the www.mydomain.com will still stay in
the
> adress bar.
>
> if you want i can write down the html for you.
> ----- Original Message -----
> From: "Jacob Vennervald Madsen" <jvm@gopinocchio.com>
> To: <users@httpd.apache.org>
> Sent: Tuesday, February 12, 2002 9:29 AM
> Subject: RE: Keeping the address in the address field of the browser
>
>
> > But i dont kow why you would want to.
> It looks nicer.
>
> So there is no way to configure myself out of this?
>
> Jacob
>
> -----Original Message-----
> From: Alex Blundell (aj) [mailto:alexblundell@btinternet.com]
> Sent: 12. februar 2002 10:33
> To: users@httpd.apache.org
> Subject: Re: Keeping the address in the address field of the browser
>
>
> You could allways use a frame so that whenever you click a link the
> address
> in the adress bar doesnt change.. But i dont kow why you would want
to.
>
> ----- Original Message -----
> From: "Owen Boyle" <obo@bourse.ch>
> To: <users@httpd.apache.org>
> Sent: Tuesday, February 12, 2002 9:16 AM
> Subject: Re: Keeping the address in the address field of the browser
>
>
> > Jacob Vennervald Madsen wrote:
> > >
> > > Hi List
> > >
> > > How can I configure my Apache server so that the address in the
> address
> > > field of the browser doesn't change when a link is clicked?
> > >
> > > For example if I enter www.mydomain.com in my browser it will take
> me to
> > > that site.
> > > But normaly if I click a link pointing to
> > > www.mydomain.com/pages/newpage.html the browser will write this in
> the
> > > address field.
> > > How do I configure Apache so I keep www.mydomain.com in the
address
> > > field?
> >
> > This is client-side behaviour and has nothing to do with apache.
This
> is
> > also the daftest request I have ever seen on this mailing list (and
> that
> > is saying something). Whatever would you want to do that for?
> >
> > If you really like doing complicated work for pointless personal
> > aesthetics you could run your whole site from a global CGI script at
> the
> > top then all your links would be back to this CGI program with the
> page
> > definition hidden in a POST request. Don't dare ask for more
> details...
> >
> > Rgds,
> >
> > Owen Boyle.
> >
> >
---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Keeping the address in the address field of the browser [ In reply to ]
There is a very easy way of doing this ...

It works like a redirect.
if you type in www.mydomain.com and click on a link
www.mydomian.com/page1.html the www.mydomain.com will still stay in the
adress bar.

if you want i can write down the html for you.
----- Original Message -----
From: "Jacob Vennervald Madsen" <jvm@gopinocchio.com>
To: <users@httpd.apache.org>
Sent: Tuesday, February 12, 2002 9:29 AM
Subject: RE: Keeping the address in the address field of the browser


> But i dont kow why you would want to.
It looks nicer.

So there is no way to configure myself out of this?

Jacob

-----Original Message-----
From: Alex Blundell (aj) [mailto:alexblundell@btinternet.com]
Sent: 12. februar 2002 10:33
To: users@httpd.apache.org
Subject: Re: Keeping the address in the address field of the browser


You could allways use a frame so that whenever you click a link the
address
in the adress bar doesnt change.. But i dont kow why you would want to.

----- Original Message -----
From: "Owen Boyle" <obo@bourse.ch>
To: <users@httpd.apache.org>
Sent: Tuesday, February 12, 2002 9:16 AM
Subject: Re: Keeping the address in the address field of the browser


> Jacob Vennervald Madsen wrote:
> >
> > Hi List
> >
> > How can I configure my Apache server so that the address in the
address
> > field of the browser doesn't change when a link is clicked?
> >
> > For example if I enter www.mydomain.com in my browser it will take
me to
> > that site.
> > But normaly if I click a link pointing to
> > www.mydomain.com/pages/newpage.html the browser will write this in
the
> > address field.
> > How do I configure Apache so I keep www.mydomain.com in the address
> > field?
>
> This is client-side behaviour and has nothing to do with apache. This
is
> also the daftest request I have ever seen on this mailing list (and
that
> is saying something). Whatever would you want to do that for?
>
> If you really like doing complicated work for pointless personal
> aesthetics you could run your whole site from a global CGI script at
the
> top then all your links would be back to this CGI program with the
page
> definition hidden in a POST request. Don't dare ask for more
details...
>
> Rgds,
>
> Owen Boyle.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Keeping the address in the address field of the browser [ In reply to ]
But this is noting to do with apache ..its merely a simple html file that
goes on your ftp.

----- Original Message -----
From: "Alex Blundell (aj)" <alexblundell@btinternet.com>
To: <users@httpd.apache.org>
Sent: Tuesday, February 12, 2002 9:50 AM
Subject: Re: Keeping the address in the address field of the browser


> There is a very easy way of doing this ...
>
> It works like a redirect.
> if you type in www.mydomain.com and click on a link
> www.mydomian.com/page1.html the www.mydomain.com will still stay in the
> adress bar.
>
> if you want i can write down the html for you.
> ----- Original Message -----
> From: "Jacob Vennervald Madsen" <jvm@gopinocchio.com>
> To: <users@httpd.apache.org>
> Sent: Tuesday, February 12, 2002 9:29 AM
> Subject: RE: Keeping the address in the address field of the browser
>
>
> > But i dont kow why you would want to.
> It looks nicer.
>
> So there is no way to configure myself out of this?
>
> Jacob
>
> -----Original Message-----
> From: Alex Blundell (aj) [mailto:alexblundell@btinternet.com]
> Sent: 12. februar 2002 10:33
> To: users@httpd.apache.org
> Subject: Re: Keeping the address in the address field of the browser
>
>
> You could allways use a frame so that whenever you click a link the
> address
> in the adress bar doesnt change.. But i dont kow why you would want to.
>
> ----- Original Message -----
> From: "Owen Boyle" <obo@bourse.ch>
> To: <users@httpd.apache.org>
> Sent: Tuesday, February 12, 2002 9:16 AM
> Subject: Re: Keeping the address in the address field of the browser
>
>
> > Jacob Vennervald Madsen wrote:
> > >
> > > Hi List
> > >
> > > How can I configure my Apache server so that the address in the
> address
> > > field of the browser doesn't change when a link is clicked?
> > >
> > > For example if I enter www.mydomain.com in my browser it will take
> me to
> > > that site.
> > > But normaly if I click a link pointing to
> > > www.mydomain.com/pages/newpage.html the browser will write this in
> the
> > > address field.
> > > How do I configure Apache so I keep www.mydomain.com in the address
> > > field?
> >
> > This is client-side behaviour and has nothing to do with apache. This
> is
> > also the daftest request I have ever seen on this mailing list (and
> that
> > is saying something). Whatever would you want to do that for?
> >
> > If you really like doing complicated work for pointless personal
> > aesthetics you could run your whole site from a global CGI script at
> the
> > top then all your links would be back to this CGI program with the
> page
> > definition hidden in a POST request. Don't dare ask for more
> details...
> >
> > Rgds,
> >
> > Owen Boyle.
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Keeping the address in the address field of the browser [ In reply to ]
Im not sure about mod_rewrite.. in theroy yes.. but i dont know exactly how
you would go about it.


----- Original Message -----
From: "Jacob Vennervald Madsen" <jvm@gopinocchio.com>
To: <users@httpd.apache.org>
Sent: Tuesday, February 12, 2002 9:44 AM
Subject: RE: Keeping the address in the address field of the browser


I know the frame solution.

But if there was a way to do it through mod_rewrite, reverse proxy or
something like that I would like to know.

Thanks.

Jacob Vennervald

-----Original Message-----
From: Alex Blundell (aj) [mailto:alexblundell@btinternet.com]
Sent: 12. februar 2002 10:52
To: users@httpd.apache.org
Subject: Re: Keeping the address in the address field of the browser


But this is noting to do with apache ..its merely a simple html file
that
goes on your ftp.

----- Original Message -----
From: "Alex Blundell (aj)" <alexblundell@btinternet.com>
To: <users@httpd.apache.org>
Sent: Tuesday, February 12, 2002 9:50 AM
Subject: Re: Keeping the address in the address field of the browser


> There is a very easy way of doing this ...
>
> It works like a redirect.
> if you type in www.mydomain.com and click on a link
> www.mydomian.com/page1.html the www.mydomain.com will still stay in
the
> adress bar.
>
> if you want i can write down the html for you.
> ----- Original Message -----
> From: "Jacob Vennervald Madsen" <jvm@gopinocchio.com>
> To: <users@httpd.apache.org>
> Sent: Tuesday, February 12, 2002 9:29 AM
> Subject: RE: Keeping the address in the address field of the browser
>
>
> > But i dont kow why you would want to.
> It looks nicer.
>
> So there is no way to configure myself out of this?
>
> Jacob
>
> -----Original Message-----
> From: Alex Blundell (aj) [mailto:alexblundell@btinternet.com]
> Sent: 12. februar 2002 10:33
> To: users@httpd.apache.org
> Subject: Re: Keeping the address in the address field of the browser
>
>
> You could allways use a frame so that whenever you click a link the
> address
> in the adress bar doesnt change.. But i dont kow why you would want
to.
>
> ----- Original Message -----
> From: "Owen Boyle" <obo@bourse.ch>
> To: <users@httpd.apache.org>
> Sent: Tuesday, February 12, 2002 9:16 AM
> Subject: Re: Keeping the address in the address field of the browser
>
>
> > Jacob Vennervald Madsen wrote:
> > >
> > > Hi List
> > >
> > > How can I configure my Apache server so that the address in the
> address
> > > field of the browser doesn't change when a link is clicked?
> > >
> > > For example if I enter www.mydomain.com in my browser it will take
> me to
> > > that site.
> > > But normaly if I click a link pointing to
> > > www.mydomain.com/pages/newpage.html the browser will write this in
> the
> > > address field.
> > > How do I configure Apache so I keep www.mydomain.com in the
address
> > > field?
> >
> > This is client-side behaviour and has nothing to do with apache.
This
> is
> > also the daftest request I have ever seen on this mailing list (and
> that
> > is saying something). Whatever would you want to do that for?
> >
> > If you really like doing complicated work for pointless personal
> > aesthetics you could run your whole site from a global CGI script at
> the
> > top then all your links would be back to this CGI program with the
> page
> > definition hidden in a POST request. Don't dare ask for more
> details...
> >
> > Rgds,
> >
> > Owen Boyle.
> >
> >
---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Keeping the address in the address field of the browser [ In reply to ]
On Tue, Feb 12, 2002 at 10:29:27AM +0100, Jacob Vennervald Madsen wrote:
> > But i dont kow why you would want to.
> It looks nicer.

Let form follow function.

Maurice

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Keeping the address in the address field of the browser [ In reply to ]
one way is to use frames...

Jacob Vennervald Madsen wrote:
>
> Hi List
>
> How can I configure my Apache server so that the address in the address
> field of the browser doesn't change when a link is clicked?
>
> For example if I enter www.mydomain.com in my browser it will take me to
> that site.
> But normaly if I click a link pointing to
> www.mydomain.com/pages/newpage.html the browser will write this in the
> address field.
> How do I configure Apache so I keep www.mydomain.com in the address
> field?
>
> Jacob Vennervald
>
> -----Original Message-----
> From: Martin Haase-Thomas [mailto:mht@meome-ag.de]
> Sent: 12. februar 2002 09:04
> To: users@httpd.apache.org
> Subject: Re: Two computers on the network
>
> There's a wonderful little book available called "Linux in a Nutshell".
> It will help you.
>
> cheers
> Martin
>
> linux@altahost.com wrote:
>
> >I have two computers on a network. Computer a has an IP and is
> connected
> >to the internet via Cable. Computer b is not connected to the internet
> >via cable. How can I use computer a to access computer b via telnet, or
> >http or ftp?
> >
> >
> >Does this makes sense?
> >
> >Thanks for your help.
> >
> >Jeff
> >
> >
> >
> >---------------------------------------------------------------------
> >The official User-To-User support forum of the Apache HTTP Server
> Project.
> >See <URL:http://httpd.apache.org/userslist.html> for more info.
> >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

--
_\/
(@@) Waldo Kitty, Waldo's Place USA
__ooO_( )_Ooo_____________________ telnet://bbs.wpusa.dynip.com
_|_____|_____|_____|_____|_____|_____ http://www.wpusa.dynip.com
____|_____|_____|_____|_____|_____|_____ ftp://ftp.wpusa.dynip.com
_|_Eat_SPAM_to_email_me!_YUM!__|_____|_____ wkitty42 (at) alltel.net

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org