Re: Configure Apache for ESP?
- Posted by irvm at ellijay.com Oct 14, 2003
- 547 views
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