config Apache to pass all requests to fastCGI process

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've got a web-app written in Orbit/Kepler (the Lua framework) and I'm wanting my visible URL paths free of file extensions or un-necessary path elements.  I'd like to expose just a nice, clean restful-like api.

I'm an Apache novice, but from the docs, it seems the only way to tell Apache to dispatch handling to wsapi-fcgi  is via the "add handler" construct.

And that requires me to specify EITHER a static path component, or the individual file extensions (i.e. .lua) to be handled.

Is there any way to tell Apache to pass ALL requests "without" a specific file extension to Lua and let the remaining (image, js, css file requests) be the exception??

Thanks for any help or tips!

D

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux