On Sun, Mar 15, 2009 at 4:03 AM, Krist van Besien wrote:
> On Sun, Mar 15, 2009 at 7:34 AM, Rex C. Eastbourne
> wrote:
> > Hello,
> >
> > I am completely new to Apache. I have a static IP address that's being
> > hosted on an Ubuntu server. (I do not own a domain name yet.) I would
> like
> > to
I have inherited an old, fragile codebase that uses CookieTracking. Great!
Except that when they implemented it they used
%{Cookie}i which outputs the cookie as 'cookiename=cookievalue' in the
logfile. It also ignores the first hit since its a header based
cookie, not a module based cookie, and w
Your math is still off. ServerLimit x ThreadsPerChild = 200 x 25 =
5000. This does not equal your MaxClients of 1000. Try a ServerLimit of
20 and ThreadsPerChild of 50.
If you're vmstat "r" column is high, chances are you're getting a lot of
requests. What's your apache requests/second? (check
Nick Kew wrote:
Nick Kew wrote:
FWIW, I attended an SELinux talk at FOSDEM last month.
Just to add, I wrote a brief blog entry at the time.
I'd treat that as more reliable than what I wrote here from memory.
http://bahumbug.wordpress.com/2009/02/08/selinux/
I pretty much agree with the sin
Nick Kew wrote:
FWIW, I attended an SELinux talk at FOSDEM last month.
Just to add, I wrote a brief blog entry at the time.
I'd treat that as more reliable than what I wrote here from memory.
http://bahumbug.wordpress.com/2009/02/08/selinux/
--
Nick Kew
-
Nick Kew wrote:
FWIW, I attended an SELinux talk at FOSDEM last month. The majority of
all his examples were with our httpd. In questions at the end, I
stressed the need for decent tutorial documentation and for meaningful
error messages when something is denied. His reaction was pretty
negat
William A. Rowe, Jr. wrote:
Laura Speck wrote:
Thanks for the help - SELinux is enabled. Temporarily disabling it did
fix the problem, but I would like to keep it enabled. I am headed to
find an SELinux list, thank you :)
In 5 years they've failed to participate with httpd in addressing such
On Mon, Mar 16, 2009 at 2:15 PM, Anders Norrbring wrote:
> Hi all.
> I'm not really familiar with the redirects and regex's needed to use it, so
> I'd like to get some hints..
>
> I have a web server serving a number of websites, and while it's down I'd
> like to have some redirects set up on an
for is:
1. Redirect all image requests (gif, jpg and png) to a specific image URL.
2. Redirect all other calls to a specific html page.
Ideas are gratefully welcome.
Anders.
__ Information from ESET NOD32 Antivirus, version of virus signature
database 3939 (20090316) __
T
William A. Rowe, Jr. wrote:
Laura Speck wrote:
Thanks for the help - SELinux is enabled. Temporarily disabling it did
fix the problem, but I would like to keep it enabled. I am headed to
find an SELinux list, thank you :)
In 5 years they've failed to participate with httpd in addressing such
Laura Speck wrote:
Thanks for the help - SELinux is enabled. Temporarily disabling it did
fix the problem, but I would like to keep it enabled. I am headed to
find an SELinux list, thank you :)
In 5 years they've failed to participate with httpd in addressing such
issues ... If you discover an
Hello,
As many of you may know mod_cache does not cache directory index
files, this can be fixed with mod_rewrite but homedir seems to be
impossible to be cached. The following rules cache the folders but not
the homedir:
DirectorySlash Off
RewriteEngine On
RewriteCond %{REQUEST_URI} ([^\.*])
Rewr
Greetings,
We noticed the following in the error log on one of our Apache 2.2.11
instances:
sasl.c:74: failed assertion `ld != NULL'
[Mon Mar 02 09:25:17 2009] [notice] child pid 25633 exit signal Abort
(6)
After exhaustive research that included running Apache inside gdb, I
believe that I have
- It is a EMC storage which is shared.
- If i turn off sendfile it works on SAN.
> On 12.03.09 13:00, si...@allumezinfotech.com wrote:
>> File system is : vxfs .. this is veritas file system for san.
>
> commercial version? Do you mount that from more than one machine, e.g. use
> any form of clu
Justin Pasher wrote:
Laura Speck wrote:
Hello,
I am getting an error trying to use the Include directive in my
httpd.conf. I am running apache2 on Fedora 9. My ServerRoot is
/etc/httpd, and my apache install is not chrooted.
I have a program that sends some servers a new httpd.virts every t
Laura Speck wrote:
Hello,
I am getting an error trying to use the Include directive in my
httpd.conf. I am running apache2 on Fedora 9. My ServerRoot is
/etc/httpd, and my apache install is not chrooted.
I have a program that sends some servers a new httpd.virts every time
we have a dns cha
Hello,
I am getting an error trying to use the Include directive in my
httpd.conf. I am running apache2 on Fedora 9. My ServerRoot is
/etc/httpd, and my apache install is not chrooted.
I have a program that sends some servers a new httpd.virts every time we
have a dns change or a new domain.
Hi All,
(Reposting the query. )
New Apache Web server(Apache 2.2.10 or Apache2.2.11) is not able to load any
third party module (DSO, shared object) on HPUX(in case of HPUX shared object
is .sl (shared library) file) . While the same is working fine on AIX and
Solaris.
Please let me know if som
18 matches
Mail list logo