logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: access_log not showing anything on URL hit
Author
apaloda



Joined: 03 Jul 2018
Posts: 2
Location: USA

PostPosted: Tue 03 Jul '18 18:41    Post subject: access_log not showing anything on URL hit Reply with quote

I got to http://ourserver.whatevs/path/pagename.html and /var/log/httpd/access_log shows no new lines... even though /etc/httpd/conf/httpd.conf has that file marked as `CustomLog logs/access_log combined` where `logs` is a symlink in conf pointing to /var/log/httpd/access_log...

I'm not sure where else to look; the servers I've inherited have been customized to whack by ex-employees and I seem to be following red herring footprints in granite.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 16 Jul '18 15:42    Post subject: Reply with quote

Anything the error log?

Are the permissions okay? (chmod)
Back to top
apaloda



Joined: 03 Jul 2018
Posts: 2
Location: USA

PostPosted: Tue 17 Jul '18 17:41    Post subject: Reply with quote

James Blond wrote:
Anything the error log?

Are the permissions okay? (chmod)


I discovered the access logs were just somewhere else because a different web server program was being used than I thought.
Back to top


Reply to topic   Topic: access_log not showing anything on URL hit View previous topic :: View next topic
Post new topic   Forum Index -> Apache