how can i check if a lampp runs on opensuse

Relax and enjoy The Lounge. For all Non-Joomla! topics or ones that don't fit anywhere else. Normal forum rules apply.
Locked
unleash_it
Joomla! Ace
Joomla! Ace
Posts: 1311
Joined: Wed Nov 05, 2008 11:28 pm

how can i check if a lampp runs on opensuse

Post by unleash_it » Mon Apr 21, 2014 7:00 am

how can i check if a lampp runs on opensuse

can i check this with the terminal?

are there any commands!?
regards un-leash,
a big fan for ++ 11 years now: With Joomla you can easily create and extend your website: see the site, that offers you ideas & modules - extensions.joomla.org - it lists over 4000 extensions

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17417
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: how can i check if a lampp runs on opensuse

Post by toivo » Mon Apr 21, 2014 7:36 am

You can do that in terminal. Use the ps command (process status) to check if the Apache and MySQL processes or daemons are running:

Code: Select all

ps -A | grep httpd
ps -A | grep mysqld
You can check that PHP works by using the phpinfo() function in a test script and accessing that file in your browser, as shown in this tutorial: http://www.cyberciti.biz/faq/how-do-i-t ... info-page/
Toivo Talikka, Global Moderator


Locked

Return to “The Lounge”