On Fri, Jan 1, 2010 at 4:41 PM, Abishek Goda <goda.abis...@gmail.com> wrote:
> Hi,
>
>> sudo mkdir /var/www/my_site/
>>
>> then change owership of my_site.
>>
>> sudo chown $USER:$USER /var/www/my_site/
>>
>> now store your files in /var/www/my_site/ and access them using
>> http://localhost/my_site/
>
> That or just enable the public_html access in your apache2 config
> file. http://httpd.apache.org/docs/2.2/howto/public_html.html explains
> it. I am not sure if ubuntu ships with mod_userdir though.
>

mod_userdir is available.

# a2enmod userdir

should do the trick.





-- 
With Regards
Abhishek Amberkar

Learn to appreciate the beauty within...
Sent from India
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to