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

Disable "computer name" lookup on LAN

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  mod_rewrite On-the-fly Content-Regeneration not w..  
Author Message
ng4rrjanbiah

External


Since: Feb 23, 2004
Posts: 8



(Msg. 1) Posted: Thu Sep 30, 2004 2:23 am
Post subject: Disable "computer name" lookup on LAN
Archived from groups: alt>apache>configuration (more info?)

This seems to be a simple question, but I couldn't find any solution
even after googling.

How to disable computer name based lookup if all the systems are
connected in LAN. For example,

http://joe/foo.php . Here one can use the file in system "joe" even
from other system say "brown" and vice-versa. Anyway to disable this
option? TIA

--
| Just another PHP saint |
Email: rrjanbiah-at-Y!com

 >> Stay informed about: Disable "computer name" lookup on LAN 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Thu Sep 30, 2004 9:29 am
Post subject: Re: Disable "computer name" lookup on LAN [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2004-09-30, R. Rajesh Jeba Anbiah <ng4rrjanbiah.RemoveThis@rediffmail.com> wrote:
 > How to disable computer name based lookup if all the systems are
 > connected in LAN.

Switch off your DNS.
Davide

--
When you need a helpline for breakfast cereals, it's time to start
thinking about tearing down civilisation and giving the ants a go.
--Chris King<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Disable "computer name" lookup on LAN 
Back to top
Login to vote
ng4rrjanbiah

External


Since: Feb 23, 2004
Posts: 8



(Msg. 3) Posted: Thu Sep 30, 2004 9:29 am
Post subject: Re: Disable "computer name" lookup on LAN [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Davide Bianchi <davideyeahsure DeleteThis @onlyforfun.net> wrote in message news:<slrncln9u0.1hc.davideyeahsure DeleteThis @fogg.onlyforfun.net>...
 > On 2004-09-30, R. Rajesh Jeba Anbiah <ng4rrjanbiah DeleteThis @rediffmail.com> wrote:
  > > How to disable computer name based lookup if all the systems are
  > > connected in LAN.
 >
 > Switch off your DNS.

Forgive my ignorance. Do you mean to disable DNS under TCP/IP
settings? If so, that doesn't work (for me).

Also, if we do so, wouldn't it affect our internet browsing? I
mean, is there anyway to do it under Apache itself?

--
| Just another PHP saint |
Email: rrjanbiah-at-Y!com<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable "computer name" lookup on LAN 
Back to top
Login to vote
user614

External


Since: Oct 01, 2004
Posts: 117



(Msg. 4) Posted: Thu Sep 30, 2004 4:11 pm
Post subject: Re: Disable "computer name" lookup on LAN [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

answer =3D you can't as the lan network pc's broadcast the netbios name =
and would still get to web server.

You could however just listen apache on 127.0.0.1 port 80 and NOTHING =
Else


"R. Rajesh Jeba Anbiah" <ng4rrjanbiah DeleteThis @rediffmail.com> wrote in message =
news:abc4d8b8.0409300241.34672a56@posting.google.com...
 > Davide Bianchi <davideyeahsure DeleteThis @onlyforfun.net> wrote in message =
news:<slrncln9u0.1hc.davideyeahsure DeleteThis @fogg.onlyforfun.net>...
  > > On 2004-09-30, R. Rajesh Jeba Anbiah <ng4rrjanbiah DeleteThis @rediffmail.com> =
wrote:
   > > > How to disable computer name based lookup if all the systems are
   > > > connected in LAN.
  > >=20
  > > Switch off your DNS.
 >=20
 > Forgive my ignorance. Do you mean to disable DNS under TCP/IP
 > settings? If so, that doesn't work (for me).
 >=20
 > Also, if we do so, wouldn't it affect our internet browsing? I
 > mean, is there anyway to do it under Apache itself?
 >=20
 > --=20
 > | Just another PHP saint |
 > Email: rrjanbiah-at-Y!com<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable "computer name" lookup on LAN 
Back to top
Login to vote
ng4rrjanbiah

External


Since: Feb 23, 2004
Posts: 8



(Msg. 5) Posted: Sat Oct 02, 2004 1:41 am
Post subject: Re: Disable "computer name" lookup on LAN [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Newsgroup Poster" <dont.need DeleteThis @my.address.ok> wrote in message news:<cjgt65$njo$1$8300dec7@news.demon.co.uk>...
 > answer = you can't as the lan network pc's broadcast the netbios name
 > and would still get to web server.
 >
 > You could however just listen apache on 127.0.0.1 port 80 and NOTHING
 > Else

Many thanks. I changed

Listen 80
to
Listen 127.0.0.1:80

Now it seems to do the trick. Thanks.

--
| Just another PHP saint |
Email: rrjanbiah-at-Y!com<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable "computer name" lookup on LAN 
Back to top
Login to vote
user614

External


Since: Oct 01, 2004
Posts: 117



(Msg. 6) Posted: Mon Oct 04, 2004 12:53 pm
Post subject: Re: Disable "computer name" lookup on LAN [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Smile

"R. Rajesh Jeba Anbiah" <ng4rrjanbiah.RemoveThis@rediffmail.com> wrote in message =
news:abc4d8b8.0410012141.1c393710@posting.google.com...
 > "Newsgroup Poster" <dont.need.RemoveThis@my.address.ok> wrote in message =
news:<cjgt65$njo$1$8300dec7@news.demon.co.uk>...
  > > answer =3D you can't as the lan network pc's broadcast the netbios =
name=20
  > > and would still get to web server.
  > >=20
  > > You could however just listen apache on 127.0.0.1 port 80 and =
NOTHING=20
  > > Else
 >=20
 > Many thanks. I changed
 >=20
 > Listen 80=20
 > to=20
 > Listen 127.0.0.1:80
 >=20
 > Now it seems to do the trick. Thanks.
 >=20
 > --=20
 > | Just another PHP saint |
 > Email: rrjanbiah-at-Y!com<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Disable "computer name" lookup on LAN 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Disable SSI for WebDAV? - We use SSI to include some standard headers and footers. And we want to give some authors access to the content by using WebDAV. The problem is that also when using WebDAV the SSIs are executed. That's really not fine because after the first WebDAV writ...

Disable Proxy? - Hi all, Does anyone know how to disable proxy server to cache my Apache web server content? Cause my Apache is running application instead of static homepages. Is there any setting in the httpd.conf to do this? I don't want to add too many <meta..

/etc/passwd is vieable - how to disable it - Hi, I am using Apache for more than 5 years and last night I noticed, that every ftp user on my server can see the content of /etc/passwd file using php! (other important system files too). It is obvious - I do not want other pepople to see these files...

Disable File Upload - Hello, I have a Web server and would like to disable HTTP file upload altogether so as to restrict CGI programs written in any languages. What is the best way to do so? Thanks. -- Regards, Bernard Chan

Cobalt RAQ4 - Disable POP - Hi All I have a RAQ4 server that I want to host web mail services from - is there an easy way to disable POP3 so the users have to use the web mail (As I don't want the clever users to figure out they can use POP3) Thanks
   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 ]