Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   cupsd.conf    ( 5 )

файл конфигурации сервера для чашек (server configuration file for cups)

  Name  |  Description  |  Note  |  Conforming to  |    Examples    |  See also  |

Примеры (Examples)

Log everything with a maximum log file size of 32 megabytes:

AccessLogLevel all LogLevel debug2 MaxLogSize 32m

Require authentication for accesses from outside the 10. network:

<Location /> Order allow,deny Allow from 10./8 AuthType Basic Require valid-user Satisfy any </Location>