Setting up an svn-Subdomain

Discussion in 'Installation/Configuration' started by symfony, Nov 28, 2006.

  1. symfony

    symfony New Member

    Hello,
    I've a Problem setting up a subdomain for my svn. I want to access my svn via svn.mydomain.com, but thats impossible for me. I've tried it, with configuration the main-domain adding apache directives. Also I've tried to do that with a new webside called svn.mydomain.com and changing it there. Everthing failed..
    When acessing svn.mydomain.com the DocumentRoot should be /var/mysvn..
    Is it possible?
    Thanks for your help :)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Create a A-Record for svn in the authoritive DNS server for the domain mydomain.com

    2) Create a vhost in your httpd.conf or apache.conf file for svn.mydomain.com. You can not use a ISPConfig website when the document root of the website shall be /var/mysvn
     
  3. poba

    poba New Member

    Hi,

    i'm trying to create subdomain forum.purani.si. I created new site in ISPconfig and used "forum" as hostname. It's not working. What is the problem?

    Tilen
     
  4. symfony

    symfony New Member

    Hey,
    I think that your problim is different from my 'threadstarted' and it is wrong in this thread. But thats life ;)
    But by the way, you have to create a new side called forum.blabla.org and the hostname could be www or so, thats not important. Or you can create a new subdomain under the main side blabla.org.. I think the forum search here could help..
    kind regards
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Your subdomain doesn't exist in DNS:

    Code:
    dig forum.purani.si
    
    ; <<>> DiG 9.2.1 <<>> forum.purani.si
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 31771
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;forum.purani.si.               IN      A
    
    ;; AUTHORITY SECTION:
    si.                     10800   IN      SOA     ns1.arnes.si. hostmaster.arnes.si. 2006121306 3600 1800 3600000 21600
    
    ;; Query time: 29 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Wed Dec 13 14:40:19 2006
    ;; MSG SIZE  rcvd: 90
     

Share This Page