1. Configure Apache for ESP?

Wooo hoooo!

I've got Apache 2.0 up and running on my dedicated FreeBSD box at home 
(currently at http://12.237.180.66, if ya wanna see it).

How do I get it to run my *.esp files with the EUPHORIA interpreter? 
Rob? Irv? Anybody? :)

Thanks!

-ck

new topic     » topic index » view message » categorize

2. Re: Configure Apache for ESP?

On Tue, 14 Oct 2003 00:57:14 -0500, "C. K. Lester"
<euphoric at cklester.com> wrote:

>Wooo hoooo!
>
>I've got Apache 2.0 up and running on my dedicated FreeBSD box at home=20
>(currently at http://12.237.180.66, if ya wanna see it).
Nice and fast as well.
>
>How do I get it to run my *.esp files with the EUPHORIA interpreter?=20
>Rob? Irv? Anybody? :)

I don't know anything about Apache, but isn't it just a case of
putting the executable, or the eu source beginning with a #! line, in
the cgi-bin directory, and giving it the right permissions?

Pete

new topic     » goto parent     » topic index » view message » categorize

3. Re: Configure Apache for ESP?

> >I've got Apache 2.0 up and running on my dedicated FreeBSD box at home
> >(currently at http://12.237.180.66, if ya wanna see it).
> Nice and fast as well.
> >
> >How do I get it to run my *.esp files with the EUPHORIA interpreter?
> >Rob? Irv? Anybody? :)
>
> I don't know anything about Apache, but isn't it just a case of
> putting the executable, or the eu source beginning with a #! line, in
> the cgi-bin directory, and giving it the right permissions?

I did further research and have discovered some options that will allow me
to define new CGI files (mine end with .esp). I didn't want them to
necessarily reside in the CGI-BIN folder. I also want to try to get Apache
to let my EUPHORIA program handle all the processing. We'll see. :)

new topic     » goto parent     » topic index » view message » categorize

4. Re: Configure Apache for ESP?

On Tuesday 14 October 2003 04:30 pm, you wrote:
>
>
> On Tue, 14 Oct 2003 00:57:14 -0500, "C. K. Lester"
>
> <euphoric at cklester.com> wrote:
> >Wooo hoooo!
> >
> >I've got Apache 2.0 up and running on my dedicated FreeBSD box at home
> >(currently at http://12.237.180.66, if ya wanna see it).
>
> Nice and fast as well.
>
> >How do I get it to run my *.esp files with the EUPHORIA interpreter?
> >Rob? Irv? Anybody? :)
>
> I don't know anything about Apache, but isn't it just a case of
> putting the executable, or the eu source beginning with a #! line, in
> the cgi-bin directory, and giving it the right permissions?

Apache almost certainly won't run programs as "CK", or whatever user name 
you use. So it won't find exu and the include files.  You'll have to adjust 
the path for that user (maybe "apache") or copy the needed includes into 
the cgi directory. (2nd option is not a good idea!)

Irv

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu