Forum Discussion
souravkayal_287
Nimbostratus
Apr 26, 2017I wanted to know the exact command from linux cli to check if the applicaiton hosted on the server
I wanted to know the exact command from linux cli to check if the applicaiton hosted on the server is published or check the http response code from the url ?? like curl etc
- Samir_Jha_52506
Noctilucent
Many ways to find, if application is hosted on servers. Google is best source to find command. Updating clue.
- Validate LAMP setting
- Check how many service are enable to server.
- Try to open app one by one http on browser(it's time consuming).
- etc
- MW1
Cirrus
for curl to give the HTTP response code:
curl -s -o /dev/null -I -w "%{http_code}" http://www.example.org/
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects