I18n support in mod_proxy_html requires mod_xml2enc. Without it, non-ASCII characters in proxied pages are likely to display incorrectly
Run in your terminal
sudo a2enmod xml2enc
Another Web Development Blog
Run in your terminal
sudo a2enmod xml2enc
Hello,
Every time I share a folder to a VirtualBox machine I forgot to add the virtual machine ubuntu user to the VirtualBox group.
From the terminal run:
sudo adduser yourusername vboxsf
where yourusername
is the Ubuntu user name you are logged in with.
Then reboot the machine.
Have a good emulation!