Re: [EMAIL PROTECTED] What is Apache not Starting

2008-05-08 Thread steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Varuna Seneviratna wrote: | I am new to apache I installed apache2.2.8 using the windows installer | But it does not start.I was adviced by help and support of Microsoft to | type sc query and the serveice name and see what the message is and this | i

Re: [EMAIL PROTECTED] Setting up a globalapplication that can be accessed by all domain on a server

2008-05-08 Thread Varuna Seneviratna
Please Explain with details Varuna 2008/5/9 Richard Kurth <[EMAIL PROTECTED]>: > IHow can I configure Apache in a way that for instance: > http://domain.com/globalapplication/ would be > pointing to a specified folder. So that the globalapplication can be > integrate it into the web site by al

RE: RE: [EMAIL PROTECTED] Unsecuring a URL

2008-05-08 Thread Mark Mcdonald
I'm still having trouble with this one... Could it be something outside of my virtualhost config affecting the behaviour of Location? -Original Message- From: Mark Mcdonald Sent: Wednesday, 7 May 2008 9:51 AM To: 'users@httpd.apache.org' Subject: RE: [EMAIL PROTECTED] Unsecuring a URL W

[EMAIL PROTECTED] Setting up a globalapplication that can be accessed by all domain on a server

2008-05-08 Thread Richard Kurth
IHow can I configure Apache in a way that for instance: http://domain.com/globalapplication/ would be pointing to a specified folder. So that the globalapplication can be integrate it into the web site by all domains on the server -

[EMAIL PROTECTED] What is Apache not Starting

2008-05-08 Thread Varuna Seneviratna
I am new to apache I installed apache2.2.8 using the windows installer But it does not start.I was adviced by help and support of Microsoft to type sc query and the serveice name and see what the message is and this is what I got : SERVICE_NAME: Apache2.2 TYPE : 10 WIN32_OWN_

[EMAIL PROTECTED] Odd CGI behavior

2008-05-08 Thread Gord Ripley
Hi: I have a puzzle that has been nagging me all day. I'm POSTing from a TextArea to a CGI script that reads STDIN and writes the result to a file. File size is about 5K. Three times out of five the routines work perfectly. Two times out of five STDIN is truncated to exactly 1378 bytes. My Apache

[EMAIL PROTECTED] Errors when accessing PowerPoint and word files, IE but not FireFox

2008-05-08 Thread Tony Rice (trice)
When accessing Microsoft PowerPoint or word files on my webserver, I'm seeing errors accessing the file via IE (version 6 and 7) but problems when using FireFox. The odd thing is that the problem only occurs when specifying the full path to the URL. When clicking on the filename from the Director

Re: [EMAIL PROTECTED] mod_jk issue

2008-05-08 Thread Eqbal Z
When you don't specify a port no in the URL it means its going to port 80 by default. So from your description it appears everything is working correctly. On Thu, May 8, 2008 at 10:23 AM, Mamta Singh <[EMAIL PROTECTED]> wrote: > Yes my apache is listening on port 7690 not on 80. Actually I have

Re: [EMAIL PROTECTED] mod_jk issue

2008-05-08 Thread Mamta Singh
Yes my apache is listening on port 7690 not on 80. Actually I have both apache 1.3 and 2.2; apache 1.3 is on 80 and apache 2.2 is on 7690. With my application I am using apache 2.2 which is set on 7690. On Thu, May 8, 2008 at 12:18 PM, Eqbal Z <[EMAIL PROTECTED]> wrote: > Is your apache listeni

Re: [EMAIL PROTECTED] mod_jk issue

2008-05-08 Thread Eqbal Z
Is your apache listening on port 80? I saw you said apache port was 7690. On Wed, May 7, 2008 at 10:19 PM, Mamta Singh <[EMAIL PROTECTED]> wrote: > Thankx for quick reply. Though I have posted my problem on TC mailing > list, I am posting here too in case someone got the missing point and > help

Re: [EMAIL PROTECTED] balancer-manager gui issue

2008-05-08 Thread Serge Dubrouski
A lot of time ago I created a bug report https://issues.apache.org/bugzilla/show_bug.cgi?id=42668 for something that looks like the same problem. You can add your information there and probably we'll see an answer from the developers. On Thu, May 8, 2008 at 8:55 AM, Narendra Verma <[EMAIL PROTECTE

[EMAIL PROTECTED] balancer-manager gui issue

2008-05-08 Thread Narendra Verma
Hi all; I am using Apache2.2.8 as a load balancer (using mod_proxy) and tomcat5.5 as backend servers. Now every thing is working fine but issue is in balancer-manager gui of apache. For this I configured: Location /balancer-manager> SetHandler balancer-manager Order Deny,Allow Deny fr

RE: [EMAIL PROTECTED] Multiple Active Directory authentication via apache

2008-05-08 Thread Soumendu Bhattacharya
Thanks. Thinking about your idea of putting an LDAP server in the front which can send referrals to the proper backend , is there any kind of documentation for that ? Sorry, but I have never done this kind of setup. Thanks and Regards, Soumendu -Original Message- From: Eric Covener

Re: [EMAIL PROTECTED] Multiple Active Directory authentication via apache

2008-05-08 Thread Eric Covener
On Thu, May 8, 2008 at 7:00 AM, Soumendu Bhattacharya <[EMAIL PROTECTED]> wrote: > Thanks ! I will look into that idea, but is there any other module which can > do this straight away ? Doesn't seem likely. -- Eric Covener [EMAIL PROTECTED] -

RE: [EMAIL PROTECTED] Multiple Active Directory authentication via apache

2008-05-08 Thread Soumendu Bhattacharya
Thanks ! I will look into that idea, but is there any other module which can do this straight away ? Thanks and Regards, Soumendu -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 4:27 PM To: users@httpd.apache.org Subject: Re: [EMAIL PRO

Re: [EMAIL PROTECTED] Multiple Active Directory authentication via apache

2008-05-08 Thread Eric Covener
On Thu, May 8, 2008 at 6:37 AM, Soumendu Bhattacharya <[EMAIL PROTECTED]> wrote: > Hi, > > I have successfully setup apache (2.2.x) to authenticate users via > Active Directory using mod_authnz_ldap.so. The problem is that we have > different physical active directory servers for different

[EMAIL PROTECTED] Multiple Active Directory authentication via apache

2008-05-08 Thread Soumendu Bhattacharya
Hi, I have successfully setup apache (2.2.x) to authenticate users via Active Directory using mod_authnz_ldap.so. The problem is that we have different physical active directory servers for different regions and although I can pass failover server(s) in AuthLDAPURL, there is no way that A

[EMAIL PROTECTED] Configuration Advice MaxClients

2008-05-08 Thread Pedro
Hi everyone, We recently configured a new front and backend (Apache 2.26 -> Tomcat 6) with the AJP connector. It seems to be working great, but when we began load testing we realized we had to tweak it a little, the machines are quad cores with 16 gigs running on Linux. My question is how ma