April 24, 2024, 11:23:44 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: how to check https service running manually  (Read 5605 times)

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
how to check https service running manually
« 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

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
how to check https service running manually
« Reply #1 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