<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1476" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2>Sorry about my 
answer-delay, but I tried your remedy -- and no help; it stayed the same! There 
gotta be something else. Any suggestions. please? </FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>Regards, OlofHld</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>The problem 
appears to be permission problem, or so I think. Look into your cupsd.conf file 
and try change the following:<BR><BR>from:<BR>> <Location /><BR>> 
#Order Deny,Allow<BR>> #Deny From All<BR>> #Allow From 127.0.0.1<BR>> 
</Location><BR><BR>to something like:<BR><BR><Location /><BR>Order 
Deny,Allow<BR>Deny From All<BR>Allow From All<BR></Location><BR><BR>You 
need to restart cupsd to have the changes take into 
effect.<BR><BR></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>> 
Hi!=20<BR>><BR>>  On my Debian Linux system, kernel 2.6.8-1 and 
newest vers of CUPS  I =<BR>> can no longer add a printer from the 
web-interface nor can I display =<BR>> current printers available and not 
maintain the queues! From the =<BR>> error-log I get these 
error-msgs:<BR>><BR>> E [11/Oct/2004:22:27:52 +0200] Bad request line 
"=16=03=01" from =<BR>> localhost!<BR>><BR>> E [11/Oct/2004:22:31:29 
+0200] [CGI] CUPS-Get-Printers request failed - =<BR>> 
server-error-internal-error (500)<BR>><BR>><BR>> What would the remedy 
be??<BR>> Please, anybody??<BR>> I attach the error-log ! The queueing and 
printing are working though!<BR>><BR>> Looking fwd to hear from 
you!<BR>> Regards, Olof.<BR>><BR>><BR>> 
cupsd.conf:=20<BR>><BR>> #<BR>> # "$Id: cupsd.conf.in,v 1.14 2004/02/25 
20:14:51 mike Exp $"<BR>> #<BR></FONT><FONT face="Times New Roman" 
size=3>> #<BR>><BR>> ServerName SAMBA<BR>> #ServerAdmin </FONT><A 
href="mailto:root@your.domain.com"><FONT face="Times New Roman" 
size=3>root@your.domain.com</FONT></A><BR><FONT face="Times New Roman" 
size=3>><BR>> =20<BR>> AccessLog 
/data/log/cups/access_log<BR>><BR>><BR>><BR>> DataDir 
/usr/share/cups<BR>><BR>> DefaultCharset notused<BR>><BR>> 
DefaultLanguage en<BR>><BR>> DocumentRoot 
/usr/share/cups/doc-root<BR>><BR>> ErrorLog 
/data/log/cups/error_log<BR>><BR>> FileDevice Yes<BR>><BR>><BR>> 
=20<BR>> FontPath /usr/share/cups/fonts<BR>><BR>><BR>> LogLevel 
debug2<BR>><BR>> MaxLogSize 524288<BR>><BR>><BR>> PageLog 
/data/log/cups/page_log<BR>><BR>><BR>> MaxCopies 100<BR>><BR>> 
MaxJobs 500<BR>><BR>> MaxJobsPerPrinter 0<BR>><BR>> MaxJobsPerUser 
0<BR>><BR>> MaxPrinterHistory 10<BR>><BR>> Printcap 
/etc/printcap.cups<BR>><BR>> PrintcapFormat BSD<BR>><BR>> 
RequestRoot /data/spool/cups<BR>><BR>> RemoteRoot remroot<BR>><BR>> 
# ServerBin /usr/lib/cups/cgi-bin<BR>><BR>> ServerRoot 
/etc/cups<BR>><BR>> #User lp<BR>> User root<BR>> Group 
lpadmin<BR>> Group sys<BR>><BR>><BR>> TempDir 
/data/spool/cups/tmp<BR>><BR>><BR>><BR>> #Port 80<BR>> Port 
443<BR>> Port 631<BR>><BR>> HostNameLookups On<BR>><BR>><BR>> 
KeepAlive On<BR>><BR>> KeepAliveTimeout 60<BR>><BR>> MaxClients 
100<BR>><BR>><BR>> Browsing Off<BR>><BR>><BR>> BrowseProtocols 
cups<BR>><BR>><BR>> #BrowseAddress x.y.z.255<BR>> #BrowseAddress 
x.y.255.255<BR>> #BrowseAddress x.255.255.255<BR>> #BrowseAddress 
255.255.255.255<BR>> #BrowseAddress @LOCAL<BR>> #BrowseAddress 
@IF(name)<BR>><BR>><BR>> BrowseShortNames NO<BR>><BR>><BR>> 
ImplicitClasses On<BR>><BR>><BR>> #ImplicitAnyCLasses 
Off<BR>><BR>><BR>> HideImplicitMembers No<BR>><BR>><BR>> 
=20<BR>> #SystemGroup lpadmin<BR>> SystemGroup sys<BR>><BR>><BR>> 
<Location /><BR>> #Order Deny,Allow<BR>> #Deny From All<BR>> 
#Allow From 127.0.0.1<BR>> </Location><BR>><BR>> #<Location 
/classes><BR>> #<BR>> # You may wish to limit access to printers and 
classes, either with =<BR>> Allow<BR>> # and Deny lines, or by requiring a 
username and password.<BR>> #<BR>> #</Location><BR>><BR>> 
#<Location /classes/name><BR>> #<BR>> # You may wish to limit access 
to printers and classes, either with =<BR>> Allow<BR>> # and Deny lines, 
or by requiring a username and password.<BR>> #<BR>> 
#</Location><BR>><BR>> <Location /jobs><BR>> #<BR>> # 
You may wish to limit access to job operations, either with Allow<BR>> # and 
Deny lines, or by requiring a username and password.<BR>> #<BR>> AuthType 
Basic<BR>> AuthClass User<BR>> </Location><BR>><BR>> 
#<Location /printers><BR>> #<BR>> # You may wish to limit access to 
printers and classes, either with =<BR>> Allow<BR>> # and Deny lines, or 
by requiring a username and password.<BR>> #<BR>> 
#</Location><BR>><BR>> <Location /admin><BR>> #<BR>> # 
You definitely will want to limit access to the administration =<BR>> 
functions.<BR>> # The default configuration requires a local connection from 
a user who<BR>> # is a member of the system group to do any admin 
tasks.  You can change<BR>> # the group name using the SystemGroup 
directive.<BR>> #<BR>><BR>> AuthType Basic<BR>> AuthClass 
System<BR>><BR>> ## Restrict access to local domain<BR>> Order 
Deny,Allow<BR>> Deny From All<BR>> Allow From 127.0.0.1<BR>> Allow From 
OCC10<BR>> Allow From OCC9<BR>> Allow From OCC8<BR>> Allow From 
OCC6A<BR>> Allow From ASPIRE<BR>> Allow From SAMBA<BR>> #Encryption 
Required<BR>> </Location><BR>><BR>> #<BR>> # End of "$Id: 
cupsd.conf.in,v 1.14 2004/02/25 20:14:51 mike Exp $".<BR>> #<BR>><BR>> 
error-log:<BR>><BR>> I [14/Oct/2004:20:03:36 +0200] [Job 249] Spooling LPR 
job, 16% =<BR>> complete...<BR>> I [14/Oct/2004:20:03:37 +0200] [Job 249] 
Spooling LPR job, 16% =<BR>> complete...<BR>> d [14/Oct/2004:20:03:38 
+0200] select_timeout: 11 seconds to process =<BR>> active jobs<BR>> d 
[14/Oct/2004:20:03:49 +0200] select_timeout: 11 seconds to process =<BR>> 
active jobs<BR>> d [14/Oct/2004:20:04:00 +0200] select_timeout: 11 seconds to 
process =<BR>> active jobs<BR>> d [14/Oct/2004:20:04:08 +0200] 
AcceptClient(lis=3D0x808ba78) 2 =<BR>> NumClients =3D 0<BR>> D 
[14/Oct/2004:20:04:08 +0200] AcceptClient: 12 from SAMBA:631.<BR>> d 
[14/Oct/2004:20:04:08 +0200] AcceptClient: Adding fd 12 to InputSet...<BR>> d 
[14/Oct/2004:20:04:08 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>> D 
[14/Oct/2004:20:04:08 +0200] ReadClient: 12 POST / HTTP/1.1<BR>> d 
[14/Oct/2004:20:04:08 +0200] decode_auth(0x403ae008): Authorization =<BR>> 
string =3D ""<BR>> d [14/Oct/2004:20:04:08 +0200] decode_auth: 12 
username=3D""<BR>> d [14/Oct/2004:20:04:08 +0200] IsAuthorized: con->uri 
=3D "/"<BR>> d [14/Oct/2004:20:04:08 +0200] FindBest: uri =3D "/"...<BR>> 
d [14/Oct/2004:20:04:08 +0200] FindBest: Location / Limit 7f<BR>> d 
[14/Oct/2004:20:04:08 +0200] FindBest: Location /jobs Limit 7f<BR>> d 
[14/Oct/2004:20:04:08 +0200] FindBest: Location /admin Limit 7f<BR>> d 
[14/Oct/2004:20:04:08 +0200] FindBest: best =3D "/"<BR>> d 
[14/Oct/2004:20:04:08 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:08 +0200] POST /<BR>> d [14/Oct/2004:20:04:08 +0200] 
CONTENT_TYPE =3D application/ipp<BR>> d [14/Oct/2004:20:04:08 +0200] 
ReadClient: 12 con->data_encoding =3D =<BR>> length, 
con->data_remaining =3D 270, con->file =3D -1<BR>> d 
[14/Oct/2004:20:04:08 +0200] ProcessIPPRequest(0x403ae008[12]): =<BR>> 
operation_id =3D 000a<BR>> d [14/Oct/2004:20:04:08 +0200] 
get_jobs(0x403ae008[12], =<BR>> ipp://localhost/jobs/)<BR>> d 
[14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 244<BR>> d 
[14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 245<BR>> d 
[14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 246<BR>> d 
[14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 247<BR>> d 
[14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 248<BR>> d 
[14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 249<BR>> d 
[14/Oct/2004:20:04:08 +0200] get_jobs: count =3D 1<BR>> d 
[14/Oct/2004:20:04:08 +0200] copy_attrs(0x817fee8, 0x8181c50, =<BR>> 
0x81840b0, 2)<BR>> d [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, 
=<BR>> 0x8183d00[job-originating-user-name,2,42])<BR>> d 
[14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, =<BR>> 
0x8182498[job-name,2,42])<BR>> d [14/Oct/2004:20:04:08 +0200] 
copy_attribute(0x817fee8, =<BR>> 0x8182b98[job-id,2,21])<BR>> d 
[14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, =<BR>> 
0x8180128[job-printer-uri,2,45])<BR>> d [14/Oct/2004:20:04:08 +0200] 
copy_attribute(0x817fee8, =<BR>> 0x8183f90[job-name,2,42])<BR>> d 
[14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, =<BR>> 
0x81841e0[job-k-octets,2,21])<BR>> d [14/Oct/2004:20:04:08 +0200] 
copy_attribute(0x817fee8, =<BR>> 0x8184208[time-at-creation,2,21])<BR>> d 
[14/Oct/2004:20:04:08 +0200] add_job_state_reasons(0x403ae008[12], =<BR>> 
249)<BR>> D [14/Oct/2004:20:04:08 +0200] ProcessIPPRequest: 12 
status_code=3D1<BR>> d [14/Oct/2004:20:04:08 +0200] ProcessIPPRequest: Adding 
fd 12 to =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:08 +0200] 
WriteClient: Removing fd 12 from =<BR>> OutputSet...<BR>> d 
[14/Oct/2004:20:04:08 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>> d 
[14/Oct/2004:20:04:08 +0200] ReadClient: httpGets returned EOF...<BR>> D 
[14/Oct/2004:20:04:08 +0200] CloseClient: 12<BR>> d [14/Oct/2004:20:04:08 
+0200] CloseClient: Removing fd 12 from InputSet =<BR>> and 
OutputSet...<BR>> d [14/Oct/2004:20:04:09 +0200] select_timeout: 11 seconds 
to process =<BR>> active jobs<BR>> d [14/Oct/2004:20:04:20 +0200] 
select_timeout: 11 seconds to process =<BR>> active jobs<BR>> d 
[14/Oct/2004:20:04:31 +0200] select_timeout: 11 seconds to process =<BR>> 
active jobs<BR>> I [14/Oct/2004:20:04:39 +0200] [Job 249] Spooling LPR job, 
17% =<BR>> complete...<BR>> I [14/Oct/2004:20:04:47 +0200] [Job 249] 
Spooling LPR job, 17% =<BR>> complete...<BR>> d [14/Oct/2004:20:04:47 
+0200] AcceptClient(lis=3D0x808ba60) 0 =<BR>> NumClients =3D 0<BR>> D 
[14/Oct/2004:20:04:47 +0200] AcceptClient: 12 from OCC9:443.<BR>> d 
[14/Oct/2004:20:04:47 +0200] AcceptClient: Adding fd 12 to InputSet...<BR>> d 
[14/Oct/2004:20:04:47 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>> D 
[14/Oct/2004:20:04:47 +0200] ReadClient: 12 GET /admin HTTP/1.1<BR>> d 
[14/Oct/2004:20:04:47 +0200] decode_auth(0x403ae008): Authorization =<BR>> 
string =3D ""<BR>> d [14/Oct/2004:20:04:47 +0200] decode_auth: 12 
username=3D""<BR>> d [14/Oct/2004:20:04:47 +0200] IsAuthorized: con->uri 
=3D "/admin"<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: uri =3D 
"/admin"...<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: Location / Limit 
7f<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: Location /jobs Limit 
7f<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: Location /admin Limit 
7f<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: best =3D "/admin"<BR>> d 
[14/Oct/2004:20:04:47 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:47 +0200] IsAuthorized: username =3D "" password =<BR>> 
=3D 0 chars<BR>> d [14/Oct/2004:20:04:47 +0200] ReadClient: Unauthorized 
request for =<BR>> /admin...<BR>> D [14/Oct/2004:20:04:47 +0200] 
SendError: 12 code=3D401 (Unauthorized)<BR>> d [14/Oct/2004:20:04:47 +0200] 
FindBest: uri =3D "/admin"...<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: 
Location / Limit 7f<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: Location 
/jobs Limit 7f<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: Location /admin 
Limit 7f<BR>> d [14/Oct/2004:20:04:47 +0200] FindBest: best =3D 
"/admin"<BR>> D [14/Oct/2004:20:04:47 +0200] CloseClient: 12<BR>> d 
[14/Oct/2004:20:04:47 +0200] CloseClient: Removing fd 12 from InputSet =<BR>> 
and OutputSet...<BR>> I [14/Oct/2004:20:04:47 +0200] [Job 249] Spooling LPR 
job, 17% =<BR>> complete...<BR>> I [14/Oct/2004:20:04:49 +0200] [Job 249] 
Spooling LPR job, 17% =<BR>> complete...<BR>> d [14/Oct/2004:20:04:50 
+0200] select_timeout: 11 seconds to process =<BR>> active jobs<BR>> d 
[14/Oct/2004:20:04:55 +0200] AcceptClient(lis=3D0x808ba60) 0 =<BR>> 
NumClients =3D 0<BR>> D [14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from 
OCC9:443.<BR>> d [14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 to 
InputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, 
file=3D-1<BR>> D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /admin 
HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): 
Authorization =<BR>> string =3D "Basic cm9vdDpwam90cjAw"<BR>> d 
[14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D "/admin"<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: uri =3D "/admin"...<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/admin"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: username =3D "root" =<BR>> 
password =3D 7 chars<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: 
Checking "root", address =<BR>> =3D c0a80120, hostname =3D "OCC9"<BR>> d 
[14/Oct/2004:20:04:55 +0200] argv[0] =3D "admin.cgi"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[0] =3D "PATH=3D/bin:/usr/bin"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[1] =3D "SERVER_SOFTWARE=3DCUPS/1.1"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[2] =3D "GATEWAY_INTERFACE=3DCGI/1.1"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[3] =3D "SERVER_PROTOCOL=3DHTTP/1.1"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[4] =3D "REDIRECT_STATUS=3D1"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[5] =3D "CUPS_SERVER=3Dlocalhost"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[6] =3D "IPP_PORT=3D443"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[7] =3D "SERVER_NAME=3DSAMBA"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[8] =3D "SERVER_PORT=3D443"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[9] =3D "REMOTE_ADDR=3D192.168.1.32"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[10] =3D "REMOTE_HOST=3DOCC9"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[11] =3D "REMOTE_USER=3Droot"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[12] =3D "LANG=3Den_US.ISO8859-1"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[13] =3D "TZ=3DEurope/Stockholm"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[14] =3D =<BR>> 
"TMPDIR=3D/data/spool/cups/tmp"<BR>> d [14/Oct/2004:20:04:55 +0200] envp[15] 
=3D =<BR>> "CUPS_DATADIR=3D/usr/share/cups"<BR>> d [14/Oct/2004:20:04:55 
+0200] envp[16] =3D =<BR>> "CUPS_SERVERROOT=3D/etc/cups"<BR>> d 
[14/Oct/2004:20:04:55 +0200] envp[17] =3D =<BR>> 
"HTTP_USER_AGENT=3DMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; =<BR>> 
...NET CLR 1.0.3705)"<BR>> d [14/Oct/2004:20:04:55 +0200] envp[18] =3D 
"SCRIPT_NAME=3D/admin"<BR>> d [14/Oct/2004:20:04:55 +0200] envp[19] =3D 
"REQUEST_METHOD=3DGET"<BR>> d [14/Oct/2004:20:04:55 +0200] AddCert: adding 
certificate for pid 7483<BR>> D [14/Oct/2004:20:04:55 +0200] CGI 
/usr/lib/cups/cgi-bin/admin.cgi =<BR>> started - PID =3D 7483<BR>> I 
[14/Oct/2004:20:04:55 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" =<BR>> 
(pid=3D7483)<BR>> D [14/Oct/2004:20:04:55 +0200] SendCommand: 12 
file=3D15<BR>> d [14/Oct/2004:20:04:55 +0200] SendCommand: Adding fd 15 to 
InputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] SendCommand: Adding fd 12 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] PID 7483 exited with no 
errors.<BR>> d [14/Oct/2004:20:04:55 +0200] DeleteCert: removing certificate 
for pid =<BR>> 7483<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 
Content-Type: =<BR>> text/html;charset=3Diso-8859-1<BR>> d 
[14/Oct/2004:20:04:55 +0200] WriteClient: 12=20<BR>> d [14/Oct/2004:20:04:55 
+0200] WriteClient: 12 2004 bytes<BR>> d [14/Oct/2004:20:04:55 +0200] 
WriteClient: Removing fd 12 from =<BR>> OutputSet...<BR>> d 
[14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 15 from =<BR>> 
InputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data 
file 15.<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, 
file=3D-1<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: httpGets returned 
EOF...<BR>> D [14/Oct/2004:20:04:55 +0200] CloseClient: 12<BR>> d 
[14/Oct/2004:20:04:55 +0200] CloseClient: Removing fd 12 from InputSet =<BR>> 
and OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] 
AcceptClient(lis=3D0x808ba60) 0 =<BR>> NumClients =3D 0<BR>> D 
[14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from OCC9:443.<BR>> d 
[14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 to InputSet...<BR>> d 
[14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>> D 
[14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /cups.css HTTP/1.1<BR>> d 
[14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization =<BR>> 
string =3D "Basic cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:04:55 +0200] 
decode_auth: 12 username=3D"root"<BR>> d [14/Oct/2004:20:04:55 +0200] 
IsAuthorized: con->uri =3D "/cups.css"<BR>> d [14/Oct/2004:20:04:55 +0200] 
FindBest: uri =3D "/cups.css"...<BR>> d [14/Oct/2004:20:04:55 +0200] 
FindBest: Location / Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: 
Location /jobs Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: 
Location /admin Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: best 
=3D "/"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, 
satisfy=3D0...<BR>> d [14/Oct/2004:20:04:55 +0200] get_file: 12 =<BR>> 
filename=3D/usr/share/cups/doc-root/cups.css size=3D87<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =<BR>> 
filename=3D"/usr/share/cups/doc-root/cups.css", filestats=3D0xbfff3040, 
=<BR>> type=3Dtext/plain)<BR>> d [14/Oct/2004:20:04:55 +0200] IsCGI: 
Returning 0...<BR>> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 
=<BR>> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,87 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
12 file=3D14<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 
from =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 
12 Closing data file 14.<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, 
used=3D0, file=3D-1<BR>> D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET 
/images/navbar.gif =<BR>> HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 +0200] 
decode_auth(0x403ae008): Authorization =<BR>> string =3D "Basic 
cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 
username=3D"root"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: 
con->uri =3D =<BR>> "/images/navbar.gif"<BR>> d [14/Oct/2004:20:04:55 
+0200] FindBest: uri =3D "/images/navbar.gif"...<BR>> d [14/Oct/2004:20:04:55 
+0200] FindBest: Location / Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] 
FindBest: Location /jobs Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] 
FindBest: Location /admin Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] 
FindBest: best =3D "/"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth 
=3D 0, satisfy=3D0...<BR>> d [14/Oct/2004:20:04:55 +0200] get_file: 12 
=<BR>> filename=3D/usr/share/cups/doc-root/images/navbar.gif 
size=3D2869<BR>> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, 
=<BR>> filename=3D"/usr/share/cups/doc-root/images/navbar.gif", =<BR>> 
filestats=3D0xbfff3040, type=3Dimage/gif)<BR>> d [14/Oct/2004:20:04:55 +0200] 
IsCGI: Returning 0...<BR>> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 
12 =<BR>> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,2869 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
12 file=3D14<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 2048 
bytes<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from 
=<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 
Closing data file 14.<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, 
used=3D0, file=3D-1<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: httpGets 
returned EOF...<BR>> D [14/Oct/2004:20:04:55 +0200] CloseClient: 12<BR>> d 
[14/Oct/2004:20:04:55 +0200] CloseClient: Removing fd 12 from InputSet =<BR>> 
and OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] 
AcceptClient(lis=3D0x808ba60) 0 =<BR>> NumClients =3D 0<BR>> D 
[14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from OCC9:443.<BR>> d 
[14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 to InputSet...<BR>> d 
[14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>> D 
[14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/left.gif =<BR>> 
HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): 
Authorization =<BR>> string =3D "Basic cm9vdDpwam90cjAw"<BR>> d 
[14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =<BR>> 
"/images/left.gif"<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D 
"/images/left.gif"...<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location 
/ Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 
7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 
7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:55 +0200] get_file: 12 =<BR>> 
filename=3D/usr/share/cups/doc-root/images/left.gif size=3D110<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =<BR>> 
filename=3D"/usr/share/cups/doc-root/images/left.gif", =<BR>> 
filestats=3D0xbfff3040, type=3Dimage/gif)<BR>> d [14/Oct/2004:20:04:55 +0200] 
IsCGI: Returning 0...<BR>> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 
12 =<BR>> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,110 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
12 file=3D14<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 
from =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 
12 Closing data file 14.<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, 
used=3D0, file=3D-1<BR>> D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET 
/images/add-class.gif =<BR>> HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 +0200] 
decode_auth(0x403ae008): Authorization =<BR>> string =3D "Basic 
cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 
username=3D"root"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: 
con->uri =3D =<BR>> "/images/add-class.gif"<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =<BR>> 
"/images/add-class.gif"...<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: 
Location / Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location 
/jobs Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin 
Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:55 +0200] get_file: 12 =<BR>> 
filename=3D/usr/share/cups/doc-root/images/add-class.gif size=3D242<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =<BR>> 
filename=3D"/usr/share/cups/doc-root/images/add-class.gif", =<BR>> 
filestats=3D0xbfff3040, type=3Dimage/gif)<BR>> d [14/Oct/2004:20:04:55 +0200] 
IsCGI: Returning 0...<BR>> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 
12 =<BR>> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,242 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
12 file=3D14<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 
from =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 
12 Closing data file 14.<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, 
used=3D0, file=3D-1<BR>> D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET 
=<BR>> /images/manage-classes.gif HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 
+0200] decode_auth(0x403ae008): Authorization =<BR>> string =3D "Basic 
cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 
username=3D"root"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: 
con->uri =3D =<BR>> "/images/manage-classes.gif"<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =<BR>> 
"/images/manage-classes.gif"...<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: 
Location / Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location 
/jobs Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin 
Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:55 +0200] get_file: 12 =<BR>> 
filename=3D/usr/share/cups/doc-root/images/manage-classes.gif size=3D289<BR>> 
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =<BR>> 
filename=3D"/usr/share/cups/doc-root/images/manage-classes.gif", =<BR>> 
filestats=3D0xbfff3040, type=3Dimage/gif)<BR>> d [14/Oct/2004:20:04:55 +0200] 
IsCGI: Returning 0...<BR>> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 
12 =<BR>> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,289 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
12 file=3D14<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 
from =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 
12 Closing data file 14.<BR>> d [14/Oct/2004:20:04:55 +0200] 
AcceptClient(lis=3D0x808ba60) 0 =<BR>> NumClients =3D 1<BR>> D 
[14/Oct/2004:20:04:55 +0200] AcceptClient: 14 from OCC9:443.<BR>> d 
[14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 14 to InputSet...<BR>> d 
[14/Oct/2004:20:04:55 +0200] ReadClient: 14, used=3D0, file=3D-1<BR>> D 
[14/Oct/2004:20:04:55 +0200] ReadClient: 14 GET /images/right.gif =<BR>> 
HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403b0c3c): 
Authorization =<BR>> string =3D "Basic cm9vdDpwam90cjAw"<BR>> d 
[14/Oct/2004:20:04:55 +0200] decode_auth: 14 username=3D"root"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =<BR>> 
"/images/right.gif"<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D 
"/images/right.gif"...<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location 
/ Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 
7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 
7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:55 +0200] get_file: 14 =<BR>> 
filename=3D/usr/share/cups/doc-root/images/right.gif size=3D145<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403b0c3c, =<BR>> 
filename=3D"/usr/share/cups/doc-root/images/right.gif", =<BR>> 
filestats=3D0xbfff3040, type=3Dimage/gif)<BR>> d [14/Oct/2004:20:04:55 +0200] 
IsCGI: Returning 0...<BR>> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 
14 =<BR>> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 14 sizes=3D0,145 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
14 file=3D15<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 14 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 14 
from =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 
14 Closing data file 15.<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, 
used=3D0, file=3D-1<BR>> D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET 
=<BR>> /images/manage-jobs.gif HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 
+0200] decode_auth(0x403ae008): Authorization =<BR>> string =3D "Basic 
cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 
username=3D"root"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: 
con->uri =3D =<BR>> "/images/manage-jobs.gif"<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =<BR>> 
"/images/manage-jobs.gif"...<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: 
Location / Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location 
/jobs Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin 
Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:55 +0200] get_file: 12 =<BR>> 
filename=3D/usr/share/cups/doc-root/images/manage-jobs.gif size=3D266<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =<BR>> 
filename=3D"/usr/share/cups/doc-root/images/manage-jobs.gif", =<BR>> 
filestats=3D0xbfff3040, type=3Dimage/gif)<BR>> d [14/Oct/2004:20:04:55 +0200] 
IsCGI: Returning 0...<BR>> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 
12 =<BR>> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,266 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
12 file=3D15<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 
from =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 
12 Closing data file 15.<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 14, 
used=3D0, file=3D-1<BR>> D [14/Oct/2004:20:04:55 +0200] ReadClient: 14 GET 
=<BR>> /images/manage-printers.gif HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 
+0200] decode_auth(0x403b0c3c): Authorization =<BR>> string =3D "Basic 
cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth: 14 
username=3D"root"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: 
con->uri =3D =<BR>> "/images/manage-printers.gif"<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =<BR>> 
"/images/manage-printers.gif"...<BR>> d [14/Oct/2004:20:04:55 +0200] 
FindBest: Location / Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: 
Location /jobs Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: 
Location /admin Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: best 
=3D "/"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, 
satisfy=3D0...<BR>> d [14/Oct/2004:20:04:55 +0200] get_file: 14 =<BR>> 
filename=3D/usr/share/cups/doc-root/images/manage-printers.gif =<BR>> 
size=3D296<BR>> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403b0c3c, 
=<BR>> filename=3D"/usr/share/cups/doc-root/images/manage-printers.gif", 
=<BR>> filestats=3D0xbfff3040, type=3Dimage/gif)<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 14 =<BR>> 
If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 14 sizes=3D0,296 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
14 file=3D15<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 14 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 14 
from =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 
14 Closing data file 15.<BR>> d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, 
used=3D0, file=3D-1<BR>> D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET 
=<BR>> /images/add-printer.gif HTTP/1.1<BR>> d [14/Oct/2004:20:04:55 
+0200] decode_auth(0x403ae008): Authorization =<BR>> string =3D "Basic 
cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 
username=3D"root"<BR>> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: 
con->uri =3D =<BR>> "/images/add-printer.gif"<BR>> d 
[14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =<BR>> 
"/images/add-printer.gif"...<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: 
Location / Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location 
/jobs Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin 
Limit 7f<BR>> d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:55 +0200] get_file: 12 =<BR>> 
filename=3D/usr/share/cups/doc-root/images/add-printer.gif size=3D252<BR>> d 
[14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =<BR>> 
filename=3D"/usr/share/cups/doc-root/images/add-printer.gif", =<BR>> 
filestats=3D0xbfff3040, type=3Dimage/gif)<BR>> d [14/Oct/2004:20:04:55 +0200] 
IsCGI: Returning 0...<BR>> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 
12 =<BR>> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>> d 
[14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,252 =<BR>> 
dates=3D1095770350,1095773950<BR>> D [14/Oct/2004:20:04:55 +0200] SendFile: 
12 file=3D15<BR>> d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 
from =<BR>> OutputSet...<BR>> d [14/Oct/2004:20:04:55 +0200] WriteClient: 
12 Closing data file 15.<BR>> d [14/Oct/2004:20:04:56 +0200] select_timeout: 
11 seconds to process =<BR>> active jobs<BR>> d [14/Oct/2004:20:04:58 
+0200] ReadClient: 14, used=3D0, file=3D-1<BR>> D [14/Oct/2004:20:04:58 
+0200] ReadClient: 14 GET /jobs HTTP/1.1<BR>> d [14/Oct/2004:20:04:58 +0200] 
decode_auth(0x403b0c3c): Authorization =<BR>> string =3D "Basic 
cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:04:58 +0200] decode_auth: 14 
username=3D"root"<BR>> d [14/Oct/2004:20:04:58 +0200] IsAuthorized: 
con->uri =3D "/jobs"<BR>> d [14/Oct/2004:20:04:58 +0200] FindBest: uri =3D 
"/jobs"...<BR>> d [14/Oct/2004:20:04:58 +0200] FindBest: Location / Limit 
7f<BR>> d [14/Oct/2004:20:04:58 +0200] FindBest: Location /jobs Limit 
7f<BR>> d [14/Oct/2004:20:04:58 +0200] FindBest: Location /admin Limit 
7f<BR>> d [14/Oct/2004:20:04:58 +0200] FindBest: best =3D "/jobs"<BR>> d 
[14/Oct/2004:20:04:58 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:04:58 +0200] IsAuthorized: username =3D "root" =<BR>> 
password =3D 7 chars<BR>> d [14/Oct/2004:20:04:58 +0200] IsAuthorized: 
Checking "root", address =<BR>> =3D c0a80120, hostname =3D "OCC9"<BR>> d 
[14/Oct/2004:20:04:58 +0200] argv[0] =3D "jobs.cgi"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[0] =3D "PATH=3D/bin:/usr/bin"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[1] =3D "SERVER_SOFTWARE=3DCUPS/1.1"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[2] =3D "GATEWAY_INTERFACE=3DCGI/1.1"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[3] =3D "SERVER_PROTOCOL=3DHTTP/1.1"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[4] =3D "REDIRECT_STATUS=3D1"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[5] =3D "CUPS_SERVER=3Dlocalhost"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[6] =3D "IPP_PORT=3D443"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[7] =3D "SERVER_NAME=3DSAMBA"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[8] =3D "SERVER_PORT=3D443"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[9] =3D "REMOTE_ADDR=3D192.168.1.32"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[10] =3D "REMOTE_HOST=3DOCC9"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[11] =3D "REMOTE_USER=3Droot"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[12] =3D "LANG=3Den_US.ISO8859-1"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[13] =3D "TZ=3DEurope/Stockholm"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[14] =3D =<BR>> 
"TMPDIR=3D/data/spool/cups/tmp"<BR>> d [14/Oct/2004:20:04:58 +0200] envp[15] 
=3D =<BR>> "CUPS_DATADIR=3D/usr/share/cups"<BR>> d [14/Oct/2004:20:04:58 
+0200] envp[16] =3D =<BR>> "CUPS_SERVERROOT=3D/etc/cups"<BR>> d 
[14/Oct/2004:20:04:58 +0200] envp[17] =3D =<BR>> 
"HTTP_USER_AGENT=3DMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; =<BR>> 
...NET CLR 1.0.3705)"<BR>> d [14/Oct/2004:20:04:58 +0200] envp[18] =3D 
"SCRIPT_NAME=3D/jobs"<BR>> d [14/Oct/2004:20:04:58 +0200] envp[19] =3D 
"REQUEST_METHOD=3DGET"<BR>> d [14/Oct/2004:20:04:58 +0200] AddCert: adding 
certificate for pid 7484<BR>> D [14/Oct/2004:20:04:58 +0200] CGI 
/usr/lib/cups/cgi-bin/jobs.cgi =<BR>> started - PID =3D 7484<BR>> I 
[14/Oct/2004:20:04:58 +0200] Started "/usr/lib/cups/cgi-bin/jobs.cgi" =<BR>> 
(pid=3D7484)<BR>> D [14/Oct/2004:20:04:58 +0200] SendCommand: 14 
file=3D16<BR>> d [14/Oct/2004:20:04:58 +0200] SendCommand: Adding fd 16 to 
InputSet...<BR>> d [14/Oct/2004:20:04:58 +0200] SendCommand: Adding fd 14 to 
OutputSet...<BR>> d [14/Oct/2004:20:04:58 +0200] 
AcceptClient(lis=3D0x808ba60) 0 =<BR>> NumClients =3D 2<BR>> D 
[14/Oct/2004:20:04:58 +0200] AcceptClient: 15 from localhost:443.<BR>> d 
[14/Oct/2004:20:04:58 +0200] AcceptClient: Adding fd 15 to InputSet...<BR>> d 
[14/Oct/2004:20:04:58 +0200] ReadClient: 15, used=3D0, file=3D-1<BR>> E 
[14/Oct/2004:20:04:58 +0200] Bad request line "=16=03=01" from =<BR>> 
localhost!<BR>> D [14/Oct/2004:20:04:58 +0200] SendError: 15 code=3D400 (Bad 
Request)<BR>> D [14/Oct/2004:20:04:58 +0200] CloseClient: 15<BR>> d 
[14/Oct/2004:20:04:58 +0200] CloseClient: Removing fd 15 from InputSet =<BR>> 
and OutputSet...<BR>> d [14/Oct/2004:20:04:59 +0200] WriteClient: 14 
Content-Type: =<BR>> text/html;charset=3Diso-8859-1<BR>> d 
[14/Oct/2004:20:04:59 +0200] WriteClient: 14=20<BR>> d [14/Oct/2004:20:04:59 
+0200] WriteClient: 14 1471 bytes<BR>> d [14/Oct/2004:20:04:59 +0200] PID 
7484 exited with no errors.<BR>> d [14/Oct/2004:20:04:59 +0200] DeleteCert: 
removing certificate for pid =<BR>> 7484<BR>> d [14/Oct/2004:20:04:59 
+0200] WriteClient: Removing fd 14 from =<BR>> OutputSet...<BR>> d 
[14/Oct/2004:20:04:59 +0200] WriteClient: Removing fd 16 from =<BR>> 
InputSet...<BR>> d [14/Oct/2004:20:04:59 +0200] WriteClient: 14 Closing data 
file 16.<BR>> d [14/Oct/2004:20:05:00 +0200] select_timeout: 11 seconds to 
process =<BR>> active jobs<BR>> d [14/Oct/2004:20:05:01 +0200] ReadClient: 
12, used=3D0, file=3D-1<BR>> D [14/Oct/2004:20:05:01 +0200] ReadClient: 12 
GET /printers HTTP/1.1<BR>> d [14/Oct/2004:20:05:01 +0200] 
decode_auth(0x403ae008): Authorization =<BR>> string =3D "Basic 
cm9vdDpwam90cjAw"<BR>> d [14/Oct/2004:20:05:01 +0200] decode_auth: 12 
username=3D"root"<BR>> d [14/Oct/2004:20:05:01 +0200] IsAuthorized: 
con->uri =3D "/printers"<BR>> d [14/Oct/2004:20:05:01 +0200] FindBest: uri 
=3D "/printers"...<BR>> d [14/Oct/2004:20:05:01 +0200] FindBest: Location / 
Limit 7f<BR>> d [14/Oct/2004:20:05:01 +0200] FindBest: Location /jobs Limit 
7f<BR>> d [14/Oct/2004:20:05:01 +0200] FindBest: Location /admin Limit 
7f<BR>> d [14/Oct/2004:20:05:01 +0200] FindBest: best =3D "/"<BR>> d 
[14/Oct/2004:20:05:01 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>> d 
[14/Oct/2004:20:05:01 +0200] argv[0] =3D "printers.cgi"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[0] =3D "PATH=3D/bin:/usr/bin"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[1] =3D "SERVER_SOFTWARE=3DCUPS/1.1"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[2] =3D "GATEWAY_INTERFACE=3DCGI/1.1"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[3] =3D "SERVER_PROTOCOL=3DHTTP/1.1"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[4] =3D "REDIRECT_STATUS=3D1"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[5] =3D "CUPS_SERVER=3Dlocalhost"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[6] =3D "IPP_PORT=3D443"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[7] =3D "SERVER_NAME=3DSAMBA"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[8] =3D "SERVER_PORT=3D443"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[9] =3D "REMOTE_ADDR=3D192.168.1.32"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[10] =3D "REMOTE_HOST=3DOCC9"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[11] =3D "REMOTE_USER=3Droot"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[12] =3D "LANG=3Den_US.ISO8859-1"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[13] =3D "TZ=3DEurope/Stockholm"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[14] =3D =<BR>> 
"TMPDIR=3D/data/spool/cups/tmp"<BR>> d [14/Oct/2004:20:05:01 +0200] envp[15] 
=3D =<BR>> "CUPS_DATADIR=3D/usr/share/cups"<BR>> d [14/Oct/2004:20:05:01 
+0200] envp[16] =3D =<BR>> "CUPS_SERVERROOT=3D/etc/cups"<BR>> d 
[14/Oct/2004:20:05:01 +0200] envp[17] =3D =<BR>> 
"HTTP_USER_AGENT=3DMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; =<BR>> 
...NET CLR 1.0.3705)"<BR>> d [14/Oct/2004:20:05:01 +0200] envp[18] =3D 
"SCRIPT_NAME=3D/printers"<BR>> d [14/Oct/2004:20:05:01 +0200] envp[19] =3D 
"REQUEST_METHOD=3DGET"<BR>> d [14/Oct/2004:20:05:01 +0200] AddCert: adding 
certificate for pid 7485<BR>> D [14/Oct/2004:20:05:01 +0200] CGI 
/usr/lib/cups/cgi-bin/printers.cgi =<BR>> started - PID =3D 7485<BR>> I 
[14/Oct/2004:20:05:01 +0200] Started =<BR>> 
"/usr/lib/cups/cgi-bin/printers.cgi" (pid=3D7485)<BR>> D 
[14/Oct/2004:20:05:01 +0200] SendCommand: 12 file=3D16<BR>> d 
[14/Oct/2004:20:05:01 +0200] SendCommand: Adding fd 16 to InputSet...<BR>> d 
[14/Oct/2004:20:05:01 +0200] SendCommand: Adding fd 12 to OutputSet...<BR>> d 
[14/Oct/2004:20:05:01 +0200] AcceptClient(lis=3D0x808ba60) 0 =<BR>> 
NumClients =3D 2<BR>> D [14/Oct/2004:20:05:01 +0200] AcceptClient: 15 from 
localhost:443.<BR>> d [14/Oct/2004:20:05:01 +0200] AcceptClient: Adding fd 15 
to InputSet...<BR>> d [14/Oct/2004:20:05:01 +0200] ReadClient: 15, used=3D0, 
file=3D-1<BR>> E [14/Oct/2004:20:05:01 +0200] Bad request line "=16=03=01" 
from =<BR>> localhost!<BR>> D [14/Oct/2004:20:05:01 +0200] SendError: 15 
code=3D400 (Bad Request)<BR>> D [14/Oct/2004:20:05:01 +0200] CloseClient: 
15<BR>> d [14/Oct/2004:20:05:01 +0200] CloseClient: Removing fd 15 from 
InputSet =<BR>> and OutputSet...<BR>> d [14/Oct/2004:20:05:02 +0200] 
WriteClient: 12 Content-Type: =<BR>> text/html;charset=3Diso-8859-1<BR>> d 
[14/Oct/2004:20:05:02 +0200] WriteClient: 12=20<BR>> d [14/Oct/2004:20:05:02 
+0200] WriteClient: 12 1595 bytes<BR>> d [14/Oct/2004:20:05:02 +0200] PID 
7485 exited with no errors.<BR>> d [14/Oct/2004:20:05:02 +0200] DeleteCert: 
removing certificate for pid =<BR>> 7485<BR>> d [14/Oct/2004:20:05:02 
+0200] WriteClient: Removing fd 12 from =<BR>> OutputSet...<BR>> d 
[14/Oct/2004:20:05:02 +0200] WriteClient: Removing fd 16 from =<BR>> 
InputSet...<BR>> d [14/Oct/2004:20:05:02 +0200] WriteClient: 12 Closing data 
file 16.<BR>> E [14/Oct/2004:20:05:02 +0200] [CGI] CUPS-Get-Printers request 
failed - =<BR>> server-error-internal-error (500)<BR>> d 
[14/Oct/2004:20:05:03 +0200] select_timeout: 11 seconds to process =<BR>> 
active jobs<BR>> I [14/Oct/2004:20:06:06 +0200] [Job 249] Spooling LPR job, 
19% =<BR>> complete...<BR>> I [14/Oct/2004:20:06:07 +0200] [Job 249] 
Spooling LPR job, 19% =<BR>> complete...<BR>> d [14/Oct/2004:20:06:08 
+0200] select_timeout: 11 seconds to process =<BR>> active jobs<BR>> d 
[14/Oct/2004:20:06:19 +0200] select_timeout: 11 seconds to process =<BR>> 
active jobs<BR>> d [14/Oct/2004:20:06:30 +0200] select_timeout: 11 seconds to 
process =<BR>> active jobs<BR>> d [14/Oct/2004:20:06:41 +0200] 
select_timeout: 11 seconds to process =<BR>> active jobs<BR>> d 
[14/Oct/2004:20:06:52 +0200] select_timeout: 11 seconds to process =<BR>> 
active jobs<BR>> d [14/Oct/2004:20:06:54 +0200] ReadClient: 14, used=3D0, 
file=3D-1<BR>> d [14/Oct/2004:20:06:54 +0200] ReadClient: httpGets returned 
EOF...<BR>> D [14/Oct/2004:20:06:54 +0200] CloseClient: 14<BR>> d 
[14/Oct/2004:20:06:54 +0200] CloseClient: Removing fd 14 from InputSet =<BR>> 
and OutputSet...<BR>> d [14/Oct/2004:20:06:54 +0200] ReadClient: 12, 
used=3D0, file=3D-1<BR>> d [14/Oct/2004:20:06:54 +0200] ReadClient: httpGets 
returned EOF...<BR>> D [14/Oct/2004:20:06:54 +0200] CloseClient: 12<BR>> d 
[14/Oct/2004:20:06:54 +0200] CloseClient: Removing fd 12 from InputSet =<BR>> 
and OutputSet...<BR>> d [14/Oct/2004:20:06:55 +0200] select_timeout: 11 
seconds to process =<BR>> active jobs<BR>> d [14/Oct/2004:20:07:06 +0200] 
select_timeout: 11 seconds to process =<BR>> active jobs<BR>> I 
[14/Oct/2004:20:07:09 +0200] [Job 249] Spooling LPR job, 19% =<BR>> 
complete...<BR>> I [14/Oct/2004:20:07:22 +0200] [Job 249] Spooling LPR job, 
21% =<BR>> complete...<BR>> d [14/Oct/2004:20:07:23 +0200] select_timeout: 
11 seconds to process =<BR>> active jobs<BR>> d [14/Oct/2004:20:07:34 
+0200] select_timeout: 11 seconds to process =<BR>> active jobs<BR>> d 
[14/Oct/2004:20:07:45 +0200] select_timeout: 11 seconds to process =<BR>> 
active jobs<BR>> d [14/Oct/2004:20:07:56 +0200] select_timeout: 7 seconds to 
update root =<BR>> certificate<BR>> d [14/Oct/2004:20:08:03 +0200] 
DeleteCert: removing certificate for pid =<BR>> 0<BR>> d 
[14/Oct/2004:20:08:03 +0200] AddCert: adding certificate for pid 0<BR>> d 
[14/Oct/2004:20:08:03 +0200] select_timeout: 11 seconds to process =<BR>> 
active jobs<BR>> d [14/Oct/2004:20:08:14 +0200] select_timeout: 11 seconds to 
process =<BR>> active 
jobs<BR>><BR>><BR></FONT></DIV></FONT></FONT></DIV></FONT></FONT></DIV></BODY></HTML>