Re: [us...@httpd] High load apache

2010-09-08 Thread Fábio Jr.
Hi, Try to enable mod_expires and mod_deflate to see if there is some significant boost in the performance. []s. Fábio jr. Em 08-09-2010 16:42, Paras pradhan escreveu: Hi, Looking for recommendations. I need to serve 100-200+ concurrent users to provide php based webmail client (horde

[us...@httpd] Redirecting URLs and directory structure

2009-10-07 Thread Fábio Jr.
storage service. Thanks. []s Fábio Jr. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr

[us...@httpd] Change mod_expires options for an especific IP

2009-09-28 Thread Fábio Jr.
Hello, I was wondering if there is a way to have a different mod_expires config for an especific IP. Example: I have a directive that says that html files will expire 30 minutes after the access for all: ExpiresByType text/html access plus 30 minutes I want that for the IP 10.0.0.1,

[us...@httpd] Change mod_expires options for an especific IP

2009-09-24 Thread Fábio Jr.
Hello, I was wondering if there is a way to have a different mod_expires config for an especific IP. Example: I have a directive that says that html files will expire 30 minutes after the access for all: ExpiresByType text/html access plus 30 minutes I want that for the IP 10.0.0.1,

Re: [us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-05 Thread Fábio Jr.
I have a Server running with Apache 2.2.9/Mod_Perl 2.0.4 , now I am trying to use mod_deflate to compress response. I have lot of static files in my server which doesn't change frequently so i want to caching for these compressed files. Is it possible , any idea at what stage mod_cache

Re: [us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-05 Thread Fábio Jr.
guide http://httpd.apache.org/docs/2.2/caching.html. Good luck and any other doubt, i will be happy to help []s Fábio Jr. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

[us...@httpd] Specific filesystem for cache

2009-08-05 Thread Fábio Jr.
Hello all. I'm wondering if someone have a suggestion of what filesystem to use in the cache directory used by mod_disk_cache. I'm having some i/o problems, and want to choose the right filesystem, since I use a separate partition for the cache. Thanks []s Fábio Jr

[us...@httpd] htcacheclean issue

2009-08-03 Thread Fábio Jr.
Hello, I'm having some trouble to put htcacheclean to work. Let me explain my enviroment first. I have a server that serve static files with Apache 2.2 + mod_cache + mod_expires. I have the cache_dir in a separated partition. My cache already have aprox. 28GB, and I run htcacheclean as a

[us...@httpd] Re: htcacheclean issue

2009-08-03 Thread Fábio Jr.
On more thing I have noticed searching for solutions, Most of people used to create a script to delete orphaned .header directories, all .header that not have a .header.vary correspondent. This make sense to me to clean the garbage, but how this impacts in the content of the cache? []s

[us...@httpd] FilesMatch question

2009-07-24 Thread Fábio Jr.
Hello, Is the FilesMatch directive case sensitive? If isn't, can I use a regex like \.(jpe?g|JPE?G) to solve the problem? Thanks - The official User-To-User support forum of the Apache HTTP Server Project. See

[us...@httpd] Virtual Hosts and mod_cache

2009-07-22 Thread Fábio Jr.
Hello all. How can I set mod_cache to works in different ways in my different Virtual Hosts? I just put the IfModule directive and the options inside the VirtualHost or I must make a default config for all of them? Att. Fábio Jr