Author: mradwin

OSCON 2003 registration

It looks like the O’Reilly folks have finally posted the abstract for my One Year of PHP at Yahoo! talk I’ll be giving this summer in Portland, Oregon. I filled out the speaker registration page today and picked some tutorials to attend. Here’s what I’ll be going to: – Tutorial Session ID: 3959 Title: Introduction […]

Hebcal by Voice is going away

Got this email from Tellme today: Date: Thu, 3 Apr 2003 01:10:11 -0800 (PST) From: Tellme Studio <developer@tellme.com> To: michael@… Subject: Tellme Studio program change VoiceXML Developer, Tellme has made many investments in VoiceXML over the past four years. One of these investments was in the Extensions program, with the goal of making VoiceXML a […]

Spring Break!

We’re leaving this afternoon for a long-overdue vacation. It’s Ariella’s spring break from UCLA. Here’s our itinerary: Thu, Mar 20: arrive in Rome. Wed, Mar 26: depart Rome for Tel Aviv. Stopover in Budapest. Thu, Mar 27: arrive in Tel Aviv. Travel to Jerusalem. Sun, Mar 30: travel from Jerusalem to Ramat Gan. Overnight in […]

Efficient Apache 1.3 setup for port 80 and 443

If you need to run both SSL and non-SSL Apache 1.3 on the same host, the most efficient way is to run two separate server instances rather than using <VirutalHost>s and mutltiple Listen directives. If you use multiple Listen statements to listen on either multiple ports or multiple addresses, Apache needs to use select() in […]