§2023-04-14
failed on utf-8 support
sudo pacman -S apache
[Unit]
Description=Apache Web Server
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=simple
ExecStart=/usr/bin/httpd -k start -DFOREGROUND
ExecStop=/usr/bin/httpd -k graceful-stop
ExecReload=/usr/bin/httpd -k graceful
PrivateTmp=true
LimitNOFILE=infinity
KillMode=mixed
[Install]
WantedBy=multi-user.target
Listen h2nas01.yushei.net:8888
AddDefaultCharset UTF-8 AddCharset UTF-8 .html .css .js .xml .json .rss .atom .md IndexOptions Charset=UTF-8 113c117 < #LoadModule charset_lite_module modules/mod_charset_lite.so
LoadModule charset_lite_module modules/mod_charset_lite.so 255,256c259,260 < DocumentRoot "/srv/http" < <Directory "/srv/http">
DocumentRoot "/opt/munetakaJupyterHub" <Directory "/opt/munetakaJupyterHub"> ```
Return to Topstill can not fix japanese diretories display correctory in UTF-8?