![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache | ebethea27703 | UNIX for Dummies Questions & Answers | 1 | 05-18-2006 06:44 PM |
| apache | norsk hedensk | UNIX for Dummies Questions & Answers | 5 | 02-08-2003 07:45 AM |
| Apache! | hassan2 | UNIX for Advanced & Expert Users | 1 | 08-07-2002 01:27 PM |
| Apache | Vijayanand | IP Networking | 1 | 07-02-2002 05:14 PM |
| Apache | henke | UNIX for Dummies Questions & Answers | 5 | 07-31-2001 11:16 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Apache help
Hi, I am new to unix and am trying to determine if apache is installed on my server. Is there a command to determine the running version or if it is even installed. I appreciate your help.
Thanks, Eric |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Try the following. If apache runs , processes done by apache are displayed
Code:
ps ax | grep apache or ps ax | grep apache2 |
|
#3
|
|||
|
|||
|
go to /usr/apache/bin and try ps -ef | grep httpd
|
|||
| Google The UNIX and Linux Forums |