Downloading Apache for Windows - apache

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?

Related

Install Framework Phalcon PHP in Ubuntu Desktop

how to install phalcon php in Windows?
I installed wamp and followed the manual from the official page but I couldn't
Be sure correct versiĆ³n of dll to download:
php
be sure the phalcon dll you need.PHalcon DLL
Stop Wamp.
Edit php.ini and insert "extension=php_phalcon.dll"
Restart WAMP

XAMPP Can't Start Apache After Upgrading to PHP7.1.17 "Attempting to start Apache service..."

I have XAMPP installed on Windows 7 virtual machine. My old PHP version was 7.0.9 with Apache 2.4
I needed to upgrade the PHP version to 7.1.x and I set out reading about how to best to this. In end, I settled with the simple plan:
Stop Apache service
Downloaded new PHP version from official php website. For PHP 7 the 7.1.17 version was listed. I downloaded the thread safe version, as my Apache has thread safety enabled.
I extracted the contents of the downloaded archive to a folder.
I copied and replaced all files in the appropriate folders from C:/Server/php with the new php version files from the extracted archive.
I attempted to start Apache from the XAMPP control panel and the server will not start.
The message "Attempting to start Apache service..." just hangs and nothing happens.
The last entry in the error.log file in C:\Server\apache\logs shows the event when the server was stopped and that's it.
When I check the php version from CLI with the command php -v, the console returns installed php version 7.1.17
I tried different suggestions I read from similar questions, like changing ServerName localhost:80 to ServerName localhost:8080 and copying php7apache2.dll to apache/bin ( as suggested here: Upgrading PHP in XAMPP for Windows? ), alas the issue is not fixed and Apache does not start.
Of course, I also restarted the virtual machine, all the same.
At this point, I'm dumbfounded. Don't know what to do.
I need to get Apache running with php 7.1, as it is required by Magento 2.2.4. I do not want to reinstall XAMPP, as this will be a lenghty process with a lot of risk for more things to go wrong.
Any help is much appreciated!
Alright, so after checking Windows Logs > Application in Event Viewer I saw the error ".. the Apache service named is not a valid win32 application". I downloaded the x86 version of PHP from official website PHP for Windows
Then copied and replaced files as described above, and Apache started successfully.
To see if your Apache version is x64 or x86 open command prompt and cd to your Apache bin directory, in my case C:/Server/apache/bin , then run:
file httpd

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

Cant download apache httpd 2.4

Im trying to download apache hhtpd from http://www.apache.org/dist/httpd/binaries/win32/ or any other mirror but i cant find the .msi installer. i am doing something wrong?? i find the httpd-2.2.25-win32-x86-no_ssl.msi here http://archive.apache.org/dist/httpd/binaries/win32/?C=M;O=D but this is not the latest verion of httpd.

PHP, Apache, MySQL old version installation

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