943,748 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 861
  • PHP RSS
Apr 29th, 2009
0

LAMP Server

Expand Post »
l have been using WAMP,can anyone help me l need to move to LAMP
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
masocha is offline Offline
35 posts
since Jan 2009
Apr 29th, 2009
1

Re: LAMP Server

I use Fedora 10 and there is a realy good tutorial for setting up everything you need for a LAMP
http://www.howtoforge.com/perfect-server-fedora-10
Reputation Points: 26
Solved Threads: 31
Posting Whiz
samarudge is offline Offline
354 posts
since May 2008
Apr 30th, 2009
0

Re: LAMP Server

Ubuntu server. Follow the posts on this blog. http://ourserver.wordpress.com
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
baudday is offline Offline
99 posts
since Oct 2008
Apr 30th, 2009
0

Re: LAMP Server

masocha, what system do u use??
in some linux systems, setiing up a web server, especially apache in LAMP is easy... Hehe

Ya, i think you'd better to use ubuntu, it's easy... Just follow this step:
1. install apache on your system using this command
sudo apt-get install apache2
2. Restart your apache server
sudo /etc/init.d/apache2 start
3. Install your php
sudo apt-get install php5 libapache2-mod-php5
4. After all those steps done you can now install MySQL server onto your system.
sudo apt-get install mysql-server
5. You can also install phpmyadmin to make your work easier and configure it so can be called by typing http://localhost/phpmyadmin
sudo apt-get install phpmyadmin
for setting the phpmyadmin you can follow this to edit the configuration of apache:
sudo gedit /etc/apache2/apache2.conf
and put this statement into that file.
Include /etc/phpmyadmin/apache.conf

OK, Hope this can help you...
Reputation Points: 10
Solved Threads: 1
Newbie Poster
sch_bern is offline Offline
5 posts
since Mar 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Google map Api
Next Thread in PHP Forum Timeline: arrays checkboxes, Form submit array





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC