> 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
> > 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
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
>
> 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
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