Re: [EMAIL PROTECTED] Re: Does Apache Support Piped Logs On Windows Platform

2008-08-08 Thread William A. Rowe, Jr.
Yoann Roman wrote: William A. Rowe, Jr. wrote: Then it became 'run this shell command through cmd.exe' - which needed stdin/out/err all set up right to not-fail running as-a-service. Change it back from shellcmd to program and voila, the code works. We hacked at various handle codes for stdou

[EMAIL PROTECTED] Test Web page problems

2008-08-08 Thread Blake Simmons
Hi, I have a problem with my Apache web server (or at least I think I do) that prevents me from accessing my web site's home page from my own computer.. Instead, it shows a "It Works!" page when I try to access the site through my domain name or localhost. However, when I access my domain name f

[EMAIL PROTECTED] Denis Peuziat is out of the office.

2008-08-08 Thread Denis Peuziat
I will be out of the office starting 09/08/2008 and will not return until 01/09/2008. I'm on vacations from Monday August 11th till Friday August 29th included. For any issues, contact Office Automation hotline on 6400

[EMAIL PROTECTED] Re: Does Apache Support Piped Logs On Windows Platform

2008-08-08 Thread Yoann Roman
William A. Rowe, Jr. wrote: > Frank Misa wrote: > > Hi All, > > > > I've seen many references to Apache issues with logging to piped > > processes on the forums; but no clear answer on whether this is > > supported or not. > > Can someone here please confirm -- Yes/No... > > Do the latest version

Re: [EMAIL PROTECTED] Can we use include directive inside location directive ???

2008-08-08 Thread Eric Covener
On Fri, Aug 8, 2008 at 1:54 PM, Mick Ken <[EMAIL PROTECTED]> wrote: > Is this possible using the include directive or some other directive The manual says "Include" works in "directory" context, which includes -- try it and see. You might also be interested in LocationMatch or mod_authn_alia

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-08 Thread Car54
This is a summary of everything I've done to date... 1) I had to upgrade perl from 5.8.0 to 5.8.8. 2) Then I had problems with some of the Perl Modules calling on a problem with mod_perl. 3) I did a DSO mod_perl install which was successful. 4) I was able to finish installing the Perl Modules.

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-08 Thread Car54
Jacqui Caren wrote: > > In that case i will ask the other obvious question > what are the permission on the parent dir? > > could it be that without g+x/g+r apache > cannot see the tree? > > Jacqui > The permissions on the parent directory are drwxr-xr-x. This is a summary of everything I'

Re: [EMAIL PROTECTED] Can we use include directive inside location directive ???

2008-08-08 Thread André Warnier
Mick Ken wrote: Hi Friends, I have lot's of location tags like these: DAV svn SVNPath C:/Projects1/ AuthName "Projects1" AuthType SSPI SSPIAuth On SSPIAuthoritative On SSPIDomain mydomain SSPIOfferBasic On SSPIUsernameCase lower Require valid-user AuthzSVNAccess

Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-08 Thread Steve Whitson
Thanks for sharing that things are working for you! I'll try enabling more (or all built) modules since I built most of them. Danie Qian wrote: > > - Original Message - From: "Steve Whitson" > <[EMAIL PROTECTED]> > To: > Sent: Thursday, August 07, 2008 3:53 PM > Subject: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-08 Thread Steve Whitson
The query works just fine from the command line interface (from the same server system), and matches the case of the tables (all lower case). Thanks much! Tom Donovan wrote: Steve Whitson wrote: I’m trying to use mod_dbd and mod_authn_dbd and replacements for mod_auth_mysql within an apache 2

Re: [EMAIL PROTECTED] mod_dbd & mod_dbd_authn - mysql user authentication problems - apache 2.2.9

2008-08-08 Thread Steve Whitson
Thanks the help! I won't be back to work until Monday to try this Res wrote: On Thu, 7 Aug 2008, Tom Donovan wrote: Steve Whitson wrote: I’m trying to use mod_dbd and mod_authn_dbd and replacements for mod_auth_mysql within an apache 2.2.9 server I built on solaris. AuthDBDUserPWQuery

[EMAIL PROTECTED] Can we use include directive inside location directive ???

2008-08-08 Thread Mick Ken
Hi Friends, I have lot's of location tags like these: DAV svn SVNPath C:/Projects1/ AuthName "Projects1" AuthType SSPI SSPIAuth On SSPIAuthoritative On SSPIDomain mydomain SSPIOfferBasic On SSPIUsernameCase lower Require valid-user AuthzSVNAccessFile "C:/svn/svn-a

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-08 Thread Car54
Matus UHLAR - fantomas wrote: > > On 07.08.08 14:40, Car54 wrote: >> # chown -R apache:apache ttc >> >> drwxr-xr-x3 apache apache 4096 Jul 16 23:34 ttc >> >> chown: changing ownership of >> `/home/fum/ttc/home/fum/lib/templates/members/login.html.tt2c': Operation >> not permitted >

Re: [EMAIL PROTECTED] Changing headers with mod_headers

2008-08-08 Thread Rich Schumacher
> > Hi, > > Do you know if it is possible to modify http and https headers with the > mod_headers module ?? > > Thanks a lot, > > Sergio > Yes, that is exactly what this module was created for. I've recently used this mod in conjunction with mod_rewrite to do some A/B testing with different Docum

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread amie.lahey
Hi corrected that typo but still it does not seem to work! Richard.Hall wrote: > > I have absolutely no idea whether it is relevant or not, but ... > > On Fri, 8 Aug 2008, amie.lahey wrote: > [...] >> > This how mow wrokers.properties look like: >> > >> > Workers.Properties file >> > >>

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Richard.Hall
I have absolutely no idea whether it is relevant or not, but ... On Fri, 8 Aug 2008, amie.lahey wrote: [...] > > This how mow wrokers.properties look like: > > > > Workers.Properties file > > > > > > worker.list=bal1,stat1 > > worker.Tomcat6_1.type=ajp13 > > worker.Tomcat6_1.host=172.28.11

[EMAIL PROTECTED] mod_filter and error responses

2008-08-08 Thread Laurence Rowe
I have set up mod_transform as a filter in front of my proxied Plone site with the following config: FilterDeclare THEME FilterProvider THEME XSLT resp=Content-Type $text/html FilterChain THEME TransformSet /theme/compiledtheme.xsl

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread amie.lahey
Hi Folks, Thanks for all the responsesbut i am still not getting it to work properly! This is what is happening: My application requires authentication, and displays a login on a new session. When I kill one of the tomcats, the application works fine (i.e., the authenticated session is r

Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-08 Thread Krist van Besien
On Fri, Aug 8, 2008 at 15:27, mdn teo <[EMAIL PROTECTED]> wrote: > Hi there! > > Is there a way to limit login retries in Apache Basic Auth? > I guess the default is 4, and I'd like to let the user try just one time his > password. The number of retries is up to the browser, not apache. Krist --

[EMAIL PROTECTED] Basic Auth Login Retries

2008-08-08 Thread mdn teo
Hi there! Is there a way to limit login retries in Apache Basic Auth? I guess the default is 4, and I'd like to let the user try just one time his password. M.

[EMAIL PROTECTED] How to add HTTP_X_FORWARDED_FOR header

2008-08-08 Thread Stephen(Tie) Hu
Hi, I am using apache http server as a proxy. It's working quite well except it doesn't add HTTP_X_FORWARDED_FOR header. Does any one know how to force apache to add HTTP_X_FORWARDED_FOR header? 1000 thanks in ahead! Here is my apache server's version: Server version: Apache/2.2.6 (Uni

Re: [EMAIL PROTECTED] apache2 permissions problem on SELS10SP1

2008-08-08 Thread James Pifer
On Fri, 2008-08-08 at 14:23 +0200, Krist van Besien wrote: > > Order allow,deny > Allow from all > I think that did it! Thanks! James - The official User-To-User support forum of the Apache HTTP Server Project. See http://htt

Re: [EMAIL PROTECTED] Port to port

2008-08-08 Thread Krist van Besien
On Fri, Aug 8, 2008 at 13:39, elsergio <[EMAIL PROTECTED]> wrote: > > Hi, > > Do you know if it is possible to, having a reverse proxy, to: > > listen on port A and forward the connection to IP1 on port B > and > listen on port B and forward the connection to IP1 on port D What you want to do is n

Re: [EMAIL PROTECTED] Port to port

2008-08-08 Thread Krist van Besien
On Fri, Aug 8, 2008 at 13:39, elsergio <[EMAIL PROTECTED]> wrote: > > Hi, > > Do you know if it is possible to, having a reverse proxy, to: > > listen on port A and forward the connection to IP1 on port B > and > listen on port B and forward the connection to IP1 on port D What you want to do is n

Re: [EMAIL PROTECTED] Port to port

2008-08-08 Thread Krist van Besien
On Fri, Aug 8, 2008 at 13:39, elsergio <[EMAIL PROTECTED]> wrote: > > Hi, > > Do you know if it is possible to, having a reverse proxy, to: > > listen on port A and forward the connection to IP1 on port B > and > listen on port B and forward the connection to IP1 on port D What you want to do is n

Re: [EMAIL PROTECTED] apache2 permissions problem on SELS10SP1

2008-08-08 Thread Krist van Besien
On Fri, Aug 8, 2008 at 13:40, James Pifer <[EMAIL PROTECTED]> wrote: > The config for this virtual host is: > > DocumentRoot /srv/www/htdocs/ref/ > ServerName server.domain.com > ServerAdmin [EMAIL PROTECTED] > > AllowOverride None > Order allow,deny > Allow from all > > ScriptAlias /

[EMAIL PROTECTED] Changing headers with mod_headers

2008-08-08 Thread elsergio
Hi, Do you know if it is possible to modify http and https headers with the mod_headers module ?? Thanks a lot, Sergio -- View this message in context: http://www.nabble.com/Changing-headers-with-mod_headers-tp18890471p18890471.html Sent from the Apache HTTP Server - Users mailing list archiv

[EMAIL PROTECTED] apache2 permissions problem on SELS10SP1

2008-08-08 Thread James Pifer
I'm hoping someone here can give me a hand. We have an apache2 server that has several virtual servers. Somehow they got screwed up, still not sure how. To make a long story short, I ended up removing them all and setting them back up again using yast2/HTTP Server tool. All the sites are up and a

[EMAIL PROTECTED] Port to port

2008-08-08 Thread elsergio
Hi, Do you know if it is possible to, having a reverse proxy, to: listen on port A and forward the connection to IP1 on port B and listen on port B and forward the connection to IP1 on port D ?? Thanks a lot, Sergio -- View this message in context: http://www.nabble.com/Port-to-port-tp1889

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-08 Thread Krist van Besien
On Fri, Aug 8, 2008 at 08:56, Car54 <[EMAIL PROTECTED]> wrote: > I'm not sure why you would assume that I'm not a root user, before asking... > I am a root user. Because the error message is exactly what one would expect when a non root user tries to change ownership on a file or dir he doesn't o

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-08 Thread Matus UHLAR - fantomas
On 07.08.08 14:40, Car54 wrote: > # chown -R apache:apache ttc > > drwxr-xr-x3 apache apache 4096 Jul 16 23:34 ttc > > chown: changing ownership of > `/home/fum/ttc/home/fum/lib/templates/members/login.html.tt2c': Operation > not permitted where and how is this mounted? -- Matus UHL

Re: [EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Rob Stewart
Oops also forgot this snippet for context.xml of each Tomcat... Start snippet End snippet -- Rob ([EMAIL PROTECTED]) - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

Re: [EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Rob Stewart
Regarding the 'quotes' issue - I'll explain... In the server.xml file for the Tomcat server you name your jvm route something like... jvmRoute="tc1" And in my case, the Apache httpd.conf, you name the route like... BalancerMember ajp://127.0.0.1:18009 route=tc1 For a couple of days I had

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-08 Thread Jacqui Caren
Car54 wrote: I'm not sure why you would assume that I'm not a root user, before asking... I am a root user. In that case i will ask the other obvious question what are the permission on the parent dir? could it be that without g+x/g+r apache cannot see the tree? Jacqui --

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Dietmar . Mueller
Hello amie, I don't know if you use mod_jk or mod_proxy_ajp. I have only experience on mod_jk. There must the name from the worker "exact" the same as the value from the jvm route. in your case the rout should look like Tomcat6_1 at server 172.28.11.4 with ajp conn at:8009 and Tomcat6_2 at se