Did anyone xsendfileTemporary in apache2 virtual host?

I have tried to use it in my virtual host, but it is showing the error message:

Syntax error on line 6 of /etc/apache2/sites-enabled/blogApp.shalini.com: Invalid command 'XSendFileTemporary', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
...fail!

Here is virtual host configuration:

<VirtualHost *:80>
ServerName blogApp.shalini.com
DocumentRoot /home/shalini/xbass/public 
RailsEnv development
<Directory "/home/shalini/xbass/public">
XSendFileTemporary on
XSendFileTemporaryPath /home/shalini/xbass/tmp/rawdatadownloads/
</Directory>
</VirtualHost>

I have done the configuration as per the doc given in the mod_xsendfile.c which i got from the github

https://github.com/nmaier/mod_xsendfile

Did anyone used the XSendfileTemporary?

Please can anyone reply to me as soon as possible!

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.