Serve static file in apache server

To serve static file directly from machine, we should use following configuration in apache httpd.conf file.

<VirtualHost *:80>
                ServerName  192.***.**.***
                DocumentRoot /var/www/html
</VirtualHost>
Share on Google Plus

About Admin

Arun is a JAVA/J2EE developer and passionate about coding and managing technical team.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment