RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread gadagoju.gopi
I have looked into stdio.h in /usr/include. This defines the P_tmpdir as /tmp. This directory is present and it is also writtable. I aslo defined TMPDIR in the .bash_profile as /usr/local/tmp and this is also writtable. I am still getting the same error. Please let me know if there is any way I

[users@httpd] Re: AuthType Digest

2005-05-23 Thread Vicki Brown
>Date: Sat, 21 May 2005 21:40:32 -0700 >To: users@httpd.apache.org >From: Vicki Brown <[EMAIL PROTECTED]> >Content-Type: text/plain; charset="us-ascii" >Subject: AuthType Digest > >I'm using Apache 1.3.33 on FreeBSD 4.7. >I am trying to set up authenticated webdav. ... >I assume I'm missing somethi

RE: [users@httpd] one cookie for all html

2005-05-23 Thread Michael D. Berger
-- Michael D. Berger [EMAIL PROTECTED] > -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Monday, May 23, 2005 9:33 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] one cookie for all html > > > On 5/23/05, Michael D. Berger <[EMAIL PROTECTED]

Re: [users@httpd] one cookie for all html

2005-05-23 Thread Joshua Slive
On 5/23/05, Michael D. Berger <[EMAIL PROTECTED]> wrote: > Thanks for this information. I read up on RewriteRule, and I > now have it working in a preliminary way. Any URI calls my one > cgi. HOWEVER, I get a different cookie file name on the client > for each URI. I would like the same cookie f

Re: [users@httpd] good book on apache security

2005-05-23 Thread Rich Bowen
Stephen Cook wrote: > Does anyone have a recommendation on a good book for Apache security? I > have found several at amazon.com, but I figure you folks would know > which is the best. I highly recommend Apache Security by Ivan Ristic. --Rich

RE: [users@httpd] one cookie for all html

2005-05-23 Thread Michael D. Berger
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 22, 2005 12:01 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] one cookie for all html > > > On 5/20/05, Michael D. Berger <[EMAIL PROTECTED]> wrote: > > I would like to manage one co

[users@httpd] good book on apache security

2005-05-23 Thread Stephen Cook
Does anyone have a recommendation on a good book for Apache security? I have found several at amazon.com, but I figure you folks would know which is the best. Thanks - The official User-To-User support forum of the Apache HTT

[users@httpd] 2.0.54 MSI Apache installation Windows XP

2005-05-23 Thread GCotgreave
I was having a few minor problems with my earlier, but extensibly working version of Apache http server. In a moment of madness I decided to try 2.0.54 downloaded OK, Checked MD5 sum OK, tried to install, and it complained about the previous version. Removed using "add/remove", rebooted and t

[users@httpd] Help with mod_rewrite and regex's

2005-05-23 Thread o o
I have the following config: VirtualDocumentRoot /usr/local/www/vhosts-test/%-2.0.%-1/htdocs VirtualScriptAlias /usr/local/www/vhosts-test/%-2.0.%-1/cgi-bin RewriteEngine On RewriteBase / # Redirect .example.com/ to www.example.com// # Skip rewrite if no hostname, if the requested subdomain is

[users@httpd] mod_rewrite and

2005-05-23 Thread theshz
Hi, how does mod_rewrite interact with directives? I'm trying to do a url to url rewrite, but want the resulting url to go through the directives, it seems that apache skipped the part, and directly looks for the file:   RewriteRule /foo.html /bar/test     blabla, it's handled by mod_jk

[users@httpd] mod_choke for apache 2

2005-05-23 Thread Rakotomandimby (R12y) Mihamina
Hi, I'm looking for a way to implement the same limitations as mod_choke does on apache 1.3.x, but I'm using 2.x . What should I use? Thank you! -- Mirroir de logiciels libres http://www.etud-orleans.fr Développement de logiciels libres http://aspo.rktmb.org/activites/developpement Infog

[users@httpd] Automatic script execution whenever a directory is referenced

2005-05-23 Thread Drew . Shelton
I want to setup password protection on all files served in a directory. I want the authentication to expire without relying on the user to kill the browser session, so I'm pretty sure I must do that from the server side rather than Apache basic authentication because of the browser cache. I do

Re: [users@httpd] mod_proxy question: hit/miss ratio

2005-05-23 Thread Joshua Slive
On 5/23/05, john doe <[EMAIL PROTECTED]> wrote: > I assume this is the right place to ask mod_proxy related question > unless somebody points me to a more appropricate one... > After playing with mod_proxy for a while, the only log files I got are > access.log and error.log. I'm wondering if it's p

Re: [users@httpd] Problem with rewrite round robin lb.pl

2005-05-23 Thread Joshua Slive
On 5/23/05, Drew Nichols <[EMAIL PROTECTED]> wrote: >RewriteMaplb prg:/etc/httpd/conf/lb.pl >RewriteRule ^/(.+)$ ${lb:$1} [P,L] >#RewriteRule ^/(.*) hello$1 [P,L] > In the rewrite log I get > (2) init rewrite engine with requested uri / > (3) applying

RE: [users@httpd] Config apache with php

2005-05-23 Thread Wagner, Aaron
Try LoadModule php_module C:/php-4.3.11-Win32/sapi/php4apache2.dll (you may also need quotes around the path) Or move the php4apache2.dll to the modules folder and use this (this is what's in my httpd.conf) LoadModule php4_module modules/php4apache2.dll aaron > -Original Message- > F

[users@httpd] Config apache with php

2005-05-23 Thread Ciaran Rooney
hi all i just installed apache 2.0.54 on my window xp sp2 system and it seems to work fine i them installed php 4.3.11 and was updating httpd.conf in apache to work with php when i add the line LoadModule php_module C:\php-4.3.11-Win32\sapi\php4apache2.dll with the rest the load modlule comd

[users@httpd] Help support the open-source day

2005-05-23 Thread chalu
Help support a day for the open-source movement. http://opensourceday.contagiousmedia.org/ This is a part of Contagious Media showdown project. There is an open-source day entry where you can vote one of days for the open-source. The Contagious Media showdown is mentioned in the New York Times

Re: [users@httpd] Where is Support for Hebrew lang - solved

2005-05-23 Thread Nanu Calmanovitz
Hi! I'm glad I found the solution!!! The HTTPD.CONF file must contain 'AddDefaultCharset ISO-8859-8-I' The Hebrew default charset appears without the 'I' letter. 'I'=implied logical (R2L). More info about Hebrew support at: http://mirrors.isc.org/pub/www.watersprings.org/pub/id/draft-nussbacher

RE: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-23 Thread PMilanese
It should work if you precede the " " with a "\". I.E. - Program\ Files -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 7:11 AM To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] log rotation for apache 2.0.54 on

[users@httpd] LoadBalancing: help on hiding backend servers

2005-05-23 Thread Andrea
Hy everybody, I'am using Apache as a reverse proxy:   RewriteMap    lb  rnd:/path/to/backend.table RewriteRule   ^/(.+)$ http://${lb:www}/$1   [P,L] backend.table consists of www ww1.example.com|ww2.example.com|ww3.example.com|ww4.example.comDoing this I achieve load balancing..

RE: [users@httpd] CGI segfault on my linux/sparc-64

2005-05-23 Thread Lindo Nepi
On Mon, 23 May 2005, Boyle Owen wrote: of course i compiled gradsc on sparc64... if i run gradsc from bash (on sparc64 ad on x86) it works correctly. As which user? Yourself? Try it as the apache user... yes i try using www-data.www-data (in debian apache run with user www-data, group

RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Montag, 23. Mai 2005 14:27 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] htpasswd: could not determine temp dir > > > OS is Linux on Advanced Server 4 > Tmp is also defined as follows > [E

Re: Antw: Re: [users@httpd] Rewriting headers

2005-05-23 Thread Brian Hughes '89
I'd say you have it almost 100% correct. The portion that's off is your step 2. In my reverse-proxy set-ups, I never use mod_proxy's directives. I always use mod_rewrite, since I'm almost always in a situation where I need to pass additional information from the front-side to the back-side of

[users@httpd] specifying module execution order

2005-05-23 Thread Bud P. Bruegger
I was wondering whether there was a way to specify module execution order of modules. Concretely, my problem is that mod-ssl's fixup handler (that executes in HOOK_MIDDLE) defines some environment variable that I would like to access in my mod-python fixup handler that executes in HOOK_MIDDLE

RE: [users@httpd] Problem in authenticating users from multiple OU of windows 2003 Active directory

2005-05-23 Thread Vikas Kumar. Sinha
Title: RE: [EMAIL PROTECTED] Problem in authenticating users from multiple OU of windows 2003 Active directory Hello I tried with entry AuthLDAPURL ldap://mydomaincontroler:389/OU=it2,DC=mydonain,DC=mycompany,DC=com?sAMAccountName?sub?(objectClass=*)" Do I make entry like AuthLDAPURL ..

RE: [users@httpd] Problem in authenticating users from multiple OU of windows 2003 Active directory

2005-05-23 Thread Robert Zagarello
I mean completely independent directive blocks, not just multiple AuthLDAPURLs in the same block. (Perhaps this is what you meant and I apologize if that is true.) BZAG --- "Vikas Kumar. Sinha" <[EMAIL PROTECTED]> wrote: > Hello > > I have tried to make multiple entry for AuthLD

RE: [users@httpd] Problem in authenticating users from multiple OU of windows 2003 Active directory

2005-05-23 Thread Vikas Kumar. Sinha
Title: RE: [EMAIL PROTECTED] Problem in authenticating users from multiple OU of windows 2003 Active directory Hello I have tried to make multiple entry for AuthLDAPURL. But is does not works. Regards Vikas -Original Message- From: Robert Zagarello [mailto:[EMAIL PROTECTED]] Sent

RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread gadagoju.gopi
OS is Linux on Advanced Server 4 Tmp is also defined as follows [EMAIL PROTECTED] etc]# echo $TMP /usr/local/tmp I am not able to find any reference to this in the strace also. Regards, Gopi. -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 5:22 P

Re: [users@httpd] Problem in authenticating users from multiple OU of windows 2003 Active directory

2005-05-23 Thread Robert Zagarello
Can you try multiple directive blocks, one for each OU? BZ == --- "Vikas Kumar. Sinha" <[EMAIL PROTECTED]> wrote: > Hello All > > I have successfully configured apache with mod_ldap > for authentication from windows 2003 active > directory. But I am facing problem in authenticating > u

[users@httpd] Problem in authenticating users from multiple OU of windows 2003 Active directory

2005-05-23 Thread Vikas Kumar. Sinha
Hello All I have successfully configured apache with mod_ldap for authentication from windows 2003 active directory. But I am facing problem in authenticating users from multiple OU. I have compiled Server version: Apache/2.0.54 static with mod_ldap root]# /usr/local/apache2/bin/httpd -l Comp

RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread Boyle Owen
Plain text please... Do you have /tmp defined? what OS? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Montag, 23. Mai 2005 13:39 To: users@httpd.apache.org Subject: [EMAIL PR

RE: [users@httpd] CGI segfault on my linux/sparc-64

2005-05-23 Thread Boyle Owen
> -Original Message- > From: Lindo Nepi [mailto:[EMAIL PROTECTED] > Sent: Montag, 23. Mai 2005 13:24 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] CGI segfault on my linux/sparc-64 > > > > > hi all > i have a problem if i try, using CGI or php , to run an application.. > >

[users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread gadagoju.gopi
Hi,     I am using Apache Server 2.0.54. I was trying to create a password file for the authorization and the authentication, I had some problem. I tried this command # htpasswd -c /etc/svn-auth-file1 cmadmin and it gives me the following error. htpasswd: could not determine temp dir   I h

[users@httpd] CGI segfault on my linux/sparc-64

2005-05-23 Thread Lindo Nepi
hi all i have a problem if i try, using CGI or php , to run an application.. actually i run this application ( gradsc: from the scientific package GraDS) on my linux/x86 machine..with apache 1.3.33 (linux debian)..it works fine! the problem is that i must migrate this configuration on a

Re: [users@httpd] log rotation for apache 2.0.54 on w2k3 server ?

2005-05-23 Thread Maxim Vexler
On 5/22/05, Joost de Heer <[EMAIL PROTECTED]> wrote: > > Piping works under windows too. Although I've noticed that using several > piped logs, things stop working properly ('several' was in my case about > 25). Don't know if this was a problem in my configuration, or a general > problem. > > You

RE: [users@httpd] Newbie query about proxypass

2005-05-23 Thread Boyle Owen
> -Original Message- > From: de Groot, Peter [mailto:[EMAIL PROTECTED] > Sent: Montag, 23. Mai 2005 11:47 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Newbie query about proxypass > > > > Many thanks for the help, and some excellent reading :-) > > However ... I am st

[users@httpd] Random Link error

2005-05-23 Thread jasonb
Title: Random Link error     Hello, I am new to the list but that is because this is the first time I have ever had a problem with Apache in the last few years that I couldn't solve by just reading the manual.  I have installed Apache 2.0 on a RedHat 9.0 system.  I have also installed PHP

RE: [users@httpd] Newbie query about proxypass

2005-05-23 Thread de Groot, Peter
Many thanks for the help, and some excellent reading :-) However ... I am still getting inconsistant results, both myself and my testing off-site people. Have I done it correctly ? Code below. I am wondering ... I am proxy-ing to an IIS with its default file set (index.htm). Is my director

RE: [users@httpd] Alias and user directories gives 403 errors

2005-05-23 Thread Andrew Walmsley
> On Fri, May 20, 2005 at 10:12:14AM +0100, Andrew Walmsley wrote: > > I'm trying to duplicate a server setup from one machine > running Redhat > > 9.0 and Apache 2.0.44 to a machine running Red Hat Enterprise > > 2.6.9-5.0.5.Elsmp and Apache 2.0.52 > > > > The machine was setup, and Apache tes

RE: [users@httpd] Proxy problem

2005-05-23 Thread Boyle Owen
> -Original Message- > From: Chittaranjan Mandal [mailto:[EMAIL PROTECTED] > Sent: Sonntag, 22. Mai 2005 20:39 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Proxy problem > > > Please help me with the following proxy configuration problem: > > https://127.0.0.1/acMail/ produc

[users@httpd] mod_proxy question: hit/miss ratio

2005-05-23 Thread john doe
I assume this is the right place to ask mod_proxy related question unless somebody points me to a more appropricate one... After playing with mod_proxy for a while, the only log files I got are access.log and error.log. I'm wondering if it's possible to find out the hit/miss ratio of the cache for

RE: [users@httpd] Execute perl Script

2005-05-23 Thread Boyle Owen
> -Original Message- > From: Mark Feather [mailto:[EMAIL PROTECTED] > Sent: Freitag, 20. Mai 2005 23:32 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Execute perl Script > > > In fear of making a fool of myself! > > Does the presence or absence of trailing forward slash

[users@httpd] How to supply Apache as part of product install

2005-05-23 Thread Yaron Ruckenstein
Hi, I would appreciate if anyone could help me with this issue: Apache 2.0 (with OpenSSL) is installed as part of my company's product. The install is done on Red Hat, not as super user, and the customer decides where to install the product. So I need to be able to supply an install of Apache a

Antw: Re: [users@httpd] Rewriting headers

2005-05-23 Thread Alexander Mueller
Good morning Brian, thanks for your reply. Did I understand your explanation correctly? 1. Request comes in 2. Request is not considered as proxy request and hence initially not handled by mod_proxy 3. Request is caught by mod_rewrite 4. mod_rewrite parses the headers, retrieves the val