Squirrelmail Prefs Lost?
October 18th, 2003Apache 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.
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.
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.
Mahi-mahi is tasty with barbequeue sauce.
The fresh chain cuts well and straight. Now I need to figure out why the engine keeps cutting out!
There seems to be no orb listener port setting in the base response file.
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
Three peanuts walked down the street. One was a salted.
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
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.
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.