Главная

How to install Apache, MySql and PHP on Windows 10




Video quality The size Download

Информация о How to install Apache, MySql and PHP on Windows 10


Название :  How to install Apache, MySql and PHP on Windows 10
Продолжительность :   17.56
Дата публикации :  
Просмотров :   471 rb


Кадры How to install Apache, MySql and PHP on Windows 10





Описание How to install Apache, MySql and PHP on Windows 10



Коментарии How to install Apache, MySql and PHP on Windows 10



Thanushan T
how to connect mysql to php?
Comment from : Thanushan T


Coolvibes Reloaded
@Alessandro Castellani how do i remove index of/
Comment from : Coolvibes Reloaded


Ron Armengol
still works in 2022!!! brilliant stuff
Comment from : Ron Armengol


Israel Contreras
If we are using php 7 do we type php 7 instead of 5 when modifying the httpdconf file? php 7 and 8 are the only versions available these days
Comment from : Israel Contreras


Beth Marlatt
I have used your video numerous times through the years each time I buy a new laptop THANK YOU!!!
Comment from : Beth Marlatt


Saurabh Karande
hello sirbrhow to slove this problembrC:UsersSaurabh>C:apache24inhttpd -k install brInstalling the 'Apache24' service br(OS 5)Access is denied : AH00369: Failed to open the Windows service manager, perhaps you forgot to log in as Administrator? br brC:UsersSaurabh>
Comment from : Saurabh Karande


Mauro P
Man, why Thread Safe or Non Thread Safe ?
Comment from : Mauro P


Code it Dear!
I cannot connect my mysqli brbrCall to undefined function mysqli_connect() in C:Apache24htdocsconnectconnectphp:4 Stack trace: #0 {main} thrown in C:Apache24htdocsconnectconnectphp on line 4
Comment from : Code it Dear!


Range Rover
👍
Comment from : Range Rover


Fiel Buencamino
How do I solve this problem?brbrhttpd: Could not reliably determine the server's fully qualified domain name, using ::1 Set the 'ServerName' directive globally to suppress this message
Comment from : Fiel Buencamino


Abdur Rashid
thanks for spoon feeding us :)
Comment from : Abdur Rashid


Faceless Sama
cant find php_mysqldir
Comment from : Faceless Sama


John Charalambous
In phpini file php_mysqldll not found
Comment from : John Charalambous


Pahari Mastii
On opening infophp in browser using localhost it is just showing code
Comment from : Pahari Mastii


Frank Meyer
Hey Guy - very very fine - perfectly done everthing is running - you´re a hero-----------
Comment from : Frank Meyer


Isidro Espenido Jr
Hi, my ini has not having extension_php-mysqldll, please help Thanks
Comment from : Isidro Espenido Jr


praveen pandit
Cannot load c:/php/php5apache2_4dll into server: The specified module could not be found brIF You Are Getting Same Error Replace The Bottom Code withbrbr br LoadModule php5_module "c:/php/php5apache2_4dll" br # configure the path to phpini br PHPIniDir "C:/php" br AddHandler application/x-httpd-php php br
Comment from : praveen pandit


Thee king Yodah
can someone help me when i try to load the page , it's saying mysqli is missing
Comment from : Thee king Yodah


Sebastián Hernández
I'm getting an error when I try ''C:>cd php'' it just says ''the system cannot find the path specified'' How do I fix that? Thank you :)
Comment from : Sebastián Hernández


agha chi
Thanks a lot! it worked Please note that i needed to manually start apache I used httpd -k restart on the command prompt and it worked i can now access this from my local host
Comment from : agha chi


Seney SEAN
my localhost not working
Comment from : Seney SEAN


Johannes Fiftyeight
why not just use xampp ???
Comment from : Johannes Fiftyeight


arumteguh
Thank you for the tutorial, even 4 years later it still useful brKeep the good work I hope you have a nice day :)
Comment from : arumteguh


Md Ejaz
C:Windowssystem32>c:apache24pinhttpd k installbrbrThe system cannot find the path specifiedbrhow can solve this problem
Comment from : Md Ejaz


SHANMUGA PRIYA S
🙏Thank you so much
Comment from : SHANMUGA PRIYA S


Avarish Rozario
Hey Man, thank you so so much for this video This is a very very good video which is easy to follow and very informative With this video I have been able to set up Apache and its basic functions (on my computer) I hope to come back to your videos and learn more stuff Thank you for the great content and keep it up :) !!!!!
Comment from : Avarish Rozario


Robert Spreadborough
4 years on - thanks Alessandro
Comment from : Robert Spreadborough


Mayank Kumar
Hey it's throwing me a syntax error on line 538 of C:/Apache24/conf/httpdconf: LoadModule takes two arguments, a module name and the name of a shared object file to load it from
Comment from : Mayank Kumar


Jaysinh Babariya
Thanks!!
Comment from : Jaysinh Babariya


Sivaprasad K
Very Nice Video and direction
Comment from : Sivaprasad K


Mohammad Barghamadi
thanks a lot
Comment from : Mohammad Barghamadi


Lance Geronaga
How do i fix this?brbrbrhttpd: Syntax error on line 538 of C:/Apache24/conf/httpdconf: Cannot load c:/php/php5apache2_4dll into server: The specified module could not be found
Comment from : Lance Geronaga


ahsan abbas
last command can't working brphp -M
Comment from : ahsan abbas


ahsan abbas
How to solve this ErrorbrbrbrC:WINDOWSsystem32>c:apache24inhttpd -S brhttpd: Syntax error on line 537 of C:/Apache24/conf/httpdconf: LoadModule takes two arguments, a module name and the name of a shared object file to load it from
Comment from : ahsan abbas


Mindy
When I run php files the code is displayed in the browser Apache is not executing PHP I have checked httpdconf, check php -v, checked httpd -t everything seems in order Can anyone help?
Comment from : Mindy


Delected
Ok, guys I found a fix for those of you using PHP 7xbrbrThe last lines of the httpdconf should be:brbrbrbrLoadModule php7_module "c:/php/php7apache2_4dll" br # configure the path to phpini br PHPIniDir "C:/php" br AddType application/x-httpd-php php brbrbrbrbrbrAnd ignore what tapclick said, if you put the and around it, it won't work
Comment from : Delected


real exo-L forever
for php 7 use this brLoadModule php7_module "C:/PHP/php7apache2_4dll" brAddHandler application/x-httpd-php php br# configure the path to phpini brPHPIniDir "C:/PHP"
Comment from : real exo-L forever


26_Kasturi Redkar
I'm getting "the code execution cannot proceed because VCRUNTIME 140dll was not found Reinstalling the program may fix this problem" I reinstalled it again but I'm getting the same thing
Comment from : 26_Kasturi Redkar


alice cooper
the code he typed in 6:50 in case you don't feel like typing(except my php version is 7 just change it to whatever the number is for you )brbrLoadModule php7_module "c:/php/php7apache2_4dll" brAddHandler application/x-httpd-php php br#configure the path to the phpini brPHPIniDir "C:/php"
Comment from : alice cooper


Arlan Arota
Cannot find the path specified in cmd
Comment from : Arlan Arota


Noel Deepak Palle
C:windowssystem32>c:Apache24inhttpd -S brhttpd: Syntax error on line 537 of C:/Apache24/conf/httpdconf: LoadModule takes two arguments, a module name and the name of a shared object file to load it from br stuck herePlease help
Comment from : Noel Deepak Palle


Rafiqui dagreat
I followed all of this videobut I still don't know how to actually open phpmyadmin? I must be totally dumb Can you please help?
Comment from : Rafiqui dagreat


hiimjustin000
0:56
Comment from : hiimjustin000


hiimjustin000
I recommend you copy and paste phpini-development and rename it phpini
Comment from : hiimjustin000


M W
Thanks, worked great And thanks for all that commented below, that helped too
Comment from : M W


Braz Suthar
help please;bri downloades php 7 brand cmd command saysbr"httpd: Syntax error on line 539 of C:/Apache24/conf/httpdconf: Cannot load C:/php/php7apache2_4dll into server: 1 is not a valid Win32 application "brwhat to do ?brplease help
Comment from : Braz Suthar


Greta Ivanauskaite
Thank you for the video, it was a huuuge help! The installation for PHP 7 was slightly different but you were so informative that I could adapt the changes myself
Comment from : Greta Ivanauskaite


sweetie
I wish I could like this tutorial a thousand times over Thank you and the troubleshooters in the comments so much
Comment from : sweetie


margoumix
For 72 version of php (12:38) the php mysql extension is pdo_mysql instead I think somthing wrong with the php7 and mysqli I tested it on moodle
Comment from : margoumix


Alkaline Hawk
For Error Line 538 make sure you use php7 instead of php5 for the config file!
Comment from : Alkaline Hawk


Mihai
How can I solve this for Apache?brbrbrAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::e17d:621b:6622:61b Set the 'ServerName' directive globally to suppress this message
Comment from : Mihai


Surupa Ray
Getting the below error:brhttpd: Syntax error on line 75 of C:/apache24/Apache24/conf/httpdconf: Cannot load modules/mod_actionsso into server: The specified module could not be foundbrbrbrCan you please help?
Comment from : Surupa Ray


Anmol Singh
Still getting error after downloading vc2015 help please
Comment from : Anmol Singh


Cesar Salazar
So much garbage just to set up a program I quit
Comment from : Cesar Salazar


Adam Ciwinski
Microsoft Windows [Version 10017763475] br(c) 2018 Microsoft Corporation All rights reserved br brC:Windowssystem32>c:apache24inhttpd -k install brInstalling the 'Apache24' service brThe 'Apache24' service is successfully installed brTesting httpdconf brErrors reported here must be corrected before the service can be started brhttpd: Syntax error on line 538 of C:/Apache24/conf/httpdconf: Cannot load c:/php/php5apache2_4dll into server: The specified module could not be found br brC:Windowssystem32> brbrbrany help
Comment from : Adam Ciwinski


Mohammed Muzammil
Can anyone fix my error at 11 in cmd?
Comment from : Mohammed Muzammil


Ovarel
Can someone help me ? I've done everything step by step but I cannot connect to localhost at all
Comment from : Ovarel


Raghav Khurana
this error is showing up-br(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions : AH00072: make_sock: could not bind to address [::]:80 br(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions : AH00072: make_sock: could not bind to address 0000:80 brAH00451: no listening sockets available, shutting down brAH00015: Unable to open logsbrplease tell how to fix it?brI have downloaded php 73 (as php 56 was not available) and used some directions in coding given in comments
Comment from : Raghav Khurana


Aras Sen
Can anybody help me on how to remove this apache server from pc? I am trying to install xampp but the apache server in that one conflicts with this apache server I guess Thanks in advance
Comment from : Aras Sen


Amine Dany
httpd: Syntax error on line 538 of C:/Apache24/conf/httpdconf: Cannot load C:/php/php7apache2_4dll into server: 1 nx92est pas une application Win32 valide please i have this error knowing that i have a 64bits working OS
Comment from : Amine Dany


James Young
Dude you are fucking amazing I really appreciate how straight forward this was You explained the simple meaning behind some parts along the way and talked through it Amazing tutorial For those of you that are installing the level 7 module check out some of the other comments
Comment from : James Young


GARIMA JAISWAL
HelloI've followed all the instructions, everything seems correct but my infophp is not working Earlier I'd an issue with msvcr110dll I downloaded and placed it in php folder Any suggestion please
Comment from : GARIMA JAISWAL


Abhishek kumar
httpd: Syntax error on line 74 of C:/Apache24/conf/httpdconf: Cannot load modules/mod_access_compatso into server: The specified module could not be found
Comment from : Abhishek kumar


Ayari Mohamed
Invalid command 'PHPIniDir"C:/php"',
Comment from : Ayari Mohamed


Guylain Tshiasuma
Dude, you are the best! Thank YOU
Comment from : Guylain Tshiasuma


Zack Grey
If I restart my computer, the apache server stops, so how do I start up the server again? Thank you for the help!
Comment from : Zack Grey


Anish Man Gurung
In case this shows up"ttpd: Syntax error on line 537 of C:/Apache24/conf/httpdconf: Cannot load c:/php/php5apache2_4dll into server: The specified module could not be found" put all the added codes between and tags
Comment from : Anish Man Gurung


Beyluta
The system cannot find the file specified : AH00436: No installed service named "Apache24"brbrbrhelp?
Comment from : Beyluta


Sarvar🌹
I just use OpenServer to setup all the things Makes life easier :)
Comment from : Sarvar🌹


MarK
it did not work, it shows me the code text instead of the code running :-/
Comment from : MarK


Mark Boute
In order to install PHP7 use this first line inside httpdconf :brLoadModule php7_module "C:phpphp7apache2_4dll"
Comment from : Mark Boute


Ebrahim Moola
Wow thanks, followed the instructions and it works greatThank you
Comment from : Ebrahim Moola


Davidd Davidd
what if i have php7?
Comment from : Davidd Davidd


Star11
Thank so much
Comment from : Star11


ANOL GHOSH
php not starting automatically what to do?
Comment from : ANOL GHOSH


Martin Jones
I did all of the above mentioned steps yet when I type localhost into chrome it shows "This Site can't be reached" Please help
Comment from : Martin Jones


Anish Reddy
Thanks #Alessandro Appreciate your tutorial, really helped me
Comment from : Anish Reddy


Mr Roy
Thank u for posting this video, it exactly had what I needed
Comment from : Mr Roy


khalid shaikh
how apache starts automatically after restarting the machine i tried searching localhost but it didnt open
Comment from : khalid shaikh


mutiara tambunan
If I only want to install the apache what is the url to browse? Localhost only or there's a port specified
Comment from : mutiara tambunan


Wawa Kepohcii
My localhost connect with MAMP Should i uninstall MAMP first and set everything again? Or just let it be?
Comment from : Wawa Kepohcii


abhishek sharma
When I run httpdexe -k install command, I get httpd is not a command
Comment from : abhishek sharma


Cristina Ferreira
Hi,brJust installed and it runs exactly as you explain (except the PHP module code, it’s now “c:/php/php7apache2_4dll”) and now I’m not being able to make the “bridge” to install Wordpress Do you have any tutorial to install Wordpress or, if not, do you recommend any?brThx
Comment from : Cristina Ferreira


sophie00
Thank you so much this saved me lots of time thank you
Comment from : sophie00


Sheikh Hasin Ahmed
How can i change my user to administrator while opening cmd ???
Comment from : Sheikh Hasin Ahmed


豆皮本人
hi, why is my localhost linked to C:/localhost instead of C:/Apache24/htdocs :(
Comment from : 豆皮本人


TV
you are a rockstar
Comment from : TV


Norma Moras
Syntax error on line 537 of C:/Apache24/conf/httpdconf: Cannot load c:/php/php7apache2_4dll into server: The specified module could not be found brbrI tried visual studio 2017 but no resultsbrbrcan anyone help me to fix this error, please
Comment from : Norma Moras


Benison Besra
Skip to 1:44
Comment from : Benison Besra


Shiva Durseti1
Thank u verrrrryyyyyyy muccccccch dude
Comment from : Shiva Durseti1


renuka ravula
i have downloaded thread safe but still get this error "httpd: Syntax error on line 534 of C:/Apache24/conf/httpdconf: Cannot load c:\php\php5apache2_4dll into server: The specified module could not be found"
Comment from : renuka ravula



Похожие на How to install Apache, MySql and PHP on Windows 10 видео

Hosting A PHP Website Using DigitalOcean One Click Install On Ubuntu 18 (Linux+Apache+PHP+MySql) Hosting A PHP Website Using DigitalOcean One Click Install On Ubuntu 18 (Linux+Apache+PHP+MySql)
РѕС‚ : CodeWithHarry
Download Full Episodes | The Most Watched videos of all time
How to Install Apache, PHP, MySql u0026 PhpMyAdmin on Ubuntu Linux | Install u0026 Configure LAMP on Ubuntu How to Install Apache, PHP, MySql u0026 PhpMyAdmin on Ubuntu Linux | Install u0026 Configure LAMP on Ubuntu
РѕС‚ : connectwww
Download Full Episodes | The Most Watched videos of all time
How to Install Apache PHP 7.2 + MySQL and phpmyadmin in Ubuntu 18.04 How to Install Apache PHP 7.2 + MySQL and phpmyadmin in Ubuntu 18.04
РѕС‚ : The Training Help
Download Full Episodes | The Most Watched videos of all time
How to install Apache, PHP 7.2, and MySQL on Ubuntu 18.04 (LTS) How to install Apache, PHP 7.2, and MySQL on Ubuntu 18.04 (LTS)
РѕС‚ : Profe Carlos Leal
Download Full Episodes | The Most Watched videos of all time
How to install Apache, PHP, MySQL, phpMyAdmin and change web root directory on Ubuntu 18.04 How to install Apache, PHP, MySQL, phpMyAdmin and change web root directory on Ubuntu 18.04
РѕС‚ : wEbCoAdEr
Download Full Episodes | The Most Watched videos of all time
Install Apache, MySQL, PHP (LAMP) and phpmyadmin on Ubuntu 18.04 in Digital Ocean Install Apache, MySQL, PHP (LAMP) and phpmyadmin on Ubuntu 18.04 in Digital Ocean
РѕС‚ : FreeCodings
Download Full Episodes | The Most Watched videos of all time
LAMP Stack Install Ubuntu 18 04: Linux Apache MySQL and PHP LAMP Stack Install Ubuntu 18 04: Linux Apache MySQL and PHP
РѕС‚ : PhasedLogix IT Services
Download Full Episodes | The Most Watched videos of all time
How to Install PHP Apache And MySQL in Linux Ubuntu How to Install PHP Apache And MySQL in Linux Ubuntu
РѕС‚ : CodeWorked
Download Full Episodes | The Most Watched videos of all time
Install Apache, MySQL, PHP (LAMP) and phpmyadmin on Ubuntu 18.04 in Digital Ocean Install Apache, MySQL, PHP (LAMP) and phpmyadmin on Ubuntu 18.04 in Digital Ocean
РѕС‚ : Pen Samol
Download Full Episodes | The Most Watched videos of all time
How to Install Apache 2.4, PHP 7.4 and MySQL 5.7 on Amazon Linux 2 How to Install Apache 2.4, PHP 7.4 and MySQL 5.7 on Amazon Linux 2
РѕС‚ : AOS Note
Download Full Episodes | The Most Watched videos of all time