Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

error in web gui

Not Found The requested URL /ca/vettor,ca-navbar.html was not found on this server.

$ tail -f admin-error.log 
[Wed Jan  9 15:33:25 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:33:29 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:34:40 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:34:45 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:34:52 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:40:10 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:41:54 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:41:57 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:50:04 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html
[Wed Jan  9 15:51:17 2013] [error] [client 192.168.25.19] File does not exist: /opt/RSA_KeonCA/WebServer/admin-server/ca/vettor,ca-navbar.html

the httpd runs with user wwwrun

I don't understand why he searches for file named "vettor,ca-navbar.html". Such file name doesn't exits.

those files I found:

$ ls -ald ca/
drwx------   9 wwwrun   ca          1024 Jun 22  2011 ca/
$ ls -al vettor-navbar.html 
-rw-------   1 wwwrun   ca          6348 Aug 25  2003 vettor-navbar.html
$ ls -al ca-navbar.html 
-rw-------   1 wwwrun   ca          9586 Aug 25  2003 ca-navbar.html
$ pwd
/opt/RSA_KeonCA/WebServer/admin-server/ca
$ ./httpsd -v    
Server version: Apache/1.3.26 (Unix)
Server built:   Sep 27 2007 00:23:33
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.