Hello,
Given the httpd2 -S output shown at [1].
Question 1.
- What directory does this http url translate to on localhost 127.0.0.1
http://127.0.0.1/cacti/xxxx
is it /srv/www/htdocs/cacti/xxxx ?
Question 2.
- What does this error mean and what directory [fully qualified] would it be trying to reference. ?
# more /var/log/apache2/cacti-access_log
127.0.0.1 - - [13/May/2014:21:05:33 +1000] "GET / HTTP/1.1" 302 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0"
127.0.0.1 - - [13/May/2014:21:05:33 +1000] "GET /cacti/install/ HTTP/1.1" 404 984 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0"
127.0.0.1 - - [13/May/2014:21:05:33 +1000] "GET /favicon.ico HTTP/1.1" 404 984 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0"
[1]
Other information:
httpd2 -S shows:
# httpd2 -S
VirtualHost configuration:
ServerRoot: "/srv/www"
Main DocumentRoot: "/srv/www/htdocs"
Main ErrorLog: "/var/log/apache2/error_log"
Mutex mpm-accept: using_defaults
Mutex ssl-stapling: using_defaults
Mutex ssl-cache: using_defaults
Mutex default: dir="/run/" mechanism=default
PidFile: "/run/httpd.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="wwwrun" id=30
Group: name="www" id=8
Thanks Glenn