Apache

Apache mod_rewrite frustration

May 5, 2012

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> …

How to set up WebDAV hosting on Apache

September 21, 2010

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 …

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

October 20, 2009

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 …

Control Apache with the apachectl command

October 1, 2008

This week’s TechMail is Control Apache with the apachectl command which pretty much gives a brief primer of the different commands and cool things you can do with apachectl to control Apache.