[Ilugc] apache server config doubt

  • From: mbchandar@xxxxxxxxxxxx (balachandar)
  • Date: Fri Jun 25 21:07:21 2004

hi pals,
i got that working. but i should change the user directory permission to 711
eg. bala and public_html to 755.

after that only it works. is there any problem would arise in security if i
give execute permission to all in my directory???

with regards,
balachandar.m

i Blog @ http://chandar.blogspot.com
----- Original Message -----
From: "Suraj Kumar" <suraj@xxxxxxxxxxx>
To: "balachandar" <mbchandar@xxxxxxxxxxxx>
Cc: <ilugc@xxxxxxxxxxxxxxxxxx>
Sent: Thursday, June 24, 2004 7:52 AM
Subject: Re: [Ilugc] apache server config doubt


balachandar wrote:
,----
|    i want  to create a  web directory for  each user in my  system and
|    want to access their page like this [1]http://localhost/~bala/. how
|    do i do this??
`----

The following is from my working httpd.conf (debian):

<IfModule mod_userdir.c>
    UserDir public_html
#
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
#
    <Directory /home/*/public_html>
        AllowOverride FileInfo AuthConfig Limit
        Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
        <Limit GET POST OPTIONS PROPFIND>
            Order allow,deny
            Allow from all
        </Limit>
        <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
            Order deny,allow
            Deny from all
        </Limit>
    </Directory>
</IfModule>

cheers,

  -Suraj

--
,-----------------[http://www.symonds.net/~suraj/]---o
| MK Tyagaraja Bhagavathar starred in the movie Haridas.
`------------------------------[suraj@xxxxxxxxxxx]---o
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> address"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Other related posts: