Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-16 Thread Rex C. Eastbourne
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

[us...@httpd] Cookie tracking question

2009-03-16 Thread John Armstrong
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

RE: [us...@httpd] Apache Tunning

2009-03-16 Thread Anthony J. Biacco
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

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread André Warnier
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

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread Nick Kew
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 -

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread William A. Rowe, Jr.
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

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread Nick Kew
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

Re: [us...@httpd] Tips for redirects

2009-03-16 Thread Brian Mearns
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

[us...@httpd] Tips for redirects

2009-03-16 Thread Anders Norrbring
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

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread Laura Speck
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

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread William A. Rowe, Jr.
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

[us...@httpd] After seven years, any solution for mod_cache and homedir?

2009-03-16 Thread anywhe...@gmail.com
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

[us...@httpd] Likely Bug in apr_ldap_stub.c

2009-03-16 Thread Heckenlively, Patrick (Contractor) (DLIS)
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

Re: [us...@httpd] Enable Send file - SAN

2009-03-16 Thread singh
- 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

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread Laura Speck
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

Re: [us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread Justin Pasher
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

[us...@httpd] Include directive in httpd.conf giving a Permission denied error.

2009-03-16 Thread Laura Speck
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.

[us...@httpd] Apache 2.2.10 web server issue with HPUX

2009-03-16 Thread Nakul Vishwas Natu
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