You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
To improve the performance of my site someone advised me to Add Future
Expires Headers.
The instruction to do so reads like:
This goes in your root .htaccess file but if you have access to
httpd.conf that is better. This code uses the FilesMatch directive and
the Header directive to add Future Expires Headers to certain files.
I asked the people at webfaction how to proceed, their reply reads
like:
You cannot access the httpd.conf for the main server so you will need
to set this on the
backend in your httpd.conf for your web2py app. Any far out date will
be fine for the date.
Has one of you done this? and where in web2py would they file go?