- Environment
- ubuntu virtualbox 14.04
- Apache/2.4.7(ubuntu)
- Steps
- Install Apache2
sudo apt-get install apache2
- Put your file into path: var/www/html
sudo cp yourFile /var/www/html/yourFile
- Access your file with the following link
http://your-ip-address/yourFile
- So, download it from wget utility
wget http://your-ip-address/yourFile
DONE!