Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: deven_01 on October 17, 2005, 05:53:16 AM

Title: how to check https service running manually
Post by: deven_01 on October 17, 2005, 05:53:16 AM
Hello frnds
 Can anybudy tell me the different methods to check http service running on server i know only one i.e.
 telnet <serer ip> <http port i.e. 80>
 tell me the diferent way how to check this services
 Regards,
 devendra
Title: how to check https service running manually
Post by: gauravbajaj on October 17, 2005, 12:22:19 PM
Ok
U can use nmap service , i.e it will test the open ports on ur server

i.e the command is
#nmap <server ip>

It will list all the services which are currently running on ur server

or U can login to ur server and give this command

#ps -A

It will show all the processes as well as services presently running on the server

u can use this commnd also
#service httpd status

Cheers
Gaurav