evertonminas
(usa Ubuntu)
Enviado em 01/12/2011 - 17:54h
olá pessoal mais uma vez pesso a ajuda de voces, depois de 3 dias de busca
nao consigo fazer meu cups abrir no browser, ja reinstalei ja mudei as configurações do cupsd.config e nada, ja varri a internet em busca de solução e nada.
Alguem tem alguma sugestão. segue meu arquivo:
#
#
# Sample configuration file for the CUPS scheduler. See "man cupsd.conf" for a
# complete description of this file.
#
# Log general information in error_log - change "warn" to "debug"
# for troubleshooting...
LogLevel warn
# Deactivate CUPS' internal logrotating, as we provide a better one, especially
# LogLevel debug2 gets usable now
MaxLogSize 0
# Administrator user group...
SystemGroup lpadmin root sys
# Only listen for connections from the local machine.
Port 631
RemoteRoot root
Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
Browsing On
BrowsePort 631
BrowseOrder allow,deny
BrowseAllow from all
BrowseIntervall 30
BrowseLocalProtocols cups dnssd
BrowseRelay 172.16.0.0/255.255.0.0
BrowseAddress 172.16.254.210:631
# Default authentication type, when authentication is required...
DefaultAuthType Basic
# Web interface setting...
WebInterface Yes
# Restrict access to the server...
<Location />
#Order Allow,Deny
#Allow From 127.0.0.1
#Deny From All
</Location>
# Restrict access to the admin pages...
<Location /admin>
Order allow,deny
Allow localhost
Allow From 172.16.7.254
Allow @LOCAL
</Location>
# Restrict access to configuration files...
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow localhost
Allow all
</Location>
...