Re: Euphoria MVC updates

new topic     » goto parent     » topic index » view thread      » older message » newer message

I'll be honest, I've done very little testing with Lighttpd or Windows. Each web server on each operating system creates a unique configuration to support, so with Windows and Linux (and maybe OS X) and Apache and Nginx (and maybe Lighttpd) we're looking at between four and nine unique combinations. That's a lot and I'm just one person with limited time.

If you can, it would help if you could get this working yourself and report back the solution when you find it. You can test running your app on Windows directly with a command script like this:

@ECHO OFF 
SETLOCAL 
SET REQUEST_URI=%1 
IF [%REQUEST_URI%] == [] (SET REQUEST_URI=/) 
SET QUERY_STRING=REQUEST_URI=%REQUEST_URI% 
C:\Euphoria\bin\eui.exe -batch index.esp 
ENDLOCAL 

Then just run index.bat (or whatever you named it) to test the default path / and you can run index.bat /path to test other paths.

Also, have you tried using the built-in development server?

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu