Multiple user directories on EC2
Posted
by
Joseph
on Super User
See other posts from Super User
or by Joseph
Published on 2013-06-26T15:57:00Z
Indexed on
2013/06/26
16:23 UTC
Read the original article
Hit count: 218
Im trying to set up multiple user directories on EC2 running Ubuntu, but im not sure how to set it up correctly so that i can serve files in the following format:
http://<ec2 ip address>/user_1/public_html/file1.html and
http://<ec2 ip address>/user_2/public_html/file3.html
and so on for every user that i add. I tried looking for the httpd.conf
file but i coulndt find it i only found apache2.conf
Thank you guys.
© Super User or respective owner