Re: [Kepler-Project] Need Help on: Run Luapages (lp) in Wsapi server

2010-08-17 Thread Itamar Eduardo Gonçalves de Oliveira
Great, thanks Mascarenhas. Em 17/8/2010 16:04, Fabio Mascarenhas escreveu: You asked about cgilua.cgi, so I was under the impression that you were trying to run .lp scripts via CGI under Apache. If you are using Xavante (with "wsapi") just do: wsapi --cgilua And point your browser to the .l

Re: [Kepler-Project] Need Help on: Run Luapages (lp) in Wsapi server

2010-08-17 Thread Fabio Mascarenhas
You asked about cgilua.cgi, so I was under the impression that you were trying to run .lp scripts via CGI under Apache. If you are using Xavante (with "wsapi") just do: wsapi --cgilua And point your browser to the .lp file. -- Fabio Mascarenhas 2010/8/17 Itamar Eduardo Gonçalves de Oliveira >

Re: [Kepler-Project] Xavante Pull Request

2010-08-17 Thread Tim Niemueller
On 17.08.2010 13:12, Fabio Mascarenhas wrote: Hi, the notification for the pull request probably got lost when I converted keplerproject to a github "organization". Patch applied, thanks. Great, thanks. Would you mind to relase a 2.2.1 minor so the patch can make its way downstream? Thanks,

Re: [Kepler-Project] Need Help on: Run Luapages (lp) in Wsapi server

2010-08-17 Thread Itamar Eduardo Gonçalves de Oliveira
Title: teste Hi Mascarenhas, I'm not using Apache. I'm only running "wsapi" in the folder I have the orbit and .lp files. Where can I configure wsapi to run the .lp files? Em 17/8/2010 13:15, Fabio Mascarenhas escreveu: Hi, Did you give execute perm

Re: [Kepler-Project] Need Help on: Run Luapages (lp) in Wsapi server

2010-08-17 Thread Fabio Mascarenhas
Hi, Did you give execute permission to your .lp files, register them as CGI files in Apache's configuration (with the "AddHandler cgi-script .lp" directive), and gave ExecCGI permission to the directory where they are (directive "Options +ExecCGI" in Apache)? -- Fabio Mascarenhas 2010/8/11 Itam

Re: [Kepler-Project] Xavante Pull Request

2010-08-17 Thread Fabio Mascarenhas
Hi, the notification for the pull request probably got lost when I converted keplerproject to a github "organization". Patch applied, thanks. -- Fabio Mascarenhas On Mon, Aug 16, 2010 at 8:27 PM, Tim Niemueller wrote: > Hello Xavante developers. > > I have made a minor change which is important