If i tail -f messages i see events from zm, but no errors or message with reguard to the login.
looking in the http access log i get this.
192.168.1.115 - - [18/May/2006:15:54:16 -0700] "POST /zm/index.php HTTP/1.1" 200 1064 "
http://192.168.1.27/zm/index.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3"
192.168.1.115 - - [18/May/2006:15:54:16 -0700] "GET /zm/zm_html_styles.css HTTP/1.1" 304 - "
http://192.168.1.27/zm/index.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3"
using ethereal i captured this lot
POST /zm/index.php HTTP/1.1
Host: 192.168.1.27
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer:
http://192.168.1.27/zm/index.php
Cookie: format=html; cookies=1; ZMSESSID=50b05a8c414338678ba0fd0006f2af5f
Content-Type: application/x-www-form-urlencoded
Content-Length: 59
action=login&view=postlogin&username=admin&password=adminHTTP/1.1 200 OK
Date: Thu, 18 May 2006 22:55:44 GMT
Server: Apache-AdvancedExtranetServer/2.0.50 (Mandrakelinux/7.2.101mdk) PHP/4.3.8
X-Powered-By: PHP/4.3.8
Set-Cookie: ZMSESSID=50b05a8c414338678ba0fd0006f2af5f; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 1064
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ZM - Login</title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<script type="text/javascript">
window.resizeTo( 720, 480 );
</script>
</head>
<body>
<table align="center" border="0" cellspacing="2" cellpadding="2" width="96%">
<form name="login_form" method="post" action="/zm/index.php">
<input type="hidden" name="action" value="login">
<input type="hidden" name="view" value="postlogin">
<tr><td colspan="2" class="smallhead" align="center">ZoneMinder Login</td></tr>
<tr><td width="50%" class="text" align="right">Username</td><td width="50%" align="left" class="text"><input type="text" class="form" name="username" value="admin" size="12"></tr>
<tr><td width="50%" class="text" align="right">Password</td><td width="50%" align="left" class="text"><input type="password" class="form" name="password" value="" size="12"></tr>
<tr><td colspan="2" align="center"><input type="submit" value="Login" class="form"></td></tr>
</form>
</table>
</body>
</html>
GET /zm/zm_html_styles.css HTTP/1.1
Host: 192.168.1.27
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer:
http://192.168.1.27/zm/index.php
Cookie: format=html; cookies=1; ZMSESSID=50b05a8c414338678ba0fd0006f2af5f
If-Modified-Since: Fri, 15 Jul 2005 03:58:48 GMT
If-None-Match: "d44264-1237-445c0e00"
Cache-Control: max-age=0
HTTP/1.1 304 Not Modified
Date: Thu, 18 May 2006 22:55:45 GMT
Server: Apache-AdvancedExtranetServer/2.0.50 (Mandrakelinux/7.2.101mdk) PHP/4.3.8
Connection: Keep-Alive
Keep-Alive: timeout=15, max=99
ETag: "d44264-1237-445c0e00"
So does this shed any light on it.
Regards
Paul