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
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
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
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
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
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
-
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
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
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
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
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
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
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
[ 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
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
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
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
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:
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
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
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
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 .
22 matches
Mail list logo