Thanks Both of you... Still nothing. Get the following:
http://localhost:631/ 404 Not Found http://localhost:631/admin/ Waiting for localhost... (lower left hand of browser) http://localhost:631/admin/conf prompted for l/p enter root/Pass (nothing happens) Here's part of my cupsd.conf. Is there anything else that I need to do permissioning wise? I am trying to access with root account but set lppasswd. lppasswd -g sys -a root Any suggestions? Thanks, David # Log general information in error_log - change "info" to "debug" for # troubleshooting... LogLevel info # Administrator user group... SystemGroup sys root # Only listen for connections from the local machine. Listen localhost:631 #Listen 10.30.50.240:631 # Enable Remote Access Port 631 Listen /opt/csw/var/run/cups/cups.sock # Show shared printers on the local network. Browsing On BrowseOrder allow,deny BrowseAllow all # Default authentication type, when authentication is required... DefaultAuthType Basic # Restrict access to the server... <Location /> Order allow,deny Allow from @LOCAL </Location> # Restrict access to the admin pages... <Location /admin> Encryption Required Order allow,deny Allow from @LOCAL </Location> # Restrict access to configuration files... <Location /admin/conf> AuthType Default Require user @SYSTEM Order allow,deny Allow from @LOCAL </Location> On Wed, Apr 8, 2009 at 9:41 AM, David Hamilton <[email protected]> wrote: > Thanks Both of you... > > Still nothing. Get the following: > > http://localhost:631/ > 404 Not Found > http://localhost:631/admin/ > Waiting for localhost... (lower left hand of browser) > http://localhost:631/admin/conf > prompted for l/p enter root/Pass (nothing happens) > > Here's part of my cupsd.conf. Is there anything else that I need to do > permissioning wise? I am trying to access with root account but set > lppasswd. lppasswd -g sys -a root > > Any suggestions? > > Thanks, > David > > # Log general information in error_log - change "info" to "debug" for > # troubleshooting... > LogLevel info > > # Administrator user group... > SystemGroup sys root > > > # Only listen for connections from the local machine. > Listen localhost:631 > #Listen 10.30.50.240:631 > > # Enable Remote Access > Port 631 > > Listen /opt/csw/var/run/cups/cups.sock > > # Show shared printers on the local network. > Browsing On > BrowseOrder allow,deny > BrowseAllow all > > # Default authentication type, when authentication is required... > DefaultAuthType Basic > > # Restrict access to the server... > <Location /> > Order allow,deny > Allow from @LOCAL > </Location> > > # Restrict access to the admin pages... > <Location /admin> > Encryption Required > Order allow,deny > Allow from @LOCAL > </Location> > > # Restrict access to configuration files... > <Location /admin/conf> > AuthType Default > Require user @SYSTEM > Order allow,deny > Allow from @LOCAL > </Location> > > > > > > On Wed, Apr 8, 2009 at 8:04 AM, Mike Cornelia <[email protected]>wrote: > >> David, >> >> Here's mine for Solaris 10. The only thing I don't like about mine is >> that it is not 100% secure - so I would make sure port 631 isn't available >> from the internet. That is anyone can *view* the printers and jobs - you >> just need to login in order to make changes or manage jobs. >> >> Hope it helps! >> >> Mike >> >> ---- >> >> T. Michael Cornelia >> [email protected] >> 888-549-5848 x118 >> >> SUM/IT Systems >> Your IT Experts >> >> >> On Tue, Apr 7, 2009 at 2:43 PM, David Hamilton <[email protected]> wrote: >> >>> Hello, >>> >>> I am running Solaris 10 x86. Cups 1.3.9 via opencsw is installed, apache >>> is >>> running. Can someone post or email me a cupsd.conf that will allow the >>> web >>> gui to be viewed? Am trying to get this to work and running into >>> problems >>> with the web gui. I'll say this anyways, eveything looks ok, otherwise. >>> When I try to access: >>> http://localhost:631/ >>> 404 Not Found >>> http://localhost:631/admin/ >>> Waiting for localhost... (lower left hand of browser) >>> http://localhost:631/admin/conf >>> prompted for l/p enter root/Pass (nothing happens) >>> >>> Thanks, >>> David >>> _______________________________________________ >>> Solaris-Users mailing list >>> [email protected] >>> http://www.filibeto.org/mailman/listinfo/solaris-users >>> >> >> > _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
