<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>apache config problem - Apache Web servers - tribe.net</title>
  <link rel="alternate" href="http://apacheservers.tribe.net/thread/fc8e8623-cfce-483b-b377-1e92d31f612b?format=atom" />
  <subtitle>Tribe.net. Local Connections</subtitle>
  <entry>
    <title>Re: apache config problem</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/fc8e8623-cfce-483b-b377-1e92d31f612b#5c743fb5-91c6-4e9b-b1a5-8ae19e0a6ed7" />
    <author>
      <name>Devin</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/fc8e8623-cfce-483b-b377-1e92d31f612b#5c743fb5-91c6-4e9b-b1a5-8ae19e0a6ed7</id>
    <updated>2006-04-20T01:47:44Z</updated>
    <published>2006-04-20T01:47:44Z</published>
    <summary type="html">Good to see some activity in this tribe. &#xD;
&#xD;
Looks like you are on a windows machine, so I really have no clue. If you can use the usual sorts of permissions in the setting, can you use a "deny all" in you top level and then "allow from" for the folders later in the config or .htaccess (does windows use .htacess files with apache?). That would limit the web access, but not shell access.</summary>
    <dc:creator>Devin</dc:creator>
    <dc:date>2006-04-20T01:47:44Z</dc:date>
  </entry>
  <entry>
    <title>apache config problem</title>
    <link rel="alternate" href="http://ApacheServers.tribe.net/thread/fc8e8623-cfce-483b-b377-1e92d31f612b#e50f52b0-17f8-4a95-a24e-cf4f4d5ca9bd" />
    <author>
      <name>Ruku</name>
    </author>
    <id>http://ApacheServers.tribe.net/thread/fc8e8623-cfce-483b-b377-1e92d31f612b#e50f52b0-17f8-4a95-a24e-cf4f4d5ca9bd</id>
    <updated>2006-04-19T17:36:00Z</updated>
    <published>2006-04-19T17:36:00Z</published>
    <summary type="html">original thread: http://www.vbforums.com/showthread.php?t=400102&#xD;
&#xD;
Greetings people...&#xD;
&#xD;
First off, sorry if this is in the wrong section, but I couldn't figure where to put my thread, move if needed...&#xD;
&#xD;
I just bought a domain of one &amp;amp; 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.&#xD;
&#xD;
I used my sub-domains for user webpages, they have full access to their root, but they have access denial to anything else...&#xD;
&#xD;
apache config:&#xD;
Code:&#xD;
&#xD;
&amp;amp;lt;VirtualHost *&gt;&#xD;
 DocumentRoot d:/web/member/USERXXXXXXXX&#xD;
 ServerName USERXXXXXXXX.mydomain.com&#xD;
 User USERXXXXXXXX&#xD;
 Group MYGROUP_FTP&#xD;
 php_admin_value open_basedir "z:/web/member/USERXXXXXXXX"&#xD;
&amp;amp;lt;/VirtualHost&gt;&#xD;
&#xD;
&#xD;
so there, that was the way I locked them... however, since 1 &amp;amp; 1 does not allow wildcard fowarding (or so I think, help me on this if yes),&#xD;
&#xD;
My question is this how can I lock them to a folder... instead of a domain?&#xD;
&#xD;
let's say I do a virtual directory of&#xD;
&#xD;
mydomain.com/member/USERXXXXXXXX&#xD;
&#xD;
how can he be locked to z:\web\member\USERXXXXXXXX?&#xD;
&#xD;
(I'd need to change "ServerName USERXXXXXXXX.mydomain.com" by something that gets a folder instead of a domain)&#xD;
&#xD;
Thanks in advance to break out your heads for me...!!!!!</summary>
    <dc:creator>Ruku</dc:creator>
    <dc:date>2006-04-19T17:36:00Z</dc:date>
  </entry>
</feed>



