Tagged Questions

2
votes
2answers
363 views

What is the preferred way to serve web applications written in Lisp?

I've been researching modules for Nginx (my preferred webserver) to serve a Lisp webapp, but I haven't been able to find anything. Is there modules for Nginx, or is there better ways to serve Lisp ...
0
votes
1answer
171 views

.httaccess : Location not allowed here

I am getting a "Location not allowed here" error with this .htaccess. Does anyone have any idea on how I should fix this? <Files 'login'> AuthName NTLM AuthType NTLM NTLMAuth on ...