LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache does not accept username/password (https://www.linuxquestions.org/questions/linux-software-2/apache-does-not-accept-username-password-398080/)

masand 01-03-2006 06:42 AM

what about the info log for apache

logicalfuzz 01-06-2006 03:54 AM

You speaking about the access log? there's no info log in /var/log/httpd/
Quote:

[root@saturn mydir]# ls /var/log/httpd/
access_log access_log.1 error_log error_log.1 ssl_access_log ssl_error_log ssl_error_log.1 ssl_request_log
[root@saturn mydir]#
The snip of access log is shown below..
Quote:

172.17.2.22 - - [06/Jan/2006:15:10:56 +0530] "GET /acid/acid_main.php HTTP/1.1" 200 11677 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5"
172.17.2.22 - - [06/Jan/2006:15:14:15 +0530] "GET /acid/acid_main.php HTTP/1.1" 401 479 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5"
172.17.2.22 - user1 [06/Jan/2006:15:14:25 +0530] "GET /acid/acid_main.php HTTP/1.1" 401 479 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5"
the ssl_error_log..
Quote:

[Wed Jan 04 16:24:18 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Fri Jan 06 15:13:30 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Fri Jan 06 15:13:33 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?


All times are GMT -5. The time now is 04:00 AM.