This is a discussion on PHP on UBuntu within the Linux General forums, part of the Linux Forums category; Hi guys, I want to install PHP, MYSQL and Apache on UBuntu machine. I ran these commands. commands ran and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi guys,
I want to install PHP, MYSQL and Apache on UBuntu machine. I ran these commands. commands ran and did'nt give any errors but did'nt say comments either and i dont see any /var/www directory. Do i have to download something or ubuntu comes with everything? Any help will be much appreciated. Thanks. xxx@xxx:~$ sudo apt-get install apache2 xxx@xxx:~$ sudo apt-get install php5 xxxi@xxx:~$ sudo apt-get install libapache2-mod-php5 xxx@xxx:~$ sudo /etc/init.d/apache2 restart |