Has anyone ever mentioned making the scripts create virtual hosts for Lighttpd? I was looking at the code and I don't think it would be that much to get it setup so you could create either for Apache or Lighttpd. I'm using CentOS and Lighttpd and I think I might take a crack at making a version to work with Lighttpd.
Comments
Comment #1
den.iver commentedYou are very welcome to that. Don't know if you have any specific ideas to implement this, but as I see it, the function that creates the virtual host for apache2 is densite_create_virtual_host. We can then either create a new function like densite_create_virtual_host_lighthttpd or something you find suiting. In order to use this function on a platform where the server is lighthttpd we either have to autodetect it or place a clue in densite.conf. But as said you are very welcome to this. And any way to do this will be great :)
If you notify me when you have some code, I will then grant you write access to the project.
Comment #2
drupalpanda commentedVery cool. I've got so many sites and your scripts will provide what I need along with getting lighttpd setup the same way. I was studying the code and I don't think it would be that hard to do. I think your idea of using a similar function and adding some functions to setup for lighttpd would work great. Drush brings so many great ideas. I was building some scripts outside of Drupal to do all this but with using Drush and Densite will make it even easier.