Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 25, 2024, 04:32:07 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
how to check https service running manually
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to check https service running manually (Read 7357 times)
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
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
how to check https service running manually