RE: public and private code branch

2001-12-24 Thread Lihn, Horng-Twu
> > Does anyone have an example how to set up httpd.conf > > so that there is a separation between public and private code: > > > > .../epl/ public/ index.html > > private/ > > my private .epl code > > > > The DocumentRoot will be .../epl/public/ > > Yet in index.html I

Re: Puzzle about directories

2001-12-24 Thread Brooklyn Linux Solutions CEO
Thank Your Gerald. Your the best... Would this not pose some security risk? At minimum, I would think it can end up creating a potential stack overflow. Happy Holiday if you celebrate.. Ruben > > > > I have a file under an embperl directory called news.html > > > > http://www2.mrbrklyn.com/

Fw: Embperl

2001-12-24 Thread Gerald Richter
> > >so i would like to know whether Embperl is also available for win32-based > web servers? if yes, where can >i download the tarball and documentations > and which web server it fits the best? > > Yes, it works on Windows. The best is to use ActiveState Perl + Apache + > mod_perl + Embperl. See

Re: Puzzle about directories

2001-12-24 Thread Gerald Richter
> > I have a file under an embperl directory called news.html > > http://www2.mrbrklyn.com/nylinux/news.html > > There is no news directory, nut this shows the same page > http://www2.mrbrklyn.com/nylinux/news/ > As does > http://www2.mrbrklyn.com/nylinux/news/ta > > Is this an embperl thing? > N