Skip to content
Snippets Groups Projects
Commit b2b56b6a authored by iSergio's avatar iSergio
Browse files

Fixed utf-8 localization

parent 072152de
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ cp conf.d/mod_cluster.conf /etc/httpd/conf.d/ ...@@ -30,6 +30,8 @@ cp conf.d/mod_cluster.conf /etc/httpd/conf.d/
sed -i '/^LoadModule proxy_balancer_module/s/^/#/' $HTTPD_CONF sed -i '/^LoadModule proxy_balancer_module/s/^/#/' $HTTPD_CONF
# Remove default access to root directory written by vniins # Remove default access to root directory written by vniins
sed -i '/<Directory \/>/,/<\/Directory>/d' $HTTPD_CONF sed -i '/<Directory \/>/,/<\/Directory>/d' $HTTPD_CONF
# Set default encoding to UTF8
sed -i 's/AddDefaultCharset KOI8-R/AddDefaultCharset UTF-8/g' $HTTPD_CONF
# Configure listen ip address # Configure listen ip address
echo -n "Please, enter a ip address of this server(Default: $HOST): " echo -n "Please, enter a ip address of this server(Default: $HOST): "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment