Posts tagged PHP

Debian Server Guide Part 2

Web Server Setup and Virtual Hosts
Apache
The following sections will vary based on purpose of your server. Use this section if you plan to use Apache as a web server. I will also show you how to setup virtual hosts for hosting several websites on one server. Remember, this is a very simple process and I [...]

Ubuntu Server Checklist

A quick guide for getting an Ubuntu server setup for Small Office or Home Office use.
Use package manager (Synaptic) to install the following and their dependencies…
Apache2
MySQL
PHP5
OpenSSL
Firestarter
Samba
Gnome Partition Editor (gparted)
SSH
Download the latest versions of this software from their websites…
WordPress or Drupal
PhpMyAdmin
Unpack WordPress or Drupal files into your server document root, on Ubuntu /var/www/. Then unpack PhpMyAdmin [...]

Installing Open Suse 10.3 LAMP with vsftpd

This install is less than 500 megabytes and will run Linux, Apache, MySQL, PHP, and FTP users. Boot up is fast and hardware utilization is minimal, while giving a rock solid performance. This setup even yields no vulnerabilities from Nessus scans when all setup and configuration is complete. Here you can find a straightforward [...]

PHP Info

If out want to make sure that you have PHP up and running correctly on your web server, just follow these steps.
Insert the following code into a new web document in your root web directory (/srv/www/ or /home/username/public) and name it info.php. Navigate your your site, and type in sitename.com/info.php. This will let you know [...]