Is it possible to call a url when the apache service starts?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why not just add a line to your
apachectlscript to call a URL via wget or similar ?I presume you’re doing this to test startup behaviour ? You can check the error code from
wget(or whichever tool you use) and then take appropriate action.