Mga guys im new to linux, just tried it and have a bit of problem
How can i activate the Apache webserver?
and were can i add the php files to be view on my locahost?
Mga guys im new to linux, just tried it and have a bit of problem
How can i activate the Apache webserver?
and were can i add the php files to be view on my locahost?
Google is your friend.[br]Posted on: May 08, 2008, 05:53:28 PM_________________________________________________F irst you'll need to add repositories:
http://us.archive.ubuntu.com/ubuntu dapper universe main restricted universe
http://security.ubuntu.com/ubuntu dapper-security universe
You will be running the following commands:
    sudo apt-get install apache2
    sudo apt-get install php4
    sudo apt-get install libapache2-mod-php4
    sudo /etc/init.d/apache2 restart
[br]Posted on: May 08, 2008, 05:54:44 PM_________________________________________________N ote that if apache is already installed you can omit the first line. Your web files will now be found in /var/www/[br]Posted on: May 08, 2008, 05:55:11 PM_________________________________________________O nce you are done adding the repositories, you'll need to run this command:
sudo apt-get update[br]Posted on: May 08, 2008, 05:57:07 PM_________________________________________________T hen you're done.
Also, you might wanna try these links:
https://help.ubuntu.com/community/ApacheMySQLPHP
http://www.ubuntugeek.com/ubuntu-710...ver-setup.html
Its about LAMP.
mao gyud na ang problem bro basta ubuntu imo gamiton thn mag development ka,
samot ka daghan kuti....
Okay ra man ang kuti basta paspas og walay freezing...
needs a lot of time to solve some issue..
Talk about time, it really takes hours to solve an issue coz it needs understanding and hard comprehension.Originally Posted by mr_kyme
thats why if we are dealing in the world of development, i recomend microsoft platform.
Some applications still runs using w/ mostly in Ms platforms.
Pretty straight forward with Ubuntu.
The default folder to store your files is in /var/wwwCode:sudo aptitude update sudo aptitude install apache2 sudo aptitude install php5 sudo /etc/init.d/apache2 restart
You have no idea what you are talking about. Not only is PHP/Apache more native to Linux, MS would be hard-pressed to say they have any big lead in the server environment.Originally Posted by mr_kyme
Yeah. MS does not want to claim they have "the lead" in server issues.Originally Posted by vern
Similar Threads |
|