Hi Tim,
Some config ideas.
- Remove "Listen localhost:631" if it exists.
- Insert "ServerAlias *" to allow any hostname.
- Allow connections from anywhere to test (obviously unsafe).
e.g.
Port 631
ServerAlias *
Listen /var/run/cups/cups.sock
<Location />
# Allow shared printing and remote administration...
Order allow,deny
Allow all
</Location>
<Location /admin>
# Allow remote administration...
Order allow,deny
Allow all
</Location>
Cheers,
Rob.
On 28/02/14 10:32, Tim Lyth wrote:
> Hi all,
>
> I'm trying to set up CUPS on a Debian Sid system.
> I have the latest CUPS available via apt-get (1.7.1-6).
>
> When I try to browse to the web interface (http://192.168.1.4:631 and
> https://192.168.1.4:631), I'm getting a HTTP 403 Forbidden error.
> I am having trouble finding anything which explain how to fix this.
> Everything I've found so far seems to assume that the web interface will
> "just work".
>
> The server running CUPS has no GUI, so I can't test to see if the web
> interface works there or not.
>
> The changes to the default Debian configuration file:
> LogLevel debug
>
> #Listen localhost:631
> #Listen /var/run/cups/cups.sock
> Port 631
>
> #<Location /admin>
> # Order allow,deny
> #</Location>
>
> Any assistance will be greatly appreciated.
>
> Regards,
> Tim Lyth
> _______________________________________________
> luv-main mailing list
> [email protected]
> http://lists.luv.asn.au/listinfo/luv-main
>
_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main