ubuntu is a Debian type GNU Linux distribution and the configuration is different from that of RedHat type distributions such as CentOS and Fedra. The Apache configuration differs depending on the distribution. For ubuntu, you can use a2enmod/a2dismod, and a2ensite/a2dissite commands for the settings, which allow separate management of the module and site. The Apache directory configuration for ubuntu is…
Read more... »Tags: Apache
Easy set of LAMP( Apache+PHP+MySQL) server on Ubuntu
Ubuntu includes the tool “tasksel”, which made its first appearance in Debian. It installs multiple related packages. $>sudo tasksel Execute the command in the command line. You will see the following list. Use the up/down arrow keys of the keyboard to move, the space key to select/deselect, the tab key and the Enter key to execute installation. [ ] DNS…
Read more... »Installation of Apache2.2.19 and PHP5.3.6 for Windows web server
PHP has been still common as a server-side scripting language, and, used with Apache, provides an irreplaceable advantage that allows you to build a practical website quickly. This article introduces to you how to install Apache2.2.19 and PHP5.3.6, the latest versions as of June 15. 2011, on a Windows OS. Download components First, let’s download the latest version of Apache…
Read more... »