Post thumbnail of Unknown DAV provider: svn?
3 February 2010
Continue reading Unknown DAV provider: svn?

Unknown DAV provider: svn?

Apache fails to start with Unknown DAV provider: svn? when you try to start the Apache service. Install the mod_authz_svn.so and mod_dav_svn.so modules and specify the LoadModule lines in your configuration.

Post thumbnail of Install phpMyFAQ from scratch
14 May 2009
Continue reading Install phpMyFAQ from scratch

Install phpMyFAQ from scratch

There’s a few packages you might not have installed that you’ll need before php phpMyFAQ will install. On a basic, headless virtual machine, I don’t install a web server, php or databases by default. So I’ll start from there.

Share this:
  • Digg
  • Facebook
  • Reddit
  • LinkedIn
  • Google Bookmarks
Post thumbnail of Failed to write session data for php with lighttpd
11 May 2009
Continue reading Failed to write session data for php with lighttpd

Failed to write session data for php with lighttpd

I moved a database over to another server and setup php and lighttpd, but authentication for my app wasn’t working.

Share this:
  • Digg
  • Facebook
  • Reddit
  • LinkedIn
  • Google Bookmarks
Post thumbnail of Aliases in lighttpd are easy one-liners
23 March 2009
Continue reading Aliases in lighttpd are easy one-liners

Aliases in lighttpd are easy one-liners

Enabling aliases in Lighttpd is even easier than in Apache. If you want to browse your app without having to include the trailing slash, then make sure you didn’t include trailing slashes in your alias definitions (my alias.url’s above don’t have the trailing slash). Many examples show something like /doc/ => “/usr/share/doc/” but then it won’t find the index.php or index.html on its own.

Share this:
  • Digg
  • Facebook
  • Reddit
  • LinkedIn
  • Google Bookmarks
Post thumbnail of Trimming down an Apache server, blindfolded
22 January 2009
Continue reading Trimming down an Apache server, blindfolded

Trimming down an Apache server, blindfolded

Here’s my notes from trimming a little off the top of an apache server. This was just a quick chop at the default install. I haven’t looked at how the webapps are used or how many connections or the length of time per connection or anything… I’ll go back later and tweak how many threads and processes are started and used.

Share this:
  • Digg
  • Facebook
  • Reddit
  • LinkedIn
  • Google Bookmarks
Post thumbnail of Apache on a diet: Tune for optimal memory usage and speed
1 January 2009
Continue reading Apache on a diet: Tune for optimal memory usage and speed

Apache on a diet: Tune for optimal memory usage and speed

Lets get a running start… Make sure KeepAlive is set to ‘On’, HostnameLookups is ‘Off’ and comment out most of the modules loaded in your default Fedora, Ubuntu, Suse, other bloated distribution’s choice for default modules. Most of them you won’t need or want to have available. You’ll probably need rewrite and php, …

Share this:
  • Digg
  • Facebook
  • Reddit
  • LinkedIn
  • Google Bookmarks
Powered by Wordpress   |   Lunated designed by ZenVerse