PHP 5.1 and Apache 1.3.x

DamnSkippy

Verified User
Joined
Mar 16, 2005
Messages
247
Location
USA, Texas
Anyone here running PHP 5.1.x and Apache 1.3.x? I have a client that needs PHP 5 so they can run a script on their server and it requires PHP 5.

I am not one to go customizing the base system a control panel runs on (customapache in this case) unless I have to because it can become a pain to manage. But I don't have a choice in this matter.

I am sticking with Apache 1.3.x because customapache does not support 2.2 without more modifications and I am unsure of it's compatibility with some things (such as Zend). My plan was to move to Apache 2.2.x and PHP 5.x when customapache supported it.

I asked DA support about it and they said "php5 would just be a matter of changing the PHP_VER in the build script, placing the source in the customapache directory and recompiling." If it is as simple as that it would be great.

I have looked for some how-tos but it seems they are for Apache 2.0 not 1.3. Has anyone else moved to PHP 5.1 with Apache 1.3.x? Was there anything else needed than what I pasted above?
 
By the way the script they want to run Covide, I just got a listing of the complete requirements. It has a ton of dependencies, yuck!

System and software requirements for Covide 6.0 OOP release:

System environment:
- Any environment with full support for the software listed below
- Linux Debian Sarge (current stable release) with DotDebian packages
is recommended


Webserver environment:
* Apache-SSL (1.3.29) -or-
* Apache2 (2.0.55) (recommended)

Script environment:
* PHP 5.0.2 minimum (5.1.2 as Apache Module or higher strongly
recommended) with the following extensions:
- pgsql (PostgreSQL)
- mysql (MySQL)
- imap (IMAP/POP3)
- mbstring (MultiByte String)
- session (Session)
- gettext (Gettext)
- pcre (Perl regular expressions)
- zlib (gzip compression support)
* Zend Extension PHP5-eaccelerator is supported (tested and
recommended on PHP 5.1.2)

Database environment:
- PostgreSQL 7.4 minimum (PostgreSQL 8.0 or higher with TSearchV2
strongly recommended) -or-
- MySQL 4.1 minimum (MySQL 5.0 or higher strongly recommended)

System programs:
- Beagle (Indexing tool) (version 0.2.4 recommended)
- UUDecode (decoder for uuencoded files) (version 4.2.1 recommended)
- UUDeview (decoder for various binary file formats) (version 2.5.20
recommended)
- TNef (Transport Neutral Encapsulation Format support) (version 1.4
recommended)
- PdfToHtml (pdf to html conversion)
- wvHtml (MsWord to html conversion)
- xlHtml (Excel to html conversion)
- unzip (unzip support)
- o3view (OpenOffice.org conversion)
- utf8tolatin1 (commandline utf8 to latin1 conversion)
- ELinks (Text based browser) (version 0.10.6 or higher recommended)
- convert (for image conversions)
- wmf2eps (wmf support)
- sfftobmp (Structured Fax File to Bitmap support)
- tiff2pdf (convert Tiff files to Pdf)
- Html2Ps (html to PostScript support)
- Ps2Pdf (PostScript to Pdf support)
- Curl (to retrieve images inside the pdf convertor)
 
Back
Top