Results 1 to 4 of 4

Thread: diferent server?

Hybrid View

  1. #1
    Join Date
    Aug 2013
    Beans
    30

    diferent server?

    It's possible to setup dns server and apache on other server? I have bind9 and apache on same server and i want to move apache to other server. How to point domain name with apache server?

  2. #2
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: diferent server?

    Quote Originally Posted by Bondar_Mircea View Post
    It's possible to setup dns server and apache on other server? I have bind9 and apache on same server and i want to move apache to other server. How to point domain name with apache server?
    Code:
    $ttl 38400
    @ IN SOA ns1.beestudio.ro. admin.beestudio.ro. (
    2013092925
    10800
    3600
    604800
    38400 )
    @ IN NS ns1.beestudio.ro.
    @ IN NS ns2.beestudio.ro.
    @ IN MX 10 mail.beestudio.ro.
    @ IN A 5.12.101.175
    ns1 IN A 5.12.101.175
    ns2 IN A 5.12.101.175
    mail IN A 5.12.101.175
    www IN A 5.12.101.175
    Change the IPs on the following lines to the IPs of your new apache server
    Code:
    @ IN A 5.12.101.175
    www IN A 5.12.101.175
    Restart bind9
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  3. #3
    Join Date
    Aug 2013
    Beans
    30

    Re: diferent server?

    Can i use internal ip like: 192.168.0.25?

  4. #4
    Join Date
    Aug 2013
    Beans
    30

    Re: diferent server?

    I want to this: When client try to access ns1.beestudio.ro i want to deny access like this. If you acces ns1.rdsnet.ro nothing display. ..if you enter rdsnet.ro the page of rds diplay..How can i do this on my server?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •