Direct MP3 Download: The Server Show #003 – Web Servers and More
With the DoorToDoorGeek aka Steve McLaughlin, Jeff (Blackhammer) Owens from TheAgeOfTheGeek, Chad Wollenberg from LinuxBasement and Josh (KnuckleHeadTech) from KnuckeHeadTech Talk about everything server related
Show 003
Web Servers
Jeff (Blackhammer) Owens – http://theageofthegeek.net, http://www.blackhammer.us
Chad Wollenberg – http://www.linuxbasement.com/ http://milesofgaming.com/ http://runningthedistance.com/
Josh (KnuckleHeadTech) http://knuckleheadtech.com
DoorToDoorGeek aka Stephen McLaughlin – http://podnutz.com/
Get LAMP on Debian based systems
sudo apt-get install tasksel
sudo tasksel install lamp-server
OR
sudo apt-get install tasksel
sudo tasksel
and select from list
NGINX default conf for basic site /etc/nginx/sites-available/default
server {
listen 80 default_server;
index index.html;
root /var/www;
}
Apache2 default conf in /etc/apache2/sites-available/default
<VirtualHost *:80>
ServerName yoursite.com
ServerAlias www.yoursite.com
DocumentRoot /var/www
</VirtualHost>
Multiple virtual hosts
http://linuxbasement.com/content/apache2-virtual-hosts
LAMP Stack for debian/Ubuntu
apt-get install mysql-server mysql-client libmysqlclient15-dev apache2 apache2-doc php5 php5-common php5-curl php5-dev php5-gd
Opposite of WGET is WPUT
http://freecode.com/projects/wput
Future Possible topics-
Battery Backup/UPS – how much do you need and how to calculate
************************************
Email: mail@podnutz.com
To support Podnutz please use the following links, and remember you don’t pay any extra for using the links !
Podnutz Amazon link (http://www.podnutz.com/amazon)
Podnutz Newegg link (http://www.podnutz.com/newegg)
Podnutz Ebay (http://www.podnutz.com/ebay)
Podnutz Deals (http://www.podnutz.com/deals)
Podnutz Clothing (http://www.podnutz.com/clothing)