Re: How to make files available for download via HTTP

1999-10-04 Thread Kristopher Johnson
Brad wrote: > > -BEGIN PGP SIGNED MESSAGE- > > On Sun, 3 Oct 1999, Kristopher Johnson wrote: > > > I currently have a couple of directories of files available for > > download via anonymous FTP. Is there some easy way to get Apache > > or Zope to make these files available via HTTP? > >

Re: How to make files available for download via HTTP

1999-10-04 Thread Eric G . Miller
Umm, put the directories under ~/public_html or /var/www or where ever apache is allowed to go on your system. A nice index or readme file describing what's there is always good. :) -- ++ | Eric G. Milleregm2@jps.net |

Re: How to make files available for download via HTTP

1999-10-04 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On Sun, 3 Oct 1999, Kristopher Johnson wrote: > I currently have a couple of directories of files available for > download via anonymous FTP. Is there some easy way to get Apache > or Zope to make these files available via HTTP? > > (I've tried searching the A

How to make files available for download via HTTP

1999-10-04 Thread Kristopher Johnson
I currently have a couple of directories of files available for download via anonymous FTP. Is there some easy way to get Apache or Zope to make these files available via HTTP? (I've tried searching the Apache and Zope docs, but it looks like I'll need to read *everything* to get a handle on it.