Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-04 Thread Arnab Ganguly
Hi, I am replacing Apache with NES(Sun Web Server).NES is pretty old.So I wanted to use Apache with single process and multi threaded web server similar to NES. Now I have used the mod_status also.The new process launched shows to be active while the old daemon doesn't show anything. Thanks -A O

Re: [EMAIL PROTECTED] Changeing the default web site

2007-06-04 Thread David Segall
I set up the machine using Mythdora 3.2 which uses Fedora Core 5. Glen Barber wrote: What distribution are you using? If you are using a debian based distro, I may be able to help, as I have set up exactly what you are looking to accomplish. But you still have to read about virtual hosts. :)

Re: [EMAIL PROTECTED] Changeing the default web site

2007-06-04 Thread Glen Barber
What distribution are you using? If you are using a debian based distro, I may be able to help, as I have set up exactly what you are looking to accomplish. But you still have to read about virtual hosts. :) > I would like to add my personal web site as the default to a server that > already h

Re: [EMAIL PROTECTED] Changeing the default web site

2007-06-04 Thread Krist van Besien
On 6/4/07, David Segall <[EMAIL PROTECTED]> wrote: Krist van Besien wrote: > On 6/4/07, David Segall <[EMAIL PROTECTED]> wrote: >> I would like to add my personal web site as the default to a server that >> already has a default web site. The existing default web site is MythTV >> and I don't

[EMAIL PROTECTED] Reverse proxy not working properly

2007-06-04 Thread sharath reddy
I am running apache server ver 2.0.59 on a Linux box on port 80. Here are my Reverse proxy lines... ProxyPass /test/ http://internal.com/mobi/ ProxyPassReverse /test/ http://internal.com/mobi/ ProxyHTMLURLMap http://internal.com

Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-04 Thread Matthew A. Bockol
Arnab, You may wish to try launching httpd with the -X (debug mode) argument. That will limit it to a single process. Matt - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Monday, June 4, 2007 12:46:38 PM (GMT-0600) America/Chicago Subject

[EMAIL PROTECTED] server-status - DOS Attack?

2007-06-04 Thread Marc Perkel
Hi, I'm getting a lot of these when running server-status. Is this some kind of DOS attack? *25-0* 52500/2/22 *R* 0.002 65 0.0 0.000.40 ? ? ..reading.. *26-0* 52510/0/20 *R* 0.083 46 0.0 0.007.44 ? ?

Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-04 Thread Joshua Slive
On 6/4/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi All, I am using apache2.2 with MPM model as Worker in Solaris 5.9 .I have the following configuration. StartServers 1 ServerLimit 1 MaxClient 128 MaxSpareThreads 128 MinSpareThreads 1 ThreadsPerChild 128 MaxRequestPerChild 0 My requirement

Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-04 Thread Arnab Ganguly
Hi All, I am using apache2.2 with MPM model as Worker in Solaris 5.9 .I have the following configuration. StartServers 1 ServerLimit 1 MaxClient 128 MaxSpareThreads 128 MinSpareThreads 1 ThreadsPerChild 128 MaxRequestPerChild 0 My requirement is to handle all the request by single process and wa

Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-04 Thread Joshua Slive
On 6/4/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: With "Startservers 1" there will be two processes. A main process, and one child. IF this is what you are seeing there is nothing peculiar going on. I know there would be two process one root and other daemon.I am worried about the one more ext

Re: [EMAIL PROTECTED] Changeing the default web site

2007-06-04 Thread David Segall
Krist van Besien wrote: On 6/4/07, David Segall <[EMAIL PROTECTED]> wrote: I would like to add my personal web site as the default to a server that already has a default web site. The existing default web site is MythTV and I don't want to make any changes to it because I am frightened I will

Re: [EMAIL PROTECTED] mod_rewrite and authentication

2007-06-04 Thread Chris Tankersley
Joshua Slive wrote: On 6/4/07, Chris Tankersley <[EMAIL PROTECTED]> wrote: I've got a section of the website that I want only .htaccess authenticated users to be able to access, but I also want to push them to https://domain.name if they accidentally type in http://domain.name. If I throw both r

Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-04 Thread Arnab Ganguly
With "Startservers 1" there will be two processes. A main process, and one child. IF this is what you are seeing there is nothing peculiar going on. I know there would be two process one root and other daemon.I am worried about the one more extra daemon which is getting launched. BTW, why is it

[EMAIL PROTECTED] auth LDAP issue, help

2007-06-04 Thread Tony Guadagno
Hi, I am trying to get ldap auth working, what am i doing wrong? this is my config AuthType basic AuthBasicProvider ldap AuthName "LdapTest" AuthLDAPURL ldap://ldap.com/o=somewhere?cn?sub AuthLDAPBindDN cn=a

Re: [EMAIL PROTECTED] Changeing the default web site

2007-06-04 Thread Krist van Besien
On 6/4/07, David Segall <[EMAIL PROTECTED]> wrote: I would like to add my personal web site as the default to a server that already has a default web site. The existing default web site is MythTV and I don't want to make any changes to it because I am frightened I will have to change the MythTV

[EMAIL PROTECTED] Changeing the default web site

2007-06-04 Thread David Segall
I would like to add my personal web site as the default to a server that already has a default web site. The existing default web site is MythTV and I don't want to make any changes to it because I am frightened I will have to change the MythTV application. I currently have my personal site a

Re: [EMAIL PROTECTED] Outgoing filter ends in oom

2007-06-04 Thread Joshua Slive
On 6/3/07, Cryptronic <[EMAIL PROTECTED]> wrote: HI all, I have a problem concerning the outgoing filter of apache 2.2.3 with mpm worker from the debian repository. the problem is the following: when included a output filter, perl or c based, i get sometimes the situation that a single apache

Re: [EMAIL PROTECTED] mod_rewrite and authentication

2007-06-04 Thread Joshua Slive
On 6/4/07, Chris Tankersley <[EMAIL PROTECTED]> wrote: I've got a section of the website that I want only .htaccess authenticated users to be able to access, but I also want to push them to https://domain.name if they accidentally type in http://domain.name. If I throw both rules into my .htacces

[EMAIL PROTECTED] mod_rewrite and authentication

2007-06-04 Thread Chris Tankersley
I've got a section of the website that I want only .htaccess authenticated users to be able to access, but I also want to push them to https://domain.name if they accidentally type in http://domain.name. If I throw both rules into my .htaccess I'm prompted to authenticate, then mod_rewrite fire

RE: [EMAIL PROTECTED] ApacheConf 6.0

2007-06-04 Thread Luis Moreira (ESI-GSQP)
Software advertisement by a third party on a list ? Isn't this a little spamish ?? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsub

Re: [EMAIL PROTECTED] Memory leak in Apache?

2007-06-04 Thread Joshua Slive
On 6/4/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi All, I was referring to http://httpd.apache.org/docs/2.0/misc/perf-tuning.html and the below paragraph is a snippet from the given url I am not clear about the which memory leaks it is referring.I have highlighted that part. Related to proce

[EMAIL PROTECTED] ApacheConf 6.0

2007-06-04 Thread Sergey Zimin
We are glad to announce the release of new version of ApacheConf. The latest version of product is 6.0 Key changes in this version: - Viewer of the Apache log files (CustomLog directive) - Editor of the .htpasswd files (AuthUserFile directive) - Generating the passwords for .htpasswd fi

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-06-04 Thread Krist van Besien
On 6/4/07, José Ramón López <[EMAIL PROTECTED]> wrote: Hi List! I am trying to configure a rule with mod_rewrite, which allow me to change the value of one script parameter. I want the script to foward me to an error page when introducing service=wfs in the request The sevice=wfs parameter

[EMAIL PROTECTED] mod_rewrite problem

2007-06-04 Thread José Ramón López
Hi List! I am trying to configure a rule with mod_rewrite, which allow me to change the value of one script parameter. I want the script to foward me to an error page when introducing service=wfs in the request The sevice=wfs parameter can be in all positions This is my line: RewriteRule ^/cgi

Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-04 Thread Krist van Besien
On 6/3/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi All, I am using apache2.2 with MPM model as Worker in Solaris 5.9 .I have the following configuration. StartServers 1 ServerLimit 1 MaxClient 128 MaxSpareThreads 128 MinSpareThreads 1 ThreadsPerChild 128 MaxRequestPerChild 0 My requirement

Re: [EMAIL PROTECTED] Access problem with https port

2007-06-04 Thread David Blanco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! renu tiwari escribió: > I am able to access the webserver page with "HTTP" port but am not able to > access with "HTTPS" port. > ... > Is that becoz Apache 2.2.3 is already installed on this machine , there > could be any conflict? How

[EMAIL PROTECTED] tuning mod_rewrite

2007-06-04 Thread Feris Thia
Hi All, I have a .htaccess file which is working perfectly for redirecting root (/) pages to be searched to a subfolder. The rule is below ... = RewriteEngine on RewriteCond %{REQUEST_URI} ^/(profile|images)$ RewriteCond %{REQUEST_FILENAME} !-f Rewrit