attempting to compile the mod_jk and during the configure command
(CC=gcc ./configure --with-java--home=/web/apache2043
--with-apxs=/web/apache2043/bin/apxs)
I get the following error messages
apxs:Error: Invalid query string `APR_INCLUDEDIR'.
building connector for "apache-2.0"
checking for t
It seems that the access log with format "%{tid}P% gives the wrong thread id
on my Windows Server 2003. I have searched all the 250 threads created and
couldn't find the thread id reported by the log. (It seems that it always
reports 820 or 824 on my machine.) "%{pid}P" gives the correct proc
>Tough to say. Is a proxy configured in either browser? Try using the
>private IP instead of the hostname.
Private IP gave no change.
Kyle
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://h
http://issues.apache.org/bugzilla/show_bug.cgi?id=39529
This bug is the same problem. I patched the file with the code provided
and received a LDAP_INSUFFICIENT_RIGHTS not defined error so I simply
commented that out. Make, make install and now you get a second chance.
Appears to be an issue usin
Hello,I'm creating a priority queue pq in my hook (code below).When I try to restart the httpd it return an error: "undefined symbol: cache_pq_init"I'm using the "apxs -c -o my_module" (in this phaseno erros return back)to compile my module and I've inserted the #include"../cache/cache_pqueue.h" in
Solaris 10 supplied.
Kyle
- Original Message -
From: "Fenlason, Josh" <[EMAIL PROTECTED]>
Date: Friday, June 2, 2006 10:41 am
Subject: RE: [EMAIL PROTECTED] Authentication Troubles
> What ldap sdk did you use?
> ,
> Josh.
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [ma
What ldap sdk did you use?
,
Josh.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 02, 2006 9:31 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Authentication Troubles
>
> My setup is doing the same. Valid user valid pass allow
My setup is doing the same. Valid user valid pass allows access. Invalid
user denies as expected and gives this in the error_log:
[Fri Jun 02 10:13:28 2006] [warn] [client x.x.x.x] [845] auth_ldap
authenticate: user bill authentication failed; URI /test [User not
found][No such object]
[Fri Jun 02
>
> Someone often uploads files to /tmp and then executing in on the server
> with
> webserver user priveleges. How to prevent it?
>
How about changing the umask of the webuser?
JP
-
The official User-To-User support forum of
I have found in the documentation for the old auth_ldap for apache 1.3
that if you do not provide a AuthLDAPBindDN it will try to search
annonomously. Is this true in the new authnz_ldap for 2.2? They seem
pretty similar.
Why is the search step required? Cant't it just attempt to bind with the
sup
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
SSL. Once the conversation is encrypted to your satisfaction, you can use
plaintext passwords and avoid whatever it is you don't like about the
hashing methods.
- --
Mark H. Wood, Lead System Programmer [EMAIL PROTECTED]
Typically when a software
>Hi
>Will this break file uploads using web forms?
Only if you are using any other METHOD like GET HEAD POST
[for uploads to a specific location you're using normally
PUT] and you wnat to store this in /tmp.
This is than no longer possible.
[EMAIL PROTECTED] wrote:
>> Hi!
>
>> Someone often u
> >
> >Someone often uploads files to /tmp and then executing in on the server
> > with webserver user priveleges. How to prevent it?
Mount /tmp, and anywhere else the server user has write access to,
on a filesystem with noexec set.
--
Nick Kew
Someone often uploads files to /tmp and then executing in on the server with
webserver user priveleges. How to prevent it?
I personnaly always put /tmp on its own partition and mount it with
the noexec option.
Regards,
Gaël
Hi
Will this break file uploads using web forms?
Med vänliga hälsningar
Stefan Midjich aka nocturnal
[Swehack] http://swehack.se
[EMAIL PROTECTED] wrote:
Hi!
Someone often uploads files to /tmp and then executing in on the server with
webserver user priveleges. How to prevent it?
Tha
>Hi!
>Someone often uploads files to /tmp and then executing in on the server with
>webserver user priveleges. How to prevent it?
>Thanks,
>G.
One possibility is this:
Order Deny,Allow
#Deny from All
Allow from All
Order Deny,Allow
Deny from all
Allow from 12
Hi!
Someone often uploads files to /tmp and then executing in on the server with
webserver user priveleges. How to prevent it?
Thanks,
G.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See h
17 matches
Mail list logo