Re: public and private code branch

2001-12-27 Thread Gerald Richter
> I am using Win32 build and found that I have to use \\ instead of / for > directory. > Can Embperl substitute \\ with / ? > On win32 both \ and / should work. Embperl converts it to \ so windows is happy If you have trouble with pathnames, please send a small example and let us know which Embp

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: public and private code branch

2001-12-21 Thread erik
On Thu, Dec 20, 2001 at 09:09:25PM +0100, Gerald Richter wrote: > > > > 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 >

Re: public and private code branch

2001-12-20 Thread Gerald Richter
> 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 can Execute stu

public and private code branch

2001-12-19 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 can Execute stuff in private/ T