milis/talimatname/genel/a/apache/apache.kur-kos

7 lines
289 B
Text
Raw Permalink Normal View History

2016-03-30 19:31:22 +03:00
. /lib/lsb/init-functions
if [ ! -f /etc/httpd/httpd.conf ]; then
cp /etc/httpd/httpd.conf{.example,}
2016-02-24 02:27:23 +02:00
log_success_msg "${WARNING} /etc//httpd/httpd.conf created ${NORMAL}"
log_warning_msg "${WARNING} Double check /etc//httpd/httpd.conf and adapted to your needs ${NORMAL}"
fi