Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] localhost:631/jobs - deleting jobs
Date: Sun, 21 Apr 2013 01:46:38
Message-Id: 20130421014656.GG10245@syscon7.inet
In Reply to: [gentoo-user] localhost:631/jobs - deleting jobs by Joseph
1 On 04/20/13 19:39, Joseph wrote:
2 >Does anybody know which file do I need to edit to allow user delete their own print jobs in http://localhost:631/jobs/ ?
3 >
4 >I can list/delete the jobs from command lines but not in the browser.
5
6 Got it:
7 cupsd.conf
8 # Restrict access to the admin pages...
9 <Location /admin>
10 Order allow,deny
11 Allow localhost
12 </Location>
13
14 --
15 Joseph