ich habe auf Debian Etch Cups 1.2.7 installiert und möchte remote auf die Webadministration zugreifen. Mit
http://192.168.0.4:631/
komme ich auch auf die Weboberfläche drauf, nur wenn ich auf "Drucker einrichten " oder eine administrative Schaltfläche gehe, bekomme ich diese Fehlermeldung:
Code: Alles auswählen
426 Upgrade Required
Um auf diese Seite zuzugreifen müssen Sie die URL https://heidelberg.remax-team.de:631/admin?OP=add-printer verwenden.
Code: Alles auswählen
# Show general information in error_log.
LogLevel info
SystemGroup lpadmin
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow 192.168.0.0/24
DefaultAuthType Basis
<Location />
# Allow remote administration...
Order allow,deny
Allow 192.168.0.0/24
</Location>
<Location /admin>
Encryption Required
# Allow remote administration...
Order allow,deny
Allow 192.168.0.0/24
</Location>
<Location /admin/conf>
AuthType Basic
Require user @SYSTEM
# Allow remote access to the configuration files...
Order allow,deny
Allow 192.168.0.0/24
</Location>
<Policy default>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
AuthType Basic
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
Grüsse
SaxenPower