Lines Matching defs:NL
1269 #define NL APR_EOL_STR
1276 "%s -- program for cleaning the disk cache." NL
1277 "Usage: %s [-Dvtrn] -pPATH [-lLIMIT|-LLIMIT] [-PPIDFILE]" NL
1278 " %s [-nti] -dINTERVAL -pPATH [-lLIMIT|-LLIMIT] [-PPIDFILE]" NL
1279 " %s [-Dvt] -pPATH URL ..." NL
1280 NL
1281 "Options:" NL
1282 " -d Daemonize and repeat cache cleaning every INTERVAL minutes." NL
1283 " This option is mutually exclusive with the -D, -v and -r" NL
1284 " options." NL
1285 NL
1286 " -D Do a dry run and don't delete anything. This option is mutually" NL
1287 " exclusive with the -d option. When doing a dry run and deleting" NL
1288 " directories with -t, the inodes reported deleted in the stats" NL
1289 " cannot take into account the directories deleted, and will be" NL
1290 " marked as an estimate." NL
1291 NL
1292 " -v Be verbose and print statistics. This option is mutually" NL
1293 " exclusive with the -d option." NL
1294 NL
1295 " -r Clean thoroughly. This assumes that the Apache web server is " NL
1296 " not running. This option is mutually exclusive with the -d" NL
1297 " option and implies -t." NL
1298 NL
1299 " -n Be nice. This causes slower processing in favour of other" NL
1300 " processes." NL
1301 NL
1302 " -t Delete all empty directories. By default only cache files are" NL
1303 " removed, however with some configurations the large number of" NL
1304 " directories created may require attention." NL
1305 NL
1306 " -p Specify PATH as the root directory of the disk cache." NL
1307 NL
1308 " -P Specify PIDFILE as the file to write the pid to." NL
1309 NL
1310 " -R Specify amount to round sizes up to." NL
1311 NL
1312 " -l Specify LIMIT as the total disk cache size limit. Attach 'K'" NL
1313 " or 'M' to the number for specifying KBytes or MBytes." NL
1314 NL
1315 " -L Specify LIMIT as the total disk cache inode limit." NL
1316 NL
1317 " -i Be intelligent and run only when there was a modification of" NL
1318 " the disk cache. This option is only possible together with the" NL
1319 " -d option." NL
1320 NL
1321 " -a List the URLs currently stored in the cache. Variants of the" NL
1322 " same URL will be listed once for each variant." NL
1323 NL
1324 " -A List the URLs currently stored in the cache, along with their" NL
1325 " attributes in the following order: url, header size, body size," NL
1326 " status, entity version, date, expiry, request time," NL
1327 " response time, body present, head request." NL
1328 NL
1329 "Should an URL be provided on the command line, the URL will be" NL
1330 "deleted from the cache. A reverse proxied URL is made up as follows:" NL
1331 "http://<hostname>:<port><path>?[query]. So, for the path \"/\" on the" NL
1332 "host \"localhost\" and port 80, the URL to delete becomes" NL
1333 "\"http://localhost:80/?\". Note the '?' in the URL must always be" NL
1334 "specified explicitly, whether a query string is present or not." NL,
1343 #undef NL