ยง2023-04-14
failed on utf-8 support
- Installation
- archLinux
sudo pacman -S apache
- `/usr/lib/systemd/system/httpd.service
[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
- listin to all interface, and directory llisting on /opt/munetakaJupyterhub
52c52,55 < Listen 80 --- > Listen 0.0.0.0:8888 > > AddDefaultCharset UTF-8 > AddCharset UTF-8 .html .css .js .xml .json .rss .atom 255,256c258,259 < DocumentRoot "/srv/http" < <Directory "/srv/http"> --- > DocumentRoot "/opt/munetakaJupyterHub" > <Directory "/opt/munetakaJupyterHub">
still can not fix japanese diretories display correctory in UTF-8?