Development Wall

help for php, codeigniter, javascript, jquery, mysql, apache, ubuntu

Archives for the ‘Apache’ Category

Install Apache, PHP, MYSQL and phpMyAdmin in Ubuntu

By • Apr 1st, 2012 • Category: Apache, MYSql, PHP, Ubuntu

I will show the command and configuration to install Apache, PHP, MYSQL and phpMyAdmin in Ubuntu 1. Installing  Apache Open your terminal and type the bellow command        #sudo apt-get install apache2 It will ask for your password, Type your ubuntu password and press  enter key, it will ask for confirmation Type y and press [...]



Start Restart Stop Apache Web Server in Ubuntu

By • Jan 23rd, 2012 • Category: Apache, Ubuntu

If you are  ubuntu user, you might need to start,stop or restart apache web server. You need to login as root or you need to use sudo command to start,stop or restart Apache Start Apache 2 Server # sudo /etc/init.d/apache2 start Restart Apache 2 Server # sudo /etc/init.d/apache2 restart Stop Apache 2 Server # sudo [...]