OK, first of all thank you for explaining me.
I have one porblem and that is:
if I give input the IP of my servercomputer net-card at the "Listen"-option,
the apache server closes imidiately after starting up.
So I don't knwo what I'm doing wrong, but I can't type that.
And if I type the one of one of my clients, it does start. (Yes, I have
non-dynamic IP-addresses)
So I'm really sorry but, I can't understand what is wrong so far.

Does anybody knows what's wrong?

M.B.

"Constantin Baciu" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]...
> First of all... Listen <IP of another computer...> is WRONG.... This
> directive is there to use in case of multiple net-cards installed on the
> computer... Every card installed has it's own IP address... So you SHOULD
> HAVE   Listen <IP of one net-card installed on the computer (the one with
> the server....)>
>
> Second: Bind is used if you want to have multiple Virtual Hosts on the
same
> server...
> I.E... you Bind www.host1.com to IP1 and www.host2.com to IP2....
>
> I hope that you get it...
>
>
> "M.B." <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > I don't understand you fully, but one thing is clear: I don't whant to
use
> a
> > DNS server (yet).
> > When I refer to the IP of the computer with apache on it, I still have
to
> > make an internetconnection.
> > maby that I didn't set my file write, but maby this will help you to
help
> me
> > further.
> > This are some parts of my httpd.conf-file:
> >
> > ### Section 1: Global Environment
> > #
> > # The directives in this section affect the overall operation of Apache,
> > # such as the number of concurrent requests it can handle or where it
> > # can find its configuration files.
> > #
> >
> > #
> > # ServerType is either inetd, or standalone.  Inetd mode is only
supported
> > on
> > # Unix platforms.
> > #
> > ServerType standalone
> >
> > ---------------------------------------
> > #
> > # Listen: Allows you to bind Apache to specific IP addresses and/or
> > # ports, in addition to the default. See also the <VirtualHost>
> > # directive.
> > #
> > Listen <THE IP of anouther computer in the network>
> > Listen <a speciall port> (works)
> > -------------------------------------
> > #
> > # BindAddress: You can support virtual hosts with this option. This
> > directive
> > # is used to tell the server which IP address to listen to. It can
either
> > # contain "*", an IP address, or a fully qualified Internet domain name.
> > # See also the <VirtualHost> and Listen directives.
> > #
> > BindAddress *
> > -----------------------------
> > ServerName Localhost
> > ------------------------------
> >
> >
> > (PS. I do not made a VirtualHost)
> > Maby now you now what the problem is or what goes wrong.
> >
> > M.B.
> >
> >
> > "Constantin Baciu" <[EMAIL PROTECTED]> schreef in bericht
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > No...
> > >
> > > What I mean is:
> > > 1. Either you setup a DNS server on the computer that you run apache
on.
> > If
> > > you do that, you have to set the
> > >  DNS on the computer that are on the local network. Then, in the
> browsers,
> > > you refer by server-name.....
> > >
> > > 2. You do not set any DNS server, and you refer to the site (in the
> > > browsers)    by the IP of the computer with apache....
> > >
> > > Hope that you understand and hope that helps...
> > >
> > > Best...
> > >
> > > "M.B." <[EMAIL PROTECTED]> wrote in message
> > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > So you mean by listening to the IP (in the httd.conf-file)?
> > > > I already done that, but then I typed the IP of my server in my
> browser
> > > > (wich can't be written in the httd.conf-file because it crahsses
then)
> > and
> > > > then my computer needs an internetconnection.
> > > > But that is the thing I do not want to use.
> > > > How do I get to the pages to see on my ather computers in the
network,
> > > what
> > > > do I have to type in my browser, when I'm listening to the IP from
> that
> > > > computer so that I don't have to make an internetconnection? (I
> already
> > > > tried listening to a port, and then giving an IP to, but that
> didn'help.
> > > > So what is it that I do wrong?
> > > >
> > > > M.B.
> > > >
> > > >
> > > > "Constantin Baciu" <[EMAIL PROTECTED]> schreef in bericht
> > > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > > For the second question:
> > > > >
> > > > > try connecting through the IP (not the server name.....)
> > > > >
> > > > >
> > > > > "M.B." <[EMAIL PROTECTED]> wrote in message
> > > > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > > > Hi, I have installed PHPTraid so, that went OK.
> > > > > > But I have a network and I would like to see the pages on the
> > > computers
> > > > > that
> > > > > > are connected to the servercomputer. (win ME)
> > > > > > I tried a lot of things already and I have one problem:
> > > > > > when I type in that he must Listen to <IP computer> then
everytime
> > I'm
> > > > not
> > > > > > connected  to to the network, my computer with the apache server
> > can't
> > > > > run.
> > > > > > And anouther problemm that I have is: that when I try to go to
the
> > > site
> > > > on
> > > > > > one of the connected computers in my network, I have to have an
> > > > > > internetconnection to view the pages (I also use a port to
listen
> to
> > > in
> > > > > the
> > > > > > file) but when I have my internetconnection it isn't used only
the
> > > > network
> > > > > > is used, how can I make it work without the use of an
> > > > internetconnection?
> > > > > >
> > > > > > M.B.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to