LAMP installation and configuration steps
I was able to conect Centos6 on Virtual Box to Windows (I am able to ping in both directions) with Host-only Adapter (for connection between the two) and NAT Adapter (to enable Linux on VB to connect to the Internet). I want to set up httpd, mysql and vsftpd servers and in the end easily connect to httpd from Windows based browser and ftp server with a Windows based client as well. I would also want to have access through SSH.
I have a general idea of the steps that are involved, but there is also a configuration that I am not sure about at thsi point. Lets say I follow these steps:
# yum install httpd
# yum install php php-pear php-mysql
# yum install mysql-server
# mysql_secure_installation
# yum install vsftpd
# yum install mod_ssl
Technically I have everything installed, but what would be the next steps that I need to take (from the networking point of view, so to speak, to get it all working)?
I know I need to configure, at least Apache, and ftp server, but I am not sure how is it gonna work; like where am I gonna be uloading the sites (I know this can vary), how am I gonna know what address to use in a browser if I wanna go to a website x, y, z on that installation etc. This sounds like I need to do some kind of DNS setup and I am kind of stuck at this point.
If somebody could give me a general outline of what are the things that need to be done that would be great (I was looking on a lot of websites and I know about etc/sysconfig/network, httpd.config - not too much abot it on Apache's site, hostname, hostname -f etc; but it is kind of hard to piece it all together at this point). I am gonna be looking at the books also, but they not always reflect the setup that I have too (VirtualBox).
Thank you.
|
Recent comments
4 hours 3 min ago
5 hours 3 min ago
8 hours 50 min ago
10 hours 4 min ago
13 hours 40 min ago
20 hours 55 min ago
1 day 5 hours ago
1 day 7 hours ago
1 day 22 hours ago
2 days 48 min ago