Serve static file in apache server Add Comment Edit To serve static file directly from machine, we should use following configuration in apache httpd.conf file. <VirtualHost *:80> ... Read More