PHP, Apache, MySQL old version installation - apache

I need to install PHP 5.1.6, MySQL 5.0.95 and Apache/2.2.3 on my computer. Where could I get these versions? I tried to install Apache 2.3.3 on Wamp. Problem is it install but it doesn't want to run with PHP 5.1.6. When I try to select PHP 5.1.6 version I get the following message:
This version doesn't seem to be compatible with your actual Apache version.
What can I do to make it work? Thank you

Why not trying to install them separately ?
Apache 2.2.22 (can't find the 2.2.3): http://mirror.mkhelif.fr/apache//httpd/binaries/win32/
PHP 5.1.6: http://museum.php.net/php5/
MySQL 5.0.96 (can't find the 95): http://dev.mysql.com/downloads/mysql/5.0.html

I found out that it is problem combining that PHP version with that Apache version on Windows OS. I've solve the problem by using Apache 2.0.x

Related

Creating project in Phalcon 3.2 is php version specific i.e. php 5.6 or php 7.0

In short : So if I install php5-phalcon (3.2) on local machine with php 5.6, can I easily move code to machine with php7.0 or is code version specific?
Detail scenario :
Local machine has following configuration :
Ubuntu 14.04
PHP 5.6
Phalcon 3.2.2 (installed using command php5-phalcon)
Phalcon devtools 3.2.5
Docker Image / Server Image has following config :
Ubuntu 16.04
PHP 7.0
Phalcon 3.2.2 (installed using command php7.0-phalcon)
Phalcon devtools 3.2.5
My concern here is that if I create skeleton and work on that using phalcon at local machine, will those same files and skeleton work on Docker/Server machine.
Yes. Phalcon 3.2.2 is supported on both PHP 5.6 and PHP 7.0. So either of your machines will work as expected. However, I'll advice that you run the same version of PHP and Phalcon your environments to prevent inconsistencies.
It's like any other php extension in the sense that it is built for your current version of php.
You just don't install it using pecl.
In simple words, it will work with both php version irrespective where I write code. In details answer can be found : https://github.com/phalcon/phalcon-devtools/issues/1106

CPanel and WHM php version change

I have just installed WHM Cpanel on Centos 7
The PHP version is 5.5 is there any way you can downgrade the version to 5.3?
Yes, You can downgrade it if you want php 5.3 version. Please try to run easyapche scripts on your server through command line OR You can run recompile php on your server through WHM, easyapche options

Downloading Apache for Windows

I'm teaching myself PHP and I have no idea which version of Apache to download. Should I just select httpd-2.4.10.tar.bz2 and try to install it?

Apache error when installing mod_wsgi on windows: specified module could not be found

I am getting the apache error:
Cannot load C:/ms4w/Apache/modules/mod_wsgi.so into server: The specified module could not be found
I searched on the web already, and found this link and I think I tried most of what is described in here, and my installation is still not working, so I think I need a bit of help.
I run windows XP 32bit pro SP3, freshly installed on a VM
I am running python 2.6 which I downloaded here
I am trying to install mod_wsgi 3.3 for python 2.6, which I downloaded here
Python is installed for all users
I run apache 2.2.22, as part of ms4w package
My file name is correct ( mod_wsgi.so )
My LoadModule entry is: LoadModule wsgi_module modules/mod_wsgi.so
If I comment my LoadModule line apache is running great. Python is working too.
However, I am not sure how to verify that apache's user is able to read the module on windows XP.
I don't know what else to try, thanks in advance to anyone who helps.
hope you might have got your issue resolved. if not there's a very easy tutorial I'd like to suggest, however this is using wampserver.
some points that needs to be considered:
download mod_wsgi version compatible to the wampserver's apache & python version
I've installed the latest wamp with apache 2.4 & python 2.7 32 bit so I got the mod_wsgi from here.
hope it helps.

Uninstalling user install of Apache on Mac Mini

I got a MacMini at work for development, and was asked to follow this article to install SVN on it: http://developer.apple.com/tools/subversionxcode.html The article assumes that only Apache 1.3 was installed and asks the reader to install Apache 2. I've since learned that the MacMini has Apache 2 already installed. So basically I've installed two versions of Apache 2. The preinstalled one has access to PHP, so I wanted to remove my version, but I'm unsure of how.
My version has httpd.conf stored at:
/usr/local/apache2/conf/httpd.conf
And the preinstalled version has it stored at:
/etc/apache2/httpd.conf, which I believe is an alias for /private/etc/apache2/httpd.conf
Thanks for your help
Delete the Apache2 folder from the location you specified, /Library/StartupItems/Apache2, and /Library/Receipts/Apache2.pkg according to:
http://www.glinder.com/bulkfiles/UNIXInfo/Apache2_Install_Guide.pdf