Displaying 2 results from an estimated 2 matches for "logfileperm".
2005 Jan 16
0
Printing from Windows is printing PS commands instead of job!
...contains(0,1024,"LANGUAGE = PostScript") \
contains(0,1024,"LANGUAGE = POSTSCRIPT"))
What in blazes is the problem? If you need more info, just ask - I'll
send you anything you think will help.
For starters, here's my CUPS configuration files:
LogFilePerm 0600
MaxLogSize 2000000000
LogLevel debug
Printcap /etc/printcap
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /pr...
2007 May 13
0
cups error 426 when accessing admin functions
...re my issue is. I'd appreciate any
help.
Thanks.
Dave.
ServerName wserv.davemehler.net
ServerAdmin dmehler26 at woh.rr.com
AccessLog /var/log/cups/access_log
DataDir /usr/share/cups
DefaultCharset utf-8
DefaultLanguage en
DocumentRoot /usr/share/doc/cups-1.2.4
ErrorLog /var/log/cups/error_log
LogFilePerm 0600
MaxLogSize 2000000000
LogLevel info
MaxLogSize 10485760
PageLog /var/log/cups/page_log
PreserveJobHistory Yes
PreserveJobFiles No
AutoPurgeJobs No
MaxCopies 100
MaxJobs 500
MaxJobsPerPrinter 0
MaxJobsPerUser 0
MaxPrinterHistory 10
Printcap /etc/printcap
PrintcapFormat BSD
RequestRoot /var/spoo...