Results 1 to 7 of 7

Thread: Apache chroot question... [resolved]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Resolved Apache chroot question... [resolved]

    Greetings people...

    First off, sorry if this is in the wrong section, but I couldn't figure where to put my thread, move if needed...

    I just bought a domain of one & one (great deal 7$ domain)... and I don't think you can enable a wildcard (*.mydomain.com) through them... which I usually used with apache.

    I used my sub-domains for user webpages, they have full access to their root, but they have access denial to anything else...

    apache config:
    Code:
    <VirtualHost *>
     DocumentRoot d:/web/member/USERXXXXXXXX
     ServerName USERXXXXXXXX.mydomain.com
     User USERXXXXXXXX
     Group MYGROUP_FTP
     php_admin_value open_basedir "z:/web/member/USERXXXXXXXX"
    </VirtualHost>
    so there, that was the way I locked them... however, since 1 & 1 does not allow wildcard fowarding (or so I think, help me on this if yes),

    My question is this how can I lock them to a folder... instead of a domain?

    let's say I do a virtual directory of

    mydomain.com/member/USERXXXXXXXX

    how can he be locked to z:\web\member\USERXXXXXXXX?

    (I'd need to change "ServerName USERXXXXXXXX.mydomain.com" by something that gets a folder instead of a domain)

    Thanks in advance to break out your heads for me...!!!!!


    Last edited by Ruku; Apr 27th, 2006 at 06:25 PM.

    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

Posting Permissions

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



Click Here to Expand Forum to Full Width