PDA

View Full Version : Configuring Apache



mwero001
March 5th, 2007, 06:41 AM
Hi guys. I've been using wamp server for my web programming using php(in windows). I recently shifted to edubuntu and I still want to continue using apache. Any help please?

lnostdal
March 5th, 2007, 06:47 AM
try:


sudo aptitude install apache2 php5
sudo /etc/init.d/apache2 restart


..then..



mkdir -p ~/public_html
echo "<?php echo 'hello world'; ?>" > ~/public_html/test.php
firefox http://localhost/~$USER/test.php