Тёмный
No video :(

How to Install Apache, MySQL, and PHP: Linux Server Training 101 

soundtraining.net
Подписаться 45 тыс.
Просмотров 107 тыс.
50% 1

http:--www.soundtraining.net-linux-server-training-101 This Linux tutorial video shows you how to install Apache, MySQL, and PHP, along with frequently required modules to create a LAMP server. Common failures and troubleshooting are also included. The Linux distro is CentOS 6.3.

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@EElias-ek9mq
@EElias-ek9mq 8 лет назад
Thank you very much. I wish every tutorial on youtube was like this. Clear, precise, and straight forward.
@czatiimikoli1904
@czatiimikoli1904 8 лет назад
🕓🕢🕧🕖🕞🕞🕧⏪⏪🕓🕚🕓🕢 🕢🕧🕢🕓🕢🕢🕢 🕓◽
@carlosorozco8730
@carlosorozco8730 9 лет назад
I like the play by play comment style, it really lets me know what is happening in the background process beacuse I am a beginner so that is much apreciated
@soundtraining
@soundtraining 11 лет назад
In the Apache configuration file, there is a section labeled DirectoryIndex. That's where you can set default pages and their order.
@8jallin97
@8jallin97 8 лет назад
finally a good video with perfect quality. because you know, its 2015.
@soundtraining
@soundtraining 11 лет назад
That's a great idea. I'm backlogged for about four weeks, but I'll try to get a video done on virtual hosting when things loosen up a bit. Thanks for the suggestion.
@dusanmalinov6586
@dusanmalinov6586 5 лет назад
Well i know that this video is really old 6y ago holy but i wanna thank you for making it its not the same as it was 6y ago but it gave me a path i need to follow with a few google searches and a little bit of trying my self i done it on the end.Once again thank you :)
@Electronics61
@Electronics61 9 лет назад
excellent video. I will now try with Ubuntu. I left fedora couple of years back some of apps did not for years. Later some were suggesting jumping over to CentOS. Many thanks.
@MizSuz
@MizSuz 7 лет назад
Geez, the things I just learned. I'm new to linux and fumbling through the early learning curve.
@scwyldspirit
@scwyldspirit 8 лет назад
Like I am running Fedora server and the only difference is that you use on newer releases of CentOS/Fedora/Redhat is this: systemctl enable mariadb.service systemctl start mariadb.service mysql_secure_installation hope that helps
@soundtraining
@soundtraining 11 лет назад
Yes, it can be done on Ubuntu. The commands will be different. For example, instead of using "yum" to install packages, Ubuntu uses "apt-get". I'll put together a video on doing it on Ubuntu 12.04.02 LTS, which I recommend instead of 13.04. 13.04 is a cutting-edge release and not generally recommended for production use. The installation and procedures are probably not a lot different. Please subscribe to this channel to get notified when the video is available.
@Hppyhppy2
@Hppyhppy2 9 лет назад
Everything is changed. I'm using MariaDB instead of mysql. It's the default for the latest centos the yum package grabbed it idk. After I installed almost all the commands are different/ don't work properly. Total fork in the electrical socket. Although I'm glad they did fork because Oracle is not being as open source as it should be with mysql.
@rchidura
@rchidura 9 лет назад
Easy to understand, very well explained, Thanks Don
@Benjaminovsky
@Benjaminovsky 10 лет назад
Great intro to installing the stack, Thank you.
@TheBlackstarrt
@TheBlackstarrt 8 лет назад
How would I connect MySQL to a Apache web server from two different machines? We are using fedora 24
@christianlanoire7541
@christianlanoire7541 7 лет назад
3.02 min, in my case, my computer connected to the server would be a workstation, and it can be infected, not the Apache server, am I right?
@troydavis5217
@troydavis5217 8 лет назад
I just bought your book. If it is as good as your videos it should be very informative.
@nightwolf1966
@nightwolf1966 10 лет назад
Thank you very much for your time and effort ,keep up the great work you are doing.
@semiradilumrajapaksha7694
@semiradilumrajapaksha7694 6 лет назад
Learned lot of things in this video. Thanks.
@lutherallison3428
@lutherallison3428 11 лет назад
Excellent training on lamp but can this be done on Ubuntu 13.04 and are the commands is different on Ubuntu ?
@Vikinngdk
@Vikinngdk 8 лет назад
Very helpful video. Thank you very much for this.
@divinesona2885
@divinesona2885 8 лет назад
Awesome video!!! Thank you Don. Not only have I watched it several but tested the steps and it works . How can we further secure mysql? Also, what ip address did you use to test php? In the LAMP stack installation, can there be an alternative database software other than MySQL?
@soundtraining
@soundtraining 8 лет назад
My apologies for the delayed response. I didn't see your question until now. Here are two links to help with securing MySQL/MariaDB: dev.mysql.com/doc/refman/5.7/en/security-against-attack.html and www.digitalocean.com/community/tutorials/how-to-secure-mysql-and-mariadb-databases-in-a-linux-vps. The address for testing PHP is the address of the server. Current versions of RedHat and CentOS (and many other Linux distros use MariaDB instead of MySQL. Hope this helps.
@nakul22100
@nakul22100 11 лет назад
if i want to install specific php version for ex. php 5.5 then how can i install this on cent os server
@nvidia290
@nvidia290 8 лет назад
Hello, I really enjoyed your video. Thank you. I am currently in college learning about this (well last semester) We used Debian however im interested in trying cent os. My friend needs a website for his business and wants me to make a website so I am seeing how hard it would be. Anyways, thanks linux is awesome.
@nvidia290
@nvidia290 8 лет назад
My friend has given me til December to get it up and running and looking professional. Would your book help me?
@akilapeiris8220
@akilapeiris8220 6 лет назад
Can we do like windows to linux install all configuraion do as a graphically?
@davidmbonu
@davidmbonu 9 лет назад
Great Video. Does securing MySQL also secure the httpd? Do you also have a video on how to add content to /var/www/html/ directory , so that my content can show when i test the webserver address. Thanks
@soundtraining
@soundtraining 9 лет назад
David Mbonu No, securing MySQL has no effect on httpd. Separate issues. I don't have a video on adding content to /var/www/html, but it's really simple. Use SFTP to upload whatever content you desire. Even a default Apache installation will bring up the default Apache landing page.
@davidmbonu
@davidmbonu 9 лет назад
Thanks. Please do you have any video(s) on how to add the ssl (security certificate) on the apache server after configuration?
@MrGlenakatheone
@MrGlenakatheone 9 лет назад
Questions: I did everything you covered, and it all worked up until I typed in "chkconfig --levels 3 mysqld on." The response came back saying "no such file or directory exists." What could be the issue there? Does it make a difference that I'm using CentOS 7? Thanks for the videos and tutorials otherwise, all are outstanding!
@soundtraining
@soundtraining 8 лет назад
Apologies for the delayed response. For CentOS 7, you need to use the systemctl command instead of chkconfig. (You've probably already figured that out!) Here's a link to an article about it: access.redhat.com/articles/754933
@adigaknocker1996
@adigaknocker1996 7 лет назад
Great video, but I was wondering about something. So how do I connect MySQL to my Web?
@adigaknocker1996
@adigaknocker1996 7 лет назад
I have an linux server ubunto 16.04 so I was wondering how can I connect mySQL to that :D Thank you
@switchuh05
@switchuh05 11 лет назад
hey how do i have php show up first instead of html first
@SeNniN06
@SeNniN06 9 лет назад
such a well put together tutorial. Appreciate it! :]
@pavelcechir4510
@pavelcechir4510 6 лет назад
Thx, helped enormously.
@nealrstevens
@nealrstevens 8 лет назад
Don, great job, thanks!
@javarevisit
@javarevisit 10 лет назад
how can i install the same using .tar.gz file??
@Unpluggedx89
@Unpluggedx89 9 лет назад
I love LAMP....
@nayeemm2832
@nayeemm2832 9 лет назад
Is is possible to use Apache web server with out installing , like we can use tomcat on Linux machines? We just copy the tomcat directory and run startup.sh , it would start the server running on default port 8080 and could be accessed using hostname:/8080.But when I looked for such ready to use dump on Apache site i didn't find it for Linux. However for windows i have such feature available on apachelounge.com... Can you help me with offline installation of Apache HTTP Server ? Because i don't have root access to run rpm -Uvh httpd-..rpm or yum install httpd
@soundtraining
@soundtraining 8 лет назад
I'm not aware of a way to do that. If you find something, please post it here.
@saadnaeem8139
@saadnaeem8139 9 лет назад
thanks for sharing the video
@prakadsh1
@prakadsh1 8 лет назад
Really great video ........ :)
@mikeva9068
@mikeva9068 7 лет назад
Hi..Great Video....! I have a question....What's next after this??(NEwbiealert). Thanks Man.!! :)
@Hotboytrue
@Hotboytrue 8 лет назад
Will this guide work for debian 8.4?
@soundtraining
@soundtraining 8 лет назад
The short answer is no. Although you will gain a better understanding of the installation process in general, there are many differences in file locations and commands between how a LAMP server is installed and configured on CentOS and Debian.
@Hotboytrue
@Hotboytrue 8 лет назад
soundtraining.net Thanks for clarification. I have been trying all day to set up lamp on debian 8.4 i got apache 2 installed i just have no idea how to configure the network, as in what which static ip adress to pick. Im a noob at networking though my programming skills are way beyond my networking. I still know i need to know this part of the computer science spectrum.
@soundtraining
@soundtraining 8 лет назад
The static address you choose must be compatible with the network you're connecting to and must not be in use by any other devices on that network. For example, if the network you're connecting to is 192.168.1. with a 24 bit mask (255.255.255.0), you could choose any address within the range of 192.168.1.1 through 192.168.1.254, as long as no other device is using the address you choose.
@Hotboytrue
@Hotboytrue 8 лет назад
soundtraining.net Ohh ok. So should I run nmap on my other pc to see which ones are free?I have a timewarner cable network btw. Also how do i know the right network to connect too. I thought 192.168.0- covered LAN and i can pick any in that range right?
@soundtraining
@soundtraining 8 лет назад
nmap could tell you that, yes. 192.168 is one of the RFC 1918 private address. If you're up for reading an RFC, check out tools.ietf.org/html/rfc1918 for details about private internets.
@mrhuaquito2708
@mrhuaquito2708 7 лет назад
Everytthing is fine BUT how can I get ROOT access?
@alfredzhao2475
@alfredzhao2475 6 лет назад
su (your password) enter
@7wy573D
@7wy573D 9 лет назад
just to let ppl know that most of the instructions for centos 6 work on centos 7
@chockalingamp
@chockalingamp 7 лет назад
Thank you very much. I wish every tutorial on youtube was like this. Clear, precise, and straight forward
Далее
How to setup Apache, MySql, and PHP on Ubuntu Linux
36:56
Сказала дочке НЕТ!
00:24
Просмотров 514 тыс.
La Tierra Robó El Anillo De Saturno #planetballs
00:14
Why Linux Is Better For Programming
13:32
Просмотров 2,8 млн
I forced EVERYONE to use Linux
22:59
Просмотров 514 тыс.
Top 10 Linux Job Interview Questions
16:04
Просмотров 2,3 млн
Setup Apache Virtual Hosts (Website) on Ubuntu 16.04!
11:42
Сказала дочке НЕТ!
00:24
Просмотров 514 тыс.