apache

Apache mod_rewrite frustration

Dear lazyweb, I’m having severe issues with Apache’s mod_rewrite on my VPS. I’m pretty sure what I want to do is doable, but I can’t figure out the rewrite rules to allow it. In my httpd.conf I have something similar to this: <IfModule mod_dav.c> LimitXMLRequestBody 131072 DavLockDB /var/dav/DavLock Alias /dav “/home/user/dav” #<Directory /home/user/dav> <Location /dav>(…)

How to set up WebDAV hosting on Apache

This week’s Linux techmail is How to set up WebDAV hosting on Apache which looks at how to setup your Apache server for use as a WebDAV server. This was a tricky one for me as I’d tried it before and couldn’t get one of my applications that allowed syncing via WebDAV (OmniFocus for the(…)

Configure Apache to support multiple SSL sites on a single IP address

This week’s TechMail is Configure Apache to support multiple SSL sites on a single IP address which talks about the new SNI (Server Name Indication) feature in Apache 2.2.12. This is a really welcome feature as previously if you wanted more than one SSL-secured site, you needed more than one IP address. Now you can(…)