NotesOne small gotcha is that when you write a webapp, itās better if you host it on its own individual subdomain (for reasons! Security reasons!).FeedEmbedUnfurl
NotesMy solution is as close to a āone linerā as it gets in puppet. You just check to see if the symlink for the loaded module exists and if it doesnāt, run a2enmod. Of course itāll double check to make sure Apache gets restarted too.Unfurl
NotesSo, this is basically doing for single-page apps' index.html what we have typically done for PHP apps using index.php as a single entry point for all URL paths. But, I think it's a horrible idea.Unfurl
NotesEver seen those sites with using anything.domain.com as URLs? An example from yesteryear would be ytmnd.com. If you want this on your site, read on.Unfurl
NotesSo you develop PHP 5.3 on a Mac? Mebbe you, like me, are a fan of Symfony2? Then you might have noticed a few deficiencies in the pre-loaded version of PHP 5.3 on your computer. Hereās how to ā¦Unfurl
Notes(Note the ASF isnāt alone in this insanity. Others have told me that FSF projects are forced to use the Savannah collaborative platform, whether they want to or not. Crazy! Repeat after me, folks: your community is not your tools.) FeedEmbedUnfurl
Notes"The following guide will walk you through setting up possibly the fastest way to serve PHP known to man. If there is a faster way, Iāve not yet found it climbing through zillions of blog posts out there on the subject. In this article, weāll be installing nginx http server, PHP with the PHP-FPM patches, as well as APC. The end result? Pure awesome."Unfurl
Notes"The LDAP Browser has been designed to work with almost any LDAP server available. It not only permits to read and display the tree of your LDAP Server but also allows you to modify it by creating, editing or removing entries."Unfurl
Notes"The PHP Thrift extension doesn't compile on Mac OS X, because it's missing byteorder.h.
The attached patch works around this issue, but probably isn't the correct implementation. I imagine that it needs to be integrated into autoconf, but it gets the extension compiling for now."Unfurl
Notes"the goal of mod_perlite is to run single Perl scripts in the Apache process space, caching Perl bytecode as it goes, but flushing script memory after every request. Installation is also incredibly simple, and 100% analogous to PHP installation."Unfurl
Notes"I'm using mod_security because my server has lots of different blogging tools installed, and there's no way to centrally protect them all. This won't take care of all comment or trackback spam, but I'm hoping it will greatly reduce the amount we get. AlsUnfurl
Notes"The principal motivation of mod_bwshare was to prevent automatic download of all 900 MBytes of material on one of my web sites which is connected to a 33k modem, which would take several days if it succeeded."Unfurl