Added fixes

This commit is contained in:
Alexey Berezhok
2024-04-09 23:38:37 +03:00
parent 87ea5c6021
commit 68a01be7c3
15 changed files with 2 additions and 2 deletions

View File

@@ -1313,7 +1313,7 @@ if [ "$apache" = 'yes' ]; then
mkdir -p /etc/httpd/conf.d/domains
# Copy configuration files
cp -f $HESTIA_INSTALL_DIR/httpd/httpd.conf /etc/httpd/
cp -f $HESTIA_INSTALL_DIR/httpd/httpd.conf /etc/httpd/conf/
cp -f $HESTIA_INSTALL_DIR/httpd/status.conf /etc/httpd/conf.d/hestia-status.conf
cp -f $HESTIA_INSTALL_DIR/logrotate/httpd /etc/logrotate.d/
@@ -1342,7 +1342,7 @@ if [ "$apache" = 'yes' ]; then
fi
echo "# Powered by hestia" > /etc/httpd/sites-available/default
echo "# Powered by hestia" > /etc/httpd/sites-available/default-ssl
echo "# Powered by hestia" > /etc/httpd/ports.conf
echo "# Powered by hestia" > /etc/httpd/conf/ports.conf
# echo -e "/home\npublic_html/cgi-bin" > /etc/httpd/suexec/www-data
touch /var/log/httpd/access.log /var/log/httpd/error.log
mkdir -p /var/log/httpd/domains