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
>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
--
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]
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
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
> -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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..
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
> -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
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
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
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 ..
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
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
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
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
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
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
> -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..
>
>
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
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
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
> -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
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
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
> 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
> -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
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
> -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
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
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
44 matches
Mail list logo