Squirrelmail Prefs Lost?

October 18th, 2003

Apache 2.0.47 + PHP 4.3.3 is working for squirrelmail but the prefs files are lost. I guess I’ll have to figure out where the path is set.

PHP 4.3.3 with Apache 2

October 17th, 2003

Trying to get PHP 4.3.3 working with Apache 2. This looks pretty good: http://us2.php.net/manual/en/install.apache2.php.
It looks like I just did a ./configure –enable-ssl for httpd last time. Added –enable-so this time.
The php configure looked like this:
./configure –enable-track-vars –enable-force-cgi-redirect –with-gettext –with-mysql.
Added the apxs directive and gor this:
./configure –enable-track-vars –enable-force-cgi-redirect –with-gettext –with-mysql –with-apxs2=/usr/local/apache2/bin/apxs.

Fish

October 17th, 2003

Mahi-mahi is tasty with barbequeue sauce.

New Chain

October 17th, 2003

The fresh chain cuts well and straight. Now I need to figure out why the engine keeps cutting out!

ORB LISTENER

October 14th, 2003

There seems to be no orb listener port setting in the base response file.

Fridge OEM

October 13th, 2003

My Amana fridge SS25 TE (P1194004WE) looks like it’s listed as a Maytag! http://www.partselect.com/ModelSearchResult.aspx?ModelID=35113&ModelNum=SS25TE&ManufactureID=1&Selected=AM24291&Position=0

Monty Python Joke

October 13th, 2003

Three peanuts walked down the street. One was a salted.

SSL

October 12th, 2003

Handy: http://www.openssl.org/docs/HOWTO/certificates.txt
Also: http://www.openssl.org/docs/HOWTO/keys.txt

openssl genrsa -des3 -out server.key
openssl req -new -x509 -key server.key -out server.crt -days 1000

Power Line

October 12th, 2003

I finally ran that power line from the server closet to the switch in the garage and mounted a box and power socket on the wall. Then I moved the UPS to the server closet and plugged it in there resulting in a UPS driven outlet in the grage for the switch. I also mounted a box for the CAT 5 faceplate, ran the cables through the hole, punched them down to the jacks agan and mounted them back on the faceplate. It looks pretty nice. Now all I need is a small shelf for the switch.

SSL

October 12th, 2003

Making progress on the SSL. Got to configure with –enable-ssl and make sure OpenSSl development is there. Had to add the include for kerberos too. There’s an SSL example conf file in the docs directory. May try later.