[us...@httpd] apache2 core dump

2009-09-23 Thread Igor Cicimov
Hi all, I get the following core dumps from the apache: core 'core.httpd.15844.wenpweb1.500.500.1253648224' of 15844: ./httpd -k start - lwp# 5 / thread# 5 ff29da3c apr_table_add (6c0348, 453800, 453809, 5, fffc, b) + b4 fec521d8 deep_table_copy

Re: [us...@httpd] apache2 core dump

2009-09-23 Thread Nick Kew
On 23 Sep 2009, at 07:32, Igor Cicimov wrote: Hi all, I get the following core dumps from the apache: [chop] It's apache 2.2.12 running as reverse proxy on Solaris 9 box with mpm_worker module. Looks like the threads get in some conditional wait state and the process becomes zombie. I

[us...@httpd] Re: PHP5

2009-09-23 Thread Nicholas Sherlock
Silvio Siefke wrote: Error: it comes a window what say The requested operation has failed. No log entry. Check the applications section of the windows Event Viewer. Startup errors can end up there in some situations. Cheers, Nicholas Sherlock

Re: [us...@httpd] Authentication for LDAP user or htgroup member

2009-09-23 Thread Maarten te Paske
On Tue, Sep 22, 2009 at 04:52:47PM +0200, Maarten te Paske wrote: Both authentication models work as I use them as the only method, but when I add two methods and Satisfy Any I'm not asked for authentication. I have been struggling with this issue some more, and finally came up with a working

Re: [us...@httpd] Problem with settings of Proxy

2009-09-23 Thread Petr Hracek
Are there any steps how to dynamically make proxy in Apache? Let say the I would like to connect to the other servers using proxy. Servers has DHCP IP addresses and are shown in a web page of Apache2. One time there are tree servers available and another time there are 10 servers available. I

[us...@httpd] Direcclient denied by server configuration

2009-09-23 Thread bearsfoot
Hi, I am running apache 2.2 on windows xp I have a .htaacess that contains a single directive DirectoryIndex index.html index.htm index.php index.shtml index.shtm This results in the following error [error] [client 127.0.0.1] client denied by server configuration Am I missing something in

Re: [us...@httpd] Direcclient denied by server configuration

2009-09-23 Thread André Warnier
bearsfoot wrote: Hi, I am running apache 2.2 on windows xp I have a .htaacess that contains a single directive DirectoryIndex index.html index.htm index.php index.shtml index.shtm This results in the following error [error] [client 127.0.0.1] client denied by server configuration Am I

[us...@httpd] httpd.conf syntax

2009-09-23 Thread J. Bakshi
Dear list, I use some rewrite rule in .htaccess to prevent some bots like ` RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] a-lot-of RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR] RewriteCond %{HTTP_USER_AGENT} ^Widow [OR] RewriteCond

Re: [us...@httpd] httpd.conf syntax

2009-09-23 Thread André Warnier
J. Bakshi wrote: Dear list, I use some rewrite rule in .htaccess to prevent some bots like ` RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] a-lot-of RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR] RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]

Re: [us...@httpd] how to get logs per vhosts ?

2009-09-23 Thread Matus UHLAR - fantomas
On 22.09.09 17:30, J. Bakshi wrote: In my linux server ( opensuse 11) , I am running apache with some vhosts. All the virtual-hosts are running well. But the apache log file is common for all the virtual hosts ; that is /etc/var/log/apache/access.log. How can I get per vhost log so that I

[us...@httpd] what is the signature of FlashGot download manager

2009-09-23 Thread J. Bakshi
Hello list, could anyone suggest the server access signature of FlashGot ( firefox downloamanager ) ? I am running my site at a hosting place where I can't access apache log And I like to prevent FlashGot . I have already tried with the following in .htaccess ``` RewriteCond %{HTTP_USER_AGENT}

Re: [us...@httpd] how to get logs per vhosts ?

2009-09-23 Thread J. Bakshi
Matus UHLAR - fantomas wrote: On 22.09.09 17:30, J. Bakshi wrote: In my linux server ( opensuse 11) , I am running apache with some vhosts. All the virtual-hosts are running well. But the apache log file is common for all the virtual hosts ; that is /etc/var/log/apache/access.log. How

Re: [us...@httpd] what is the signature of FlashGot download manager

2009-09-23 Thread Nick Cooper
2009/9/23 J. Bakshi joyd...@infoservices.in Hello list, could anyone suggest the server access signature of FlashGot ( firefox downloamanager ) ? I am running my site at a hosting place where I can't access apache log And I like to prevent FlashGot . I have already tried with the following

[us...@httpd] Cascading dirs and .htaccess

2009-09-23 Thread LuKreme
I have a directory structure in which I have a .htaccess file at the top level: Options All +MultiViews IndexOptions FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=* IconsAreLinks SuppressHTMLPreamble IconHeight=20 IconWidth=20 AddIcon /icons/zip.gif .gz .zip .tgz AddIcon

[us...@httpd] Apache Proxy data delay question

2009-09-23 Thread Dirk Stöcker
Hello, I already tried that question two weeks ago and till now got no answer. Either nobody can help me (which would be bad) or it was overlooked, so I try once again. I have a general problem with proxy redirects on one of my servers and I'm out of helpful documentation to solve the

Re: [us...@httpd] Apache Proxy data delay question

2009-09-23 Thread Philip Wigg
Any helpful hint would be greatly appreciated. Or suggestion where to get the help I need when nobody can help me here. What versions of Apache and Linux are you running? What are the SSL options you've replaced with '...' in the snippet you posted? Is it only using SSL that you see delays? Do

[us...@httpd] Apache Proxy data delay question

2009-09-23 Thread Dirk Stöcker
On Wed, 23 Sep 2009, Philip Wigg wrote: Any helpful hint would be greatly appreciated. Or suggestion where to get the help I need when nobody can help me here. What versions of Apache and Linux are you running? What are the SSL Currently Apache/2.2.3 on an older suse linux. If that

[us...@httpd] AllowOverride for rewrite configurations only

2009-09-23 Thread Luis Fernando
Hello, I've been googling this issue and i couldn't find an answer yet. I read the documentation of AllowOverride directive but it didn't help too... I work on an ISP and we want to allow our customers to override only rewrite configurations via .htaccess files. Nowadays a lot of

[us...@httpd] Apace2 stops serving pages.

2009-09-23 Thread Middle Fork GIS
Hi, I am a brand new user to this forum though I've been successfully managing (low volume) Apache Servers for a number of years now. The reason I'm here today is that periodically, though apparently (?) at random intervals, Apache stops serving pages. Using wget from the server host: # wget

[us...@httpd] New on list

2009-09-23 Thread Luis Clemente
Hi there, I'm new here and I work with Linux at least 5 years but I worked with Apache servers at 2 years ago so maybe I forget some things. I will apreciate the help from this mail-list. Best regard's Luis

[us...@httpd] Re: Apace2 stops serving pages.

2009-09-23 Thread Nicholas Sherlock
Middle Fork GIS wrote: [...] at random intervals, Apache stops serving pages. HTTP request sent, awaiting response... And there it sits until the server is started; likewise from a remote browser, the page is never delivered. Nothing appears in Apache's log, even when set to the most

[us...@httpd] Industry Acceptable % of Timeout failures (502s)

2009-09-23 Thread Jignesh Badani
Hello, is there an industry standard for acceptable % of Timeout related failures on one's website ? We have a server farm of 3 Apache RP proxying almost everything to the back-end content and app farms of about 40-50 servers. The user base is small but fairly active (about 2.5mil hits per day

Re: [us...@httpd] TCP Connections per hostname?

2009-09-23 Thread Jignesh Badani
If I understand your question right, I believe most browsers open 2 or 3 max TCP connections per host/domain. regards - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JB From: raulmt rau...@gmail.com To: users@httpd.apache.org Date: 09/06/2009 02:36 PM Subject:

Re: [us...@httpd] TCP Connections per hostname?

2009-09-23 Thread Jignesh Badani
I said 2 or 3, it is actually 2. It turns out that this is a case where IE strictly follows the standards-- in this case, RFC2616, which covers HTTP1.1. As noted in the RFC: Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a

Re: [us...@httpd] apache2 core dump

2009-09-23 Thread Igor Cicimov
Hi Nick, First thanks for your reply much appreciate it. Yes, the server is reverse proxy only and from what I could see from couple of other core dumps they all look the same. First I thought it might be the proxy_html module causing this but now I'm not that sure and might be something more

Re: [us...@httpd] apache2 core dump

2009-09-23 Thread Igor Cicimov
Ah forgot about the tool ... used pstack to debug the core dumps since it is a production server and don't have gdb available. Cheers, Igor On Thu, Sep 24, 2009 at 12:37 PM, Igor Cicimov icici...@gmail.com wrote: Hi Nick, First thanks for your reply much appreciate it. Yes, the server is

Re: [us...@httpd] httpd.conf syntax

2009-09-23 Thread J. Bakshi
André Warnier wrote: J. Bakshi wrote: Dear list, I use some rewrite rule in .htaccess to prevent some bots like ` RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] a-lot-of RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR] RewriteCond