smock: Document how to use it without httpd
[fedora-mingw.git] / smock / smock.httpd.conf
1 # Change USERNAME -> your username and install in
2 # /etc/httpd/conf.d/smock.conf
3
4 Alias /USERNAME-smock /home/USERNAME/public_html/smock
5
6 <Directory /home/USERNAME/public_html/smock>
7   Allow from all
8   Options +Indexes
9 </Directory>