search for: mod_expir

Displaying 20 results from an estimated 23 matches for "mod_expir".

Did you mean: mod_expire
2008 Nov 07
2
updated Apache mod_expires?
I noticed that the apache rpm httpd-2.2.3-11.el5_1.centos.3.src.rpm has a bug in mod_expires. https://issues.apache.org/bugzilla/show_bug.cgi?id=39774 Please forgive a dumb question: how risky would using a Fedora httpd RPM be on a CentOS5 install? Jed
2006 Nov 04
2
[ Rails ] Multiple rails apps on 1 host
...p1/config/ and then started lighttpd http://localhost:3000 gave me the splash page. I shutdown the server I added something to /tmp/app1/config/lighttpd.conf server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi", "mod_compress", "mod_expire", "mod_alias" ) Then I added 1 other thing: $HTTP["url"] =~ "^/app2" { alias.url = ( "/app2" => CWD + "/../app2/public" ) server.error-handler-404 = "/dispatch.fcgi" server.document-root = CWD + "/../app2/public/&qu...
2007 Jul 17
3
.htaccess problems..... Using Drupal
...0 php_value session.auto_start 0 </IfModule> # PHP 5, Apache 1 and 2. <IfModule mod_php5.c> php_value magic_quotes_gpc 0 php_value register_globals 0 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...
2006 Jun 15
6
Problem with lighttpd
I have a problem with lighttpd on OSX. Everything builds fine (and webrick runs just fine) but lighttpd barfs: edward-kenworthys-computer:~/Development/Ruby/pricematic/trunk edward$ script/server => Booting lighttpd (use ''script/server webrick'' to force WEBrick) => Rails application started on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown
2006 Aug 18
3
Lighttpd Conf Help - Multiple Domains Multiple Apps
...railsapp/public folder. Do hope someone can help me out what''s wrong with my conf. Here it is: server.bind = "0.0.0.0" server.port = 8282 server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi", "mod_compress", "mod_expire" ) server.pid-file = "/var/run/lighttpd.pid" url.rewrite = ( "^/$" => "index.html", "^([^.]+)$" => "$1.html" ) #commenting the line below gives out an error that says: "a default document-root has to be set" se...
2006 Jun 17
1
Having a go at Rpad
Context: FreeBSD 6.1on a pentium 4; apache 2 server up & running; mod_perl installed; java & php 4 working. Willing to use Rpad on an office intranet, I installed the Rpad package (R2HTML was still there) and carefully read the instructions to set up a server. Now, on the server I can start the http://localhost/Rpad homepage, I can click on and browse the three examples
2014 Aug 29
0
Using puppet with Apache mod_disk_cache and passenger over SSL
...LIENT_VERIFY}e RackAutoDetect On DocumentRoot /usr/share/puppet/rack/puppetmasterd/public/ <Directory /usr/share/puppet/rack/puppetmasterd/> Options Indexes AllowOverride None Order Allow,Deny Allow from All </Directory> <IfModule mod_expires.c> <Location /production/file_metadatas/> ExpiresActive On ExpiresDefault "access plus 30 minutes" </Location> </IfModule> <IfModule mod_disk_cache.c> CacheEnable disk /production/file_metadata/ CacheEnab...
2015 May 07
2
Apache 2.2 itk - 404 not found
...odule log_config_module modules/mod_log_config.so LoadModule logio_module modules/mod_logio.so LoadModule env_module modules/mod_env.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule expires_module modules/mod_expires.so LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule mime_module modules/mod_mime.so LoadModule dav_module mod...
2007 Jun 05
3
Mongrel/Apache mod_deflate question
Hi Folks, We''re moving from a single lighttpd-hosted Rails box to a Apache/ mongrel cluster. In lighttpd, mod_compress had a very nice feature: if there''s a static file, it would compress it in a user-specified compress folder. If the file hasn''t changed, it would just serve out the compress file; if the file has changed, it would recompress it and serve it out.
2006 Jul 14
4
Rails Lighttpd Issue on Fedora
...ttpd.conf: # Default configuration file for the lighttpd web server # Start using ./script/server lighttpd server.bind = "0.0.0.0" server.port = 80 server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi", "mod_compress", "mod_expire", "mod_cgi" ) server.error-handler-404 = "/dispatch.fcgi" server.document-root = CWD + "/public/" server.errorlog = CWD + "/log/lighttpd.error.log" accesslog.filename = CWD + "/log/lighttpd.access.log" url.rewrite...
2006 Aug 07
0
image uploads not working with lighttpd
...uot;mod_redirect", "mod_fastcgi", # "mod_status", # "mod_evhost", # "mod_compress", # "mod_usertrack", # "mod_rrdtool", # "mod_webdav", # "mod_expire", # "mod_flv_streaming", # "mod_evasive" ) server.max-request-size = 100000 $HTTP["useragent"] =~ "^(.*MSIE.*)|(.*AppleWebKit.*)$" { server.max-keep-alive-requests = 0 } # new way. include as many sockets as you want. I use...
2015 May 07
3
Apache 2.2 itk - 404 not found
...g.so >> LoadModule logio_module modules/mod_logio.so >> LoadModule env_module modules/mod_env.so >> LoadModule ext_filter_module modules/mod_ext_filter.so >> LoadModule mime_magic_module modules/mod_mime_magic.so >> LoadModule expires_module modules/mod_expires.so >> LoadModule deflate_module modules/mod_deflate.so >> LoadModule headers_module modules/mod_headers.so >> LoadModule usertrack_module modules/mod_usertrack.so >> LoadModule setenvif_module modules/mod_setenvif.so >> LoadModule mime_module modu...
2015 May 07
0
Apache 2.2 itk - 404 not found
...ule modules/mod_log_config.so > LoadModule logio_module modules/mod_logio.so > LoadModule env_module modules/mod_env.so > LoadModule ext_filter_module modules/mod_ext_filter.so > LoadModule mime_magic_module modules/mod_mime_magic.so > LoadModule expires_module modules/mod_expires.so > LoadModule deflate_module modules/mod_deflate.so > LoadModule headers_module modules/mod_headers.so > LoadModule usertrack_module modules/mod_usertrack.so > LoadModule setenvif_module modules/mod_setenvif.so > LoadModule mime_module modules/mod_mime.so > L...
2006 Jun 25
17
JavaScript Compression
Is there a good windows-based JavaScript compressor which will reliably compress script aculo and prototype? Sam _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Aug 16
18
mongrel lighttpd and ssl
I am wanting to one run instance of lighttpd, many many instances of mongrel. I also need ssl but only for one of my sites. I understand that Mongrel does not play with SSL so I am forced to use Lighttpd. I think that lighttpd only handles ssl or non-ssl on any given instance. Is there a way for me to accomplish my goal of one lighttpd with multiple mongrels and the occasional ssl connection? --
2006 Jan 17
14
Prototype Size?
There''s a good article at http://news.bbc.co.uk/1/hi/technology/4616700.stm that says, in a nutshell, that people form their impression of a Web site in 50 milliseconds. With an 80K download for prototype, that leads me to ask: "how can page sizes be trimmed and still use cool features"? I recognize that browsers may feel free to download these scripts asynchronously, but
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
2009 Nov 04
7
Who's eating our bandwidth?
Hi, I've recently setup a new server for our public libraries. For the last two years, this has been my first "big" job, since it involves networking eleven small to medium size public libraries. There was a hiccup some time ago when the administration hiring me wanted to do it on their own, but it took them less than two weeks to get the server hacked and lose everything. So
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
.../mod_dav.so %{_libdir}/httpd/modules/mod_dbd.so %{_libdir}/httpd/modules/mod_deflate.so %{_libdir}/httpd/modules/mod_dialup.so %{_libdir}/httpd/modules/mod_dir.so %{_libdir}/httpd/modules/mod_dumpio.so %{_libdir}/httpd/modules/mod_echo.so %{_libdir}/httpd/modules/mod_env.so %{_libdir}/httpd/modules/mod_expires.so %{_libdir}/httpd/modules/mod_ext_filter.so %{_libdir}/httpd/modules/mod_file_cache.so %{_libdir}/httpd/modules/mod_filter.so %{_libdir}/httpd/modules/mod_headers.so %{_libdir}/httpd/modules/mod_heartbeat.so %{_libdir}/httpd/modules/mod_heartmonitor.so %{_libdir}/httpd/modules/mod_include.so %{...
2020 Aug 31
5
How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)
...clude.so #LoadModule log_config_module modules/mod_log_config.so #LoadModule logio_module modules/mod_logio.so #LoadModule env_module modules/mod_env.so #LoadModule ext_filter_module modules/mod_ext_filter.so #LoadModule mime_magic_module modules/mod_mime_magic.so #LoadModule expires_module modules/mod_expires.so #LoadModule deflate_module modules/mod_deflate.so #LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so #LoadModule setenvif_module modules/mod_setenvif.so #LoadModule mime_module modules/mod_mime.so #LoadModule dav_module modules/mod_dav.so #Lo...