vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I've just installed OpenBSD 2.8 (yes, I know, I bought a CD a while ago). During installation I thought I saw a blurb about php4.03 support being installed. Yet, Apache doesn't seem to support it when I launch it. httpd.conf has no lines to enable support for PHP4. Out of curiosity I looked for the ports directory on the CD, and it wasn't there, only the packages directory (I followed directions in PORTS readme file on the installation CD). In packages directory there is only php4-4.0.3pl1-postgresql.tgz package suggesting the PHP4 support is part of the base install. I am sure I am missing something simple here. |
| ||||
| diversiloba@yahoo.com (tony-529) wrote in message news:<379779e9.0309061706.7608bb55@posting.google. com>... > I am sure I am missing something simple here. After reinstalling appropriate package I still had problems. Then I found out what I did wrong. I had: "AddType application-x-httpd-php .php" line in httpd.conf instead of: "AddType application/x-httpd-php .php". Oh, well. Time for a new pair of eyes. |