Thread: LAMP Help
View Single Post
  #2 (permalink)  
Old 21-Aug-2008, 21:17
ken_yap ken_yap is offline
Flux Capacitor Penguin
 
Join Date: Jun 2008
Location: GMT+10
Posts: 5,109
ken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud of
Default Re: LAMP Help

You still have to start the services (apache2, mysql). On Debian/Ubuntu installing a server package also automatically enables the service. It's debatable whether this is the right thing to do, but then that's how it is with these distros. You can start the services via YaST also. Also going to http://localhost/ will get you Directory index not permitted. Try http://localhost/index.html

There's more you have to do later. You have to enable php5 in Apache if you hope to view PHP pages.
Reply With Quote