I am new to running servers, but will Wget requests be logged in a web server? What kind of requests will be logged, for example, in Apache?
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.
From the server’s point of view wget request is not different than any other HTTP request. If apache is configured to log HTTP requests it would log all of them, including wget. If it’s configured to log user-agent field you should see which particular requests were from wget in the log file.