Results 1 to 3 of 3
Hey all,
I just installed Ubuntu server and the desktop. I went to the Synaptic Package Manager and installed the LAMP server. Noob question......where did it go? It is now ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-29-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 7
[SOLVED] Installing LAMP server
Hey all,
I just installed Ubuntu server and the desktop. I went to the Synaptic Package Manager and installed the LAMP server. Noob question......where did it go?
It is now grayed out with a check mark in the package manager like it is installed, but it's not in any menus anywhere. Do I need to do some coding for that to show up and use it?
Thanks for the help.
- 10-30-2008 #2Just Joined!
- Join Date
- Oct 2008
- Posts
- 27
Its a service so it might not show up in menus. Try
and if that doesnt work, cd into etc and see if its there. You can also tryCode:locate lamp
to see if its running. If its not try starting it withCode:ps -ef | grep lamp
Its got a conf file somewhere too so you could search for all conf files.Code:service lamp start
- 10-30-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 7
Thanks. I found everything in the /etc folder. LAMP itself is not a service, so the commands were coming up with errors. But, I found what I was looking for and you headed me in the right direction. Thanks again.



