apt-get install cups
vi /etc/cups/cups.conf
Port 631 Restrict access to the server... <Location /> Order allow,deny Allow @LOCAL </Location># Restrict access to the admin pages... <Location /admin> Order allow,deny Allow @LOCAL </Location># Restrict access to configuration files... <Location /admin/conf> AuthType Default Require user @SYSTEM Order allow,deny Allow @LOCAL </Location>
http://ip:631/
コメント