Forum Discussion

souravkayal_287's avatar
souravkayal_287
Icon for Nimbostratus rankNimbostratus
Apr 26, 2017

I 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

 

2 Replies

  • Many ways to find, if application is hosted on servers. Google is best source to find command. Updating clue.

     

    1. Validate LAMP setting
    2. Check how many service are enable to server.
    3. Try to open app one by one http on browser(it's time consuming).
    4. etc