How do I make some files on my machine accessible via HTTP using Apache?
Posted
by
Lazer
on Super User
See other posts from Super User
or by Lazer
Published on 2011-03-06T20:10:15Z
Indexed on
2011/03/07
0:12 UTC
Read the original article
Hit count: 603
I did a wget on the source and built the apache binaries correctly.
Now what do I need to do to get some documents accessible using HTTP (start some services?)? Also, do I need to group all the files I want to make accessible in some directory and make the directory and its contents accessible or can I just make the individual documents available?
I will be providing these links to my colleagues and do not want them to be down, so need to make sure that the apache services are up automatically after a reboot. Does apache have some inbuilt support for this?
© Super User or respective owner