Can not access localhost:631 after install CUPS

Mike McArthur michelmcarthur at gmail.com
Mon Aug 29 07:37:07 PDT 2011


You need to modify the cupsd.conf.

<Location />
  Order allow,deny
</Location>

Is probably what is in your cupsd.conf right now.  To fix it just do this:

<Location />
  Order allow,deny
  allow all
</Location>

Then restart cups.


Keep in mind that eveyrone would be able to access the admin page. There are control lists and require users to login and etc.. You can find out more about the cupsd.conf page here:

http://www.cups.org/documentation.php/doc-1.5/man-cupsd.conf.html

> Dear All :
>
> I have just installed CUPSYS on Debain 3.0 .
>
> When I try to access http://localhost:631/admin,
>
> I got error message :
>
> Forbidden
> You don't have permission to access the resource on this server.
>
> What is the problem ? Need help.
>
> kmlhk79





More information about the cups mailing list