You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Admin <ko...@naisp.net> on 2002/04/08 23:54:15 UTC

Re: Apache with many users

Look for a section, like the one below...this is where and how you configure
it...for
users own directories...
you can also change the path to be whatever you like...your users to be....

> #
> # UserDir: The name of the directory which is appended onto a user's home
> # directory if a ~user request is received.
> #
> # Under Win32, we do not currently try to determine the home directory of
> # a Windows login, so a format such as that below needs to be used.  See
> # the UserDir documentation for details.
> #
> <IfModule mod_userdir.c>
>     UserDir "C:/Program Files/Apache Group/Apache/users/"
> </IfModule>
>
> #
> # Control access to UserDir directories.  The following is an example
> # for a site where these directories are restricted to read-only.
> #
> #<Directory "C:/Program Files/Apache Group/Apache/users">
> #    AllowOverride FileInfo AuthConfig Limit
> #    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
> #    <Limit GET POST OPTIONS PROPFIND>
> #        Order allow,deny
> #        Allow from all
> #    </Limit>
> #    <LimitExcept GET POST OPTIONS PROPFIND>
> #        Order deny,allow
> #        Deny from all
> #    </LimitExcept>
> #</Directory>

Wallace Kha wrote:

> Hi Gurus,
> I am running Solaris 8 with Apache webserver 1.3. I have a lot of users on my
> server and I want all these users to be able to make use of Apache on their own
> account. Is this possible and how do I implement this ? Example, If user 1 wants
> to post his own content on the webserver, he can put all the content in a
> directory like ~/public_html. But he can view the files with the URL :
>
> http://<Address of webserver>/~user1
>
> This way all users can post there own content on there own account.
>
> Thanks.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

--
<******** http://www.myispnet.net ********>
Admin -  My ISP Network
admin@myispnet.net
ICQ# 7110071
MSN Messenger= myispnet@hotmail.com



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org