On Tue, 27 Nov 2001, Chandrakumar Muthaiah wrote: > then look at the log file in access_log and error_log > from the apache log file. > > then just send that to this mail group.
Following is the log file: access log ---------- 1) on issue of http://host_name and result is successful. 192.168.106.204 - - [28/Nov/2001:10:17:51 +0530] "GET / HTTP/1.1" 304 - "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" 192.168.106.204 - - [28/Nov/2001:10:17:51 +0530] "GET /poweredby.png HTTP/1.1" 304 - "http://192.168.106.203/" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" 192.168.106.204 - - [28/Nov/2001:10:17:51 +0530] "GET /icons/apache_pb.gif HTTP/1.1" 304 - "http://192.168.106.203/" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" 2) on issue of http://host_name/ojha/index.html and result is successful. 192.168.106.204 - - [28/Nov/2001:10:19:21 +0530] "GET /ojha/index.html HTTP/1.1" 304 - "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" 192.168.106.204 - - [28/Nov/2001:10:19:21 +0530] "GET /ojha/ojha.gif HTTP/1.1" 304 - "http://192.168.106.203/ojha/index.html" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" 3) on issue of http://host_name/ojha and result is unsuccessful. 192.168.106.204 - - [28/Nov/2001:10:19:33 +0530] "GET /ojha HTTP/1.1" 301 324 "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" 4) on issue of http://host_name/ojha/ and result is successful. 192.168.106.204 - - [28/Nov/2001:10:20:05 +0530] "GET /ojha/ HTTP/1.1" 200 3165 "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" 192.168.106.204 - - [28/Nov/2001:10:20:05 +0530] "GET /ojha/ojha.gif HTTP/1.1" 304 - "http://192.168.106.203/ojha/" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)" Error log No error found related to these requests. H.S.Rai _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
