Posts Tagged ‘Apache’

[warn] _default_ VirtualHost overlap on port 443, the first has precedence

I got this error after adding a new SSL site to my Apache configuration:

[warn] _default_ VirtualHost overlap on port 443, the first has precedence

To fix this I had to add

NameVirtualHost *:443

to my Apache configuration file (apache2.conf).

Apache Lucene and Ruby

Robert Dempsey has written a nice article about ‘Using Amazon S3, EC2, SQS, Lucene, and Ruby for Web Spidering‘, which is very interesting because it describes how to interact with Apache Lucene using Ruby.

Reblog this post [with Zemanta]

apache2-ssl-certificate: command not found

I got the following error when trying to create a ssl-certificate on Ubuntu 8.04:

apache2-ssl-certificate: command not found

The problem was that there is a new command to create such a certificate:

sudo apt-get install ssl-cert
sudo mkdir /etc/apache2/ssl
sudo /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem