[PHP-WIN] DNS

2001-12-10 Thread Mike
This is kinda question relating to PHP and windows. I have setup my site with IIS 5.0 and PHP. Everything works fine. Now that I have my site ready I want to know if I have set my DNS zones up correctly. I have specifed the proper zones as in foreward and reverse, and I want to know if I am ready

Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread OoCobra97
Hello, you can also use mydomain.com...its your own domain www.abc.com you have full control of how to set it up, plus its free. ~Jeff

RE: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Ignatius Teo
Original Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 22 May 2001 13:08 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98 You don't need the DNS Unless you want to pay for the www.abc.com.my domain. All your r

RE: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread andrew morton
y 21, 2001 20:08 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98 You don't need the DNS Unless you want to pay for the www.abc.com.my domain. All your remote offices need to do to connect to the server is type in the IP of the server. T

Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Mike Kelley
You don't need the DNS Unless you want to pay for the www.abc.com.my domain. All your remote offices need to do to connect to the server is type in the IP of the server. The remote boxes will be directed into the web root directory. Give it a try, you already have what you want. The only plus

Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Calvin Chang
Thank you for your reply. Probably I can explain more detail to you the configuration: I want to install one web server in the main office and 3 pcs at different branches. The main purpose is to online the transactions at branches with main office. The web server is connected to internet using

Re: [PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Johan Lundqvist
Well, that depends on what you wanna do? > > Is it possible to set up a DNS server in a web server ? A server acting as web server can also host a DNS server. It's just 2 different services/deamons running on different IP ports (http/web commonly uses port 80 and DNS querys uses port 53). If yo

[PHP-WIN] DNS/WEB SERVER WITH APACHE/PHP/WIN98

2001-05-21 Thread Calvin Chang
Is it possible to set up a DNS server in a web server ? For your information, I intend also to develope in Apache/PHP/win98 environment. Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP-WIN] DNS question

2001-02-21 Thread Toby Butzon
You need to see if you can find a commandline method of restarting the service. For ex., the whole IIS service can be restarted with `net stop w3svc` and `net start w3svc`. Perhaps there is a similar command for bind? --Toby Richard wrote: > > Does anyone do any configuring of a DNS server with

[PHP-WIN] DNS question

2001-02-20 Thread Richard
Does anyone do any configuring of a DNS server with php? If so, what server do you use? I am currently using bind 4.x on my NT 4 server with IIS. To add a new domain, you create a new .host file with the appropriate records in it (a, mx, etc) and then add that .host file to the named.boot file.