Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/main/config_default/supervisord_httpd.ini is written in an unsupported language. File is not indexed.

0001 [program:httpd]
0002 environment =
0003     RUCIO_HOME=/opt/idds/,
0004     RUCIO_ACCOUNT=pilot,
0005     RUCIO_AUTH_TYPE=x509_proxy,
0006     X509_USER_PROXY=/opt/idds/config/x509up
0007 ;command=/opt/idds/bin/run-idds
0008 ;command=bash -c "source /etc/profile.d/conda.sh && conda activate /opt/idds && /opt/idds/bin/run-idds"
0009 # command=bash -c "trap 'kill -TERM $PID; wait $PID' TERM && source /etc/profile.d/conda.sh && conda activate /opt/idds && /opt/idds/bin/run-idds && PID=$! && wait $PID"
0010 #command=apachectl -D "FOREGROUND" -k start
0011 ;command=/usr/sbin/httpd -DFOREGROUND
0012 command=/opt/idds/config/idds/httpd_daemon.sh
0013 # process_name=%(process_num)02d
0014 # user=atlpan
0015 childlogdir=/var/log/idds
0016 stdout_logfile=/var/log/idds/httpd_access_log
0017 stderr_logfile=/var/log/idds/httpd_error_log
0018 stdout_logfile_maxbytes=2GB
0019 stderr_logfile_maxbytes=2GB
0020 stdout_logfile_backups=2
0021 stderr_logfile_backups=2
0022 redirect_stderr=false
0023 autorestart=true
0024 stopsignal=TERM
0025 stopasgroup=true
0026 exitcodes=1