English 中文(简体)
What is the easiest way to front my grails application with LightHTTPD during development?
原标题:

I m not familiar with LightHTTPD and haven t been able to find any guides on how to configure this. I attempted reading the docs and configuring it a while back but failed....

What is the easiest way to front my grails application in development with LightHTTPD"?

问题回答

I d probably look at starting and stopping it using the events hooks available via _Events.groovy.

Are you just going to use it to serve static content or to proxy all requests to Grails?





相关问题
Lighttpd: How to password-protect URLs matching regex

Is there a convenient way to password-protect URLs which match a certain pattern in Lighttpd? I thought about matching regex, but any other creative solution will be nice. NOTE : I m not looking for ...

Lighttpd/FastCGI treating routes as static content

I ve come across a frustrating issue with FastCGI and Rails whereby lighttpd is treating routed url s as static files (i.e. not sending them to rails since it believes they re static) If I hit the ...

Django and PHP together with lighttpd?

I m playing around with Django and have built my personal homepage in Django, but I want to use my wordpress blog as a path. For example if I want to path /blog/ in Django or in lighttpd so it will ...

Some files won t stream from lighttpd to Droid

We are running into some odd issues with streaming certain files in our app. After lots and lots of testing we ve narrowed it down to what seems like some sort of issue between lighttpd and Droid, and ...

fastcgi, cherrypy, and python

So I m trying to do more web development in python, and I ve picked cherrypy, hosted by lighttpd w/ fastcgi. But my question is a very basic one: why do I need to restart lighttpd (or apache) every ...

热门标签