Re: [EMAIL PROTECTED] Server hanging with requests in "W" state

2008-02-26 Thread pthyseba
Hello, > On 25/02/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> We're having some strange problems with our webservers (https), which >> are >> Apache 2.0.52 on RHEL4 and 2.0.46 on RHEL 3. > > This could be due to MSIE's duff SSL implementation. Do you have > something like this in your

Re: [EMAIL PROTECTED] Re: [EMAIL PROTECTED] verse https to http proxy not fully working

2008-02-26 Thread Udo Rader
On Sat, 2008-02-23 at 10:37 -0800, Andrew2008 wrote: > > > udotirol wrote: > > > > So in order to solve the riddle myself, the problem was really well > > hidden and not due to a the configuration I posted above. > > > > The problem was that I had mod_deflate globally enabled for the https > >

[EMAIL PROTECTED] Apache 2.2.8 - Segmentation fault

2008-02-26 Thread Andre Hübner
Apache2.2.8/php5.2.5 Suse10.1 Hi List, i have a problem with segfaults in my ApacheInstallation after running a few days/hours I switched LogLevel to debug and thats what i got: [Mon Feb 25 03:22:36 2008] [debug] proxy_util.c(1670): proxy: grabbed scoreboard slot 0 in child 27415 for worker pr

[EMAIL PROTECTED] Apache 2.2.8 - Segmentation fault II

2008-02-26 Thread Andre Hübner
Hi, sorry for next quick post, but here better example for segfault. more then 4 hours between scriptstart and segfault, but i found also line where start and kill was between only a few seconds [Mon Feb 25 00:04:49 2008] [debug] proxy_util.c(1670): proxy: grabbed scoreboard slot 0 in child

Re: [EMAIL PROTECTED] Apache log errors

2008-02-26 Thread Vincent Bray
On 26/02/2008, Krishna Chandra Prajapati <[EMAIL PROTECTED]> wrote: > My web server log error is " NULL::dba can't connect to mysql" This isn't an apache error; at a guess, it's probably a PHP issue. Are you running PHP on this request? -- noodl -

Re: [EMAIL PROTECTED] Apache log errors

2008-02-26 Thread Krishna Chandra Prajapati
Perl is being used for scripting On Tue, Feb 26, 2008 at 3:44 PM, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 26/02/2008, Krishna Chandra Prajapati <[EMAIL PROTECTED]> wrote: > > My web server log error is " NULL::dba can't connect to mysql" > > This isn't an apache error; at a guess, it's proba

[EMAIL PROTECTED] apache configurations

2008-02-26 Thread Krishna Chandra Prajapati
Hi All, I am new to this mail list. I would like to know that what should be the httpd.conf (apache) configuration for a very busy server. KeepAlive, KeepAliveTimeout and other parameters. Thanks, -- Krishna Chandra Prajapati MySQL DBA, Ed Ventures e-Learning Pvt.Ltd. 1-8-303/48/15, Sindhi Colo

[EMAIL PROTECTED] Flock issue? Further debug help needed

2008-02-26 Thread Rudy Gevaert
Hello, At our site we are running several Apache2 (Debian Etch) installations. These our mounting a NFS share (Netapp). The Apache webservers are behind a Linux Virtual server setup. Sometimes we see that one of the apache webservers is hung. It still listens on port 80 but doesn't do any

Re: [EMAIL PROTECTED] apache configurations

2008-02-26 Thread Udo Rader
On Tue, 2008-02-26 at 17:02 +0530, Krishna Chandra Prajapati wrote: > > Hi All, > > I am new to this mail list. I would like to know that what should be > the httpd.conf (apache) configuration for a very busy server. This is a very vague question. What is a very busy server? How many simulta

Re: [EMAIL PROTECTED] apache configurations

2008-02-26 Thread Lahiru Gunathilake
I think you are looking to get good performance for a heavy loaded server.I think you have to look in to apache MPM.Better to read about MPM and use a suitable MPM with suitable configurations.MPM configuration really affect your performance. cheers lahiru On Tue, 2008-02-26 at 12:55 +0100, Udo Ra

Re: [EMAIL PROTECTED] Server hanging with requests in "W" state

2008-02-26 Thread David Cassidy
Whats your timeout and keepalivetimeout settings set to ? If you have them more than 15 secs ? then you'll DOS yourself IE will hold open connections to the server for as long as it can... On Tue, 2008-02-26 at 09:29 +0100, [EMAIL PROTECTED] wrote: > Hello, > > > On 25/02/2008, [EMAIL PROTECTE

RE: [EMAIL PROTECTED] Server hanging with requests in "W" state

2008-02-26 Thread Narendra Verma
Thanks for replying to me. But I am not much aware about apache. I started it just before sometime ago. So please can you confirm it how can I do following:- Apache --- mod_jk connector ---tomcat Caching by mod_disk_cache and mod_cache Now if I changed any static file at tomcat(that is already ca

Re: [EMAIL PROTECTED] Apache 2.2.8 - Segmentation fault II

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 5:05 AM, Andre Hübner <[EMAIL PROTECTED]> wrote: > Hi, > > sorry for next quick post, but here better example for segfault. more then 4 > hours between scriptstart and segfault, but i found also line where start > and kill was between only a few seconds > > [Mon Feb 25 0

[EMAIL PROTECTED] AuthzLDAPAuthoritative and "no authoritative handler" problems

2008-02-26 Thread Jeff Eggen
Hi folks, I'm having a problem with my first attempts to migrate a 2.0 server to 2.2, specifically with the LDAP configuration I'm using. I have a somewhat convoluted directory structure, with different permissions for different directories. My problem can be summed up with the configuration

Re: [EMAIL PROTECTED] Flock issue? Further debug help needed

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 6:22 AM, Rudy Gevaert <[EMAIL PROTECTED]> wrote: > Hello, > > At our site we are running several Apache2 (Debian Etch) installations. > These our mounting a NFS share (Netapp). The Apache webservers are > behind a Linux Virtual server setup. > > Sometimes we see that o

Re: [EMAIL PROTECTED] Flock issue? Further debug help needed

2008-02-26 Thread Rudy Gevaert
Joshua Slive wrote: On Tue, Feb 26, 2008 at 6:22 AM, Rudy Gevaert <[EMAIL PROTECTED]> wrote: Hello, At our site we are running several Apache2 (Debian Etch) installations. These our mounting a NFS share (Netapp). The Apache webservers are behind a Linux Virtual server setup. Sometimes we

RE: [EMAIL PROTECTED] Server hanging with requests in "W" state

2008-02-26 Thread Narendra Verma
Hi, Thanks for replying to me. As you told about time out I configured it as follows: worker.worker1.socket_keepalive=1 worker.worker1.socket_timeout=300 Like this, But still my problem is not solved. What I require specially: Apache --- mod_jk connector ---tomcat Caching by mod_disk_cache a

Re: [EMAIL PROTECTED] AuthzLDAPAuthoritative and "no authoritative handler" problems

2008-02-26 Thread Eric Covener
On Tue, Feb 26, 2008 at 9:17 AM, Jeff Eggen <[EMAIL PROTECTED]> wrote: > > AuthLDAPURL ldap://*/o=root?uid??(objectClass=inetOrgPerson) > AuthLDAPDereferenceAliases never > > > > AuthBasicProvider ldap-site > require ldap-group cn=mygroup,ou=container,ou=container

Re: [EMAIL PROTECTED] AuthzLDAPAuthoritative and "no authoritative handler" problems

2008-02-26 Thread Jeff Eggen
>>> "Eric Covener" <[EMAIL PROTECTED]> 2/26/2008 8:59 AM >>> >When you define AuthLDAPURL in an AuthnProviderAlias, you also need >to explicitly define the AuthLDAPUrl in any context where you use LDAP >authorization (emphasis on authn vs authz) >mod_authnz_ldap probably bailed out of authorizati

Re: [EMAIL PROTECTED] Flock issue? Further debug help needed

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 9:38 AM, Rudy Gevaert <[EMAIL PROTECTED]> wrote: > > It is a php session file. > > > My guess would be nfs problems. Have you pointed LockFile at a local disk? > > Unfortunately we can't point the session to a local file. Otherwise we > end up with users needing to rel

Re: [EMAIL PROTECTED] Flock issue? Further debug help needed

2008-02-26 Thread Graeme Fowler
On Tue, 2008-02-26 at 15:38 +0100, Rudy Gevaert wrote:> > > Can you figure out what file this is pointing at? > > It is a php session file. You must not use flock() over NFS, since it just doesn't work. the PHP docs say this clearly: "Warning flock() will not work on NFS and many other networ

Re: [EMAIL PROTECTED] Trouble using mod_proxy with mod_gnutls

2008-02-26 Thread Guillaume Rousse
Guillaume Rousse a écrit : > Guillaume Rousse a écrit : >> Hello list. >> >> With the following configuration, mod_proxy works perfectly in the >> non-ssl vhost, but not in the ssl one. The client hangs a long >> time for an answer, which finally comes as "Site error" message, with a >> "404 858" e

[EMAIL PROTECTED] make failure

2008-02-26 Thread Adam Martin
This is my first attempt to compile the Apache web server so I will try and include all the relevant information and apologize in advance for any rookie mistakes. I have successfully compiled version 2.2.8 on the IBM AIX, Sun Solaris, and HP-UX PA-RISC platforms but have an issue trying to compile

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
Thanks for the response. I set up a directory under the main DocumentRoot called test drwxr-xr-x 2 rgeddes rgeddes 80 2008-02-18 15:18 test and it appeared in a directory listing in the webpage of my main DocumentRoot. Changed permissions as follows: drwxr-x--- 2 rgeddes rgeddes 80 2008-02-

Re: [EMAIL PROTECTED] Apache log errors

2008-02-26 Thread Dragon
Krishna Chandra Prajapati wrote: Hi All, My web server log error is " NULL::dba can't connect to mysql" The above error shows occasionally in the error log file of apache. Every thing is fine on the mysql database server. It happens twice or thrice a day. I am not able to find out whats the

[EMAIL PROTECTED] Modify the code

2008-02-26 Thread EJMcLeod
I know this isn't going to seem quite intelligent but I just down loaded the Apache Server and it works as you know. But I can't seem to get my system to allow me to modify the code to set up my page. I know I'm doing something wrong and I have looked through all the documents but can't find a re

RE: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Adam Martin
Richard, I'm new to the group and thought I'd take a crack at this one. Is www-data a user or group? From the end of your email it sounds like a user since you added it to the rgeddes group but I am a little confused when you changed the group from rgeddes to www-data in the middle of your ex

[EMAIL PROTECTED] SSL LDAP Connections on Win32

2008-02-26 Thread Harry Holt
Okay, apparently, with the binary distribution of Apache 2.2 for Win32, it is not possible to initialize an SSL connection to an LDAP server using mod_ldap and mod_authnz_ldap. During startup I get: [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as th

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Udo Rader
On Tue, 2008-02-26 at 11:08 -0500, Richard Geddes wrote: > Thanks for the response. > > I set up a directory under the main DocumentRoot called test > > drwxr-xr-x 2 rgeddes rgeddes 80 2008-02-18 15:18 test > > and it appeared in a directory listing in the webpage of my main > DocumentRoot.

Re: [EMAIL PROTECTED] SSL LDAP Connections on Win32

2008-02-26 Thread Udo Rader
On Tue, 2008-02-26 at 12:35 -0500, Harry Holt wrote: > Okay, apparently, with the binary distribution of Apache 2.2 for > Win32, it is not possible to initialize an SSL connection to an LDAP > server using mod_ldap and mod_authnz_ldap. > > During startup I get: > > [info] LDAP: SSL support unava

Re: [EMAIL PROTECTED] Modify the code

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 12:18 PM, <[EMAIL PROTECTED]> wrote: > > > I know this isn't going to seem quite intelligent but I just down loaded > the Apache Server and it works as you know. But I can't seem to get my > system to allow me to modify the code to set up my page. I know I'm doing > som

Re: [EMAIL PROTECTED] Modify the code

2008-02-26 Thread EJMcLeod
I have Windows Vista. I tried to modify the index.html pages so I can start dropping in all of the website I have pre built for it but it won't allow me to save the changes to the file. "Joshua Slive"

Re: [EMAIL PROTECTED] Modify the code

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 12:55 PM, <[EMAIL PROTECTED]> wrote: > I have Windows Vista. I tried to modify the index.html pages so I can start > dropping in all of the website I have pre built for it but it won't allow > me to save the changes to the file. Shut down the server, make your changes, t

Re: [EMAIL PROTECTED] SSL LDAP Connections on Win32

2008-02-26 Thread Harry Holt
Ok, it's pretty basic: ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2" Listen 80 LoadModule actions_module modules/mod_actions.so LoadModule alias_module modules/mod_alias.so LoadModule asis_module modules/mod_asis.so LoadModule auth_basic_module modules/mod_auth_basic.so Loa

Re: [EMAIL PROTECTED] Modify the code

2008-02-26 Thread EJMcLeod
I actually tried that last night. But here is another question probably not the smartest. Is there a special editing program needed for this software. That seems to me to be the most likely problem I'm having. Standard HTML coding can be written with any old notebook is this any different. Thank y

Re: [EMAIL PROTECTED] Modify the code

2008-02-26 Thread yary
There's nothing unusual about the files under htdocs, any old editor should do. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe

Re: [EMAIL PROTECTED] Modify the code

2008-02-26 Thread EJMcLeod
Ok Guys I'll give it a try shutting down the server when I get back to it. I appreciate your help with this I've been trying to get this up and running for a couple of days just learning the coding and reading all the instructions. So hopefully I'll be able to put some of it to use. Thanks again f

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
A Thanks for the input. I found www-data in both the /etc/passwd and /etc/group files, so I assume there is in fact a www-data user and a www-data group. Restarting or reloading the apache server seemed to apply the changes made to the /etc/group file... ie grant the www-data user rgeddes group

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
... to see what exactly apache sees? Richard Geddes wrote: > U, > > Thanks... restarting or reloading seemed to apply the changes made to > /etc/group file. > > Is there a way to dump to screen the apache "environment stuff" to > what exactly apache sees? I looked at the man pages for apache2 an

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
U, Thanks... restarting or reloading seemed to apply the changes made to /etc/group file. Is there a way to dump to screen the apache "environment stuff" to what exactly apache sees? I looked at the man pages for apache2 and apache2ctl searching for 'environment' ... no matches. R Udo Rader w

[EMAIL PROTECTED] Uninstall Apache on Solaris 10

2008-02-26 Thread Andrew2008
do you know how I can uninstall apache on solaris 10 please? do i just delete the apache installation folder? Thanks -- View this message in context: http://www.nabble.com/Uninstall-Apache-on-Solaris-10-tp15682241p15682241.html Sent from the Apache HTTP Server - Users mailing list archive at N

Re: [EMAIL PROTECTED] Uninstall Apache on Solaris 10

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 3:02 PM, Andrew2008 <[EMAIL PROTECTED]> wrote: > > do you know how I can uninstall apache on solaris 10 please? do i just > delete the apache installation folder? Thanks That depends on how you installed it. If you installed it from an apache.org distribution without ch

[EMAIL PROTECTED] httpd service fails

2008-02-26 Thread Marc Fromm
The service httpd is currently stopped. The last time it ran on this server was July 2006. I tried to start the service with the command "service httpd start" The prompt returns as [FAILED]. I checked the log messages and found some hard to understand comments. This is one of the messages: kernel:

Re: [EMAIL PROTECTED] httpd service fails

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 3:23 PM, Marc Fromm <[EMAIL PROTECTED]> wrote: > The service httpd is currently stopped. The last time it ran on this > server was July 2006. I tried to start the service with the command > "service httpd start" The prompt returns as [FAILED]. I checked the log > messages

Re: [EMAIL PROTECTED] Uninstall Apache on Solaris 10

2008-02-26 Thread Andrew2008
Joshua Slive-2 wrote: > > That depends on how you installed it. If you installed it from an > apache.org distribution without changing the default layout, then yes, > simply deleting the installation folder and subfolders is enough to > install (provided it isn't referenced in startup scripts,

Re: [EMAIL PROTECTED] Uninstall Apache on Solaris 10

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 4:04 PM, Andrew2008 <[EMAIL PROTECTED]> wrote: > > > > Joshua Slive-2 wrote: > > > > That depends on how you installed it. If you installed it from an > > apache.org distribution without changing the default layout, then yes, > > simply deleting the installation folder

Re: [EMAIL PROTECTED] Uninstall Apache on Solaris 10

2008-02-26 Thread Andrew2008
Joshua Slive-2 wrote: > > > Where did you obtain it from and what options did you use for > ./configure if you compiled it yourself? > > Someone gave me the software and all the necessary libraries. Here's what I use ./configure --prefix=/users/webtools/apache2059 --enable-auth-digest --e

[EMAIL PROTECTED] Apache Failover problem in mod_jk 1.2.15

2008-02-26 Thread Jayamurugan
Hi there, We are using Apache 2.0.59 and Jboss.4.0.4 in our production solaris 10 box. We have mod_jk 1.2.15 connector between apache and jboss. We have cluster configured with Jboss instances. One of Our jboss process stopped responding abruptly. But the process was running. Users experienc

[EMAIL PROTECTED] Proxypassreverse - canonicalising error

2008-02-26 Thread Andrew2008
I have the following in the httpd.conf and error_log. The images and css, js files are not displayed correctly. Do you have any ideas? Thanks ProxyRequests off ProxyPass /rbs http://thomas:80/foo ProxyHTMLURLMap http://thomas:80/foo /rbs ProxyPassReverse / SetOutputFilter pr

RE: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Heer, Joost de
>Is there a way to dump to screen the apache "environment stuff" to what exactly apache sees? I looked at the man pages for apache2 and apache2ctl searching for 'environment' ... no matches. There is a printenv CGI script which is usually installed by default but not activated by default. Put it

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-26 Thread Norman Khine
pat wrote: PingBad wrote: On Wednesday 20 February 2008 00:10, pat wrote: > Hello > > I have a problem with the apache2 configuration if I want to combine > vhost and ssl settings. > My apache opts: APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D > SSL -D SSL_DEFAULT_VHOST -D PH

[EMAIL PROTECTED] Custom modules cleanup handler not being invoked in apache 2.0.59

2008-02-26 Thread Rajesh Rao
Hi, I'm working with a custom apache module that needs to cleanup on child exit. Under a steady load (with about 25-30 httpd worker processes), the handler registered for apr_pool_cleanup_register does not get invoked after some time. Initially, the exit function registered is called for when ever

Re: [EMAIL PROTECTED] Uninstall Apache on Solaris 10

2008-02-26 Thread Joshua Slive
On Tue, Feb 26, 2008 at 4:21 PM, Andrew2008 <[EMAIL PROTECTED]> wrote: > > > > Joshua Slive-2 wrote: > > > > > > Where did you obtain it from and what options did you use for > > ./configure if you compiled it yourself? > > > > > > Someone gave me the software and all the necessary librarie

Re: [EMAIL PROTECTED] mod_proxy report "DNS lookup failure" when combined mod_proxy and mod_rewrite

2008-02-26 Thread Robert Balabalame
Hi Joshua, thanks for your reply. I am not very familiar with mod_rewrite. I think I should be familiar with it first. I'll search some docs. Thanks. Robert. On Sat, Feb 23, 2008 at 9:15 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Sat, Feb 23, 2008 at 3:56 AM, Rober

[EMAIL PROTECTED] Dynamic configuration of Apache as a Load-balancer of a Tomcat farm using mod_jk

2008-02-26 Thread franck quinard
Hello, I have an Apache HTTP Server Load-balancing 10 tomcat instances, everything runs fine. But I have to constantly stop and start Tomcat instances on different machines (via a script) for different reasons. I would like to know if there is a way to write a client that would tell Apache HTTP

[EMAIL PROTECTED] mod_rewrite question - How to avoid Apache's 301 redirect to add trailing slash?

2008-02-26 Thread chengas123
Hi, I signed up for a hosting account that can support many domains. One domain is the root web folder and all the others are subdirectories in that folder. This gets confusing to maintain, so I’d like to move the main domain into a sub directory too. I’ve gotten pretty far using mod_rewrite:

[EMAIL PROTECTED] mod_deflate with ie6 with http/1.0 problems

2008-02-26 Thread J. Peng
Hello members, I have found a problem, if apache (my version 2.0.59) with mod_deflate enabled, and if requesting the objects by IE6 with HTTP/1.0 protocal, the browser can't get the objects correctly. The errors happened on only ie6 (or ie5,didn't test it) with http/1.0 enabled. It works fine on i