Apache lcgdm-dav-session-cache-clean.cron configuration example for CentOS Linux 7

Get the default configuration file lcgdm-dav-session-cache-clean.cron for Apache, optimized for CentOS Linux 7. This example configuration ensures optimal compatibility and performance for Apache, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/cron.d/lcgdm-dav-session-cache-clean.cron.

For more configurations and setup guides, visit our related files section to further customize your system.

    0 * * * * root /usr/bin/find /var/www/sessions -type f -cmin +1440 -delete

    
  

Config Details

Location
/etc/cron.d/lcgdm-dav-session-cache-clean.cron
Operating system
CentOS Linux 7
Length
1 lines
MD5 checksum
6775faab318edae1ee554a47c5e5799b

Usage

Download the raw file with wget or curl

Wget

wget -O lcgdm-dav-session-cache-clean.cron.example https://exampleconfig.com/static/raw/apache/centos7/etc/cron.d/lcgdm-dav-session-cache-clean.cron

cURL

curl https://exampleconfig.com/static/raw/apache/centos7/etc/cron.d/lcgdm-dav-session-cache-clean.cron > lcgdm-dav-session-cache-clean.cron.example