Displaying 3 results from an estimated 3 matches for "expiresbytype".
2005 Dec 16
0
caching rails generated images
...</IfModule>
CacheDirLevels 5
CacheDirLength 3
</IfModule>
<Directory /home/hmeyer/dicomweb/public/>
Options ExecCGI FollowSymLinks
AddHandler cgi-script .cgi
AllowOverride all
Order allow,deny
Allow from all
ExpiresByType image/png "now plus 1 month"
ExpiresActive On
</Directory>
</VirtualHost>
What am I doing wrong?
Thanx for your help!
Henning
2007 Jul 17
3
.htaccess problems..... Using Drupal
...php_value session.auto_start 0
</IfModule>
# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
# Enable expirations.
ExpiresActive On
# Cache all files for 2 weeks after access (A).
ExpiresDefault A1209600
# Do not cache dynamically generated pages.
ExpiresByType text/html A1
</IfModule>
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# If your site can be accessed both with and without the prefix www. you
# can use one of the following settings to force user to use only one
option:
#
# If you want the site to be a...
2006 Mar 31
9
File upload progress bar
I''ve seen a few demos online, for php, but I''m looking for a file upload
progress bar implementation with Prototype. Can anyone point me in a good
direction for one?
I''m not using Rails, so I can''t use the upload_progress addon,
unfortunately.
Thanks for any info
Jim
_______________________________________________
Rails-spinoffs mailing list