[EMAIL PROTECTED] SSLSessionCache problems with Apache-2.0.x

2006-08-27 Thread Forrest Aldrich
I'm trying to enable SSL on apache2, and running into a problem. The error log says: [Sun Jun 04 17:36:26 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] And when I explicitly disable it (ie: "none", as seen below), it still complains. I'm running this on Fr

Re: [EMAIL PROTECTED] HTML Form instead of browser prompt for authentication?

2006-07-26 Thread Forrest Aldrich
Peter Neu wrote: Hello, I use the apache authentication with mod_auth_mysql. Since I don't use php or cgi I get the ugly browser prompt for user name and password. Is there a way to configure apache to simply use a HTML form for authentication? If yes, how is this done? (CGI and PHP a

Re: [EMAIL PROTECTED] mod_*_cache on 2.0 vs. 2.2

2006-07-25 Thread Forrest Aldrich
William A. Rowe, Jr. wrote: Forrest Aldrich wrote: The servers have an absurd amount of RAM (8gb or more) that we could utilize for mod_mem_cache. If that's the case, if your content is non-trivial (different reactions to client characteristics, such as language, charset, or br

Re: [EMAIL PROTECTED] mod_*_cache on 2.0 vs. 2.2

2006-07-25 Thread Forrest Aldrich
Joshua Slive wrote: On 7/25/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: I'm unable to find the RPMs for Fedora or CentOS (which we're using) that correspond to 2.2.x. Well, actually, I found a src RPM, which is being compiled with options I need to customize (possibly via

Re: [EMAIL PROTECTED] mod_*_cache on 2.0 vs. 2.2

2006-07-25 Thread Forrest Aldrich
Joshua Slive wrote: On 7/25/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: What is the difference in stability (etc) with these options on httpd-2.0 and httpd-2.2? Thanks. usr/lib/httpd/modules/mod_mem_cache.so usr/lib/httpd/modules/mod_file_cache.so usr/lib/httpd/modules/mod_disk_ca

[EMAIL PROTECTED] mod_*_cache on 2.0 vs. 2.2

2006-07-25 Thread Forrest Aldrich
What is the difference in stability (etc) with these options on httpd-2.0 and httpd-2.2? Thanks. usr/lib/httpd/modules/mod_mem_cache.so usr/lib/httpd/modules/mod_file_cache.so usr/lib/httpd/modules/mod_disk_cache.so usr/lib/httpd/modules/mod_cache.so -

[EMAIL PROTECTED] Managing large-scale apache logs and data mining...

2006-07-06 Thread Forrest Aldrich
I've a configuration that can potentially generate thousands of *_log entries. That's a lot of disk space, for one, but also presents a challenge as to how to manage that data effectively for use in data mining (ie: tracking site usage and other statistics). It's reasonable to use envariable

Re: [EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-28 Thread Forrest Aldrich
Joshua Slive wrote: On 6/27/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: This appears to be experimental. I don't believe mod_cache/mod_disk_cache is experimental in 2.2.2. It is in earlier versions, but I've already recommended you stay away from those. How would an ap

Re: [EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-27 Thread Forrest Aldrich
Joshua Slive wrote: On 6/26/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: We are developing a new infrastructure that will serve up images directly from a database. In front of this process, we would like to place a cache of the most frequently accessed images. This would serve to redu

[EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-26 Thread Forrest Aldrich
We are developing a new infrastructure that will serve up images directly from a database. In front of this process, we would like to place a cache of the most frequently accessed images. This would serve to reduce the load on the database image server. The images are small (under 200k). M

[EMAIL PROTECTED] SSLSessionCache problems with Apache-2.0.x

2006-06-11 Thread Forrest Aldrich
I'm trying to enable SSL on apache2, and running into a problem. The error log says: [Sun Jun 04 17:36:26 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] And when I explicitly disable it (ie: "none", as seen below), it still complains. I'm running this on Fr

[EMAIL PROTECTED] SSLSessionCache problems with Apache-2.0.x

2006-06-04 Thread Forrest Aldrich
I'm trying to enable SSL on apache2, and running into a problem.  The error log says: [Sun Jun 04 17:36:26 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] And when I explicitly disable it (ie: "none", as seen below), it still complains. I'm running this on FreeBSD-6

[EMAIL PROTECTED] Redirect based on Referrer ?

2006-05-30 Thread Forrest Aldrich
I've read through the documentation, but I cannot seem to figure out if I can do this. Is there a clever way to Redirect an incoming request based on the Referrer (site name and/or IP)? Thanks. - The official User-To-User

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
[ snip ] Ok. I think I've got it. Try this: mkdir /home/test2/test3/ echo hello > /home/test2/test3/index.txt ln -s /home/test2/test3/ /home/test/test3 chmod -x /home/test2 lynx http://localhost:8091/index.txt A similar setup gave me the error you found. The problem is the file permissions o

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
Okay here's what happened. My config: User www Group www ServerName forrie.com DocumentRoot /home/test Listen *:8091 Options All ErrorLog    /var/log/httpd-error.log If I do a "ln -s /usr/local/shares/forrie/files ." into the above DocumentRoot, I get the proper symlink: files

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
t to handle the request. Joshua Slive wrote: On 9/9/05, Forrest Aldrich <[EMAIL PROTECTED]> wrote: I stripped down the httpd.conf to barebones, using these directives: Options All AllowOverride All Another issue is there. Do you have .htaccess files wi

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
Here is the complete httpd.conf, feel free to comment beyond what I pointed out in my last message. DocumentRoot "/usr/local/www/data" ServerRoot "/usr/local" Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 PidFile /var/run/httpd.pid User www Group www ServerAdmin [EMAIL

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-09 Thread Forrest Aldrich
r using this: Alias /mp3/ "/usr/local/shares/forrie/mp3"     Options All I note someone else posted a response, indicating a similar problem with symlinks and apache-2.0.54. _F Joshua Slive wrote: On 9/8/05, Forrest Aldrich <[EMAIL PROTECTED]> wrote:

Re: [EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-08 Thread Forrest Aldrich
not give you everything explicitly.  You need to define +FollowSymLinks in order to be able to traverse SymLinks.  Same as if you want to explicitly allow CGI with +ExecCGI.  That should work for you.   ~~John Aldrich From: Forrest Aldrich <[EMAIL PROTECTED]> Reply-To: users@ht

[EMAIL PROTECTED] Proper configuration of FollowSymLinks in 2.0.54

2005-09-08 Thread Forrest Aldrich
What is the proper way to configure FollowSymLinks in 2.0.54? I'm having a problem getting this to work at all - after reading the manual, searching for examples, it seems fairly straightforward; however, every combination I try fails with: Symbolic link not allowed. I am suspicious that I've

[EMAIL PROTECTED] Problem exec'd scripts under 2.0.54

2005-08-26 Thread Forrest Aldrich
I've been debugging what is likely a simple problem, however irritating. I have a fairly simple server installed that has a few VirtualHosts configured - they all work properly, except there isn't any CGI execution going on, at least for the "default" host. Something simple like: Optio

[EMAIL PROTECTED] Symbolic links under Apache 2.0.54

2005-08-24 Thread Forrest Aldrich
I recently ran into this problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=28515 The bug report is from 2004... but it still appears to exist. To test this, I did:     Options FollowSymlinks Indexes     AllowOverride AuthConfig In /usr/local/www/data: ln -s /path/to/files .