On Sat, Aug 21, 2010 at 7:41 PM, Eric Covener <cove...@gmail.com> wrote:
> On Sat, Aug 21, 2010 at 6:34 AM, hadi motamedi <motamed...@gmail.com> > wrote: > > > > > > On Sat, Aug 21, 2010 at 2:42 PM, MegaBrutal <megabru...@gmail.com> > wrote: > >> > >> Errm... I don't get the problem. You said, the guest already see your > >> page. It seems you just need to stuff the files in htdocs, and the > >> guest may access them. > > > Add an Alias to the location of the files and a <Directory> block that > look like the one you have already for your current document root. > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > Sorry. You mean I have to add the following lines to my httpd.conf ? DocumentRoot "C:/qemu" Alias /disk/ "C:/qemu/disk" If I need to have links to download the disk image files placed in the intended directory from the web server ? Please help me.