Re: [EMAIL PROTECTED] SSI won't run unless .htaccess in sub-dir

2006-01-24 Thread Eric Covener
? Is it kosher to mix +/- and non +/- Options parameters when you split it on two lines? (Mixing +/- and non +/- is unpredictable result on a single line) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum

Re: [EMAIL PROTECTED] ENV missing in fastCGI

2006-06-04 Thread Eric Covener
of spawning/killing these dynamic processes is based on the filename of the request and the global FastCGIConfig settings. External servers are not managed by mod_fastcgi, and may be running on another box entirely and listening for fastcgi connections. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Access forbidden

2008-01-20 Thread Eric Covener
with a new DocumentRoot, you likely need to add a Directory block that allows Apache to use that new chunk of the fileystem. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] Apache httpd memory usage problem

2008-01-20 Thread Eric Covener
, at which point it will flatten out. MaxMemFree may help if you need to stay under some 3GB mark or the big' requests are rare enough that you really want Apache to give back allocated memory between requests to avoid the tax of asking for it next time. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread Eric Covener
reason your testcase has some kind of later authn failure, it might result in the modules telling mod_auth_basic yes, i'm supposed to handle this but it's a bad userid. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User

Re: [EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread Eric Covener
On Jan 24, 2008 2:39 PM, Eric Covener [EMAIL PROTECTED] wrote: For LDAP, this is normally not being able to convert the basic auth username into a DN on the LDAP server. I just verified that on 2.2.8 mod_authnz_ldap gets out of the way for authentication when it's first and can't lookup

Re: [EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread Eric Covener
a hit with mysql correctly authenticating. But when I provide an ldap only user:password the logs show mysql correctly rejecting the user but no ldap activity. Can you try LDAP and File (as in htpasswd -c ...)? This worked for me in both directions. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread Eric Covener
or empty file [AuthBasicProvider file ldap dbd] so that ldap and dbd are not 1st on the list. I only meant for debugging purposes... -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-26 Thread Eric Covener
application/x-httpd-php /Files Tried SetHandler as suggested? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] proxypass or redirect external https to internal https

2008-01-30 Thread Eric Covener
/LeadsRequest/ Did you mean to have the 2nd parameter start with https://, or is this not the operative part of your config? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread Eric Covener
, and not when it does authorization (checks a Require) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] mod_authnz_ldap AUTHENTICATE_* Env variables ?

2008-01-31 Thread Eric Covener
On Jan 31, 2008 12:59 PM, Eric Covener [EMAIL PROTECTED] wrote: On Jan 31, 2008 12:16 PM, jehan procaccia [EMAIL PROTECTED] wrote: I do enter in mod_auth_cas for authn, then authz is supposed to be carried out from mod_authnz_ldap, Peaking at the source, it looks like mod_authnz_ldap only

Re: [EMAIL PROTECTED] modifying header in request

2008-02-04 Thread Eric Covener
the response header from your the new envvar? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] RewriteRule: foo.com/directory -- foo.com/directory/

2008-02-04 Thread Eric Covener
] You're unexpected behavior is a result of doing rewrite in .htaccess, so the rules are re-visited at a later stage despite the L flag. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] Reasons why mod_rewrite won't be executed on an incoming request

2008-02-08 Thread Eric Covener
to figure out why it doesn't work). Are your test equests being handled by a different virtual host? RewriteRules have to be reproduced in each vhost, or inherited via RewriteOptions. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Apache LDAP authentication and non anonymous binding?

2008-02-14 Thread Eric Covener
? -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Runtime definitions missing for 2.2.8 on AIX 5.3

2008-02-14 Thread Eric Covener
if it helps at all. You might also want to try picking up a newer libtool and re-building. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [EMAIL PROTECTED] Apache 2.2.8, SNI, SSL and Virtual Hosts

2008-02-17 Thread Eric Covener
with SNI support, I am having some issues in that domain2.com only returns the server.crt and not the one specified in my rule. Your subject says 2.2.8; It doens't look like 2.2.8 has SNI support. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Help! My apache httpd server cannot close thread

2008-02-18 Thread Eric Covener
of ThreadsPerChild. -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Help setting up a proxy, ServerName redirect causing problems

2008-02-18 Thread Eric Covener
On Feb 18, 2008 5:20 PM, Ryan Stille [EMAIL PROTECTED] wrote: on a page to the /images directory), the final destination site issues a redirect, using its own ServerName, so then the user's browser tries to go there, which of course it cannot reach. ProxyPassReverse -- Eric Covener [EMAIL

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-19 Thread Eric Covener
everything? RewriteLog? This isn't in .htaccess or Directory, is it? No leading slash there. Where does rewrite proxy to with that 'P' but no protocol/host/port on the substutition? -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] 301 redirects

2008-02-19 Thread Eric Covener
On Feb 19, 2008 8:53 PM, [EMAIL PROTECTED] wrote: I need to 301 rediect mysite.com to www.mysite.com. I found two examples on http://httpd.apache.org/docs/2.2/rewrite/rewrite_guide.html#canonicalhost -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] AuthzLDAPAuthoritative and no authoritative handler problems

2008-02-26 Thread Eric Covener
the AuthLDAPUrl in any context where you use LDAP authorization (emphasis on authn vs authz) mod_authnz_ldap probably bailed out of authorization pretty quicklty when it didn't see an AuthLDAPUrl defined. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] mod_rewrite question - How to avoid Apache's 301 redirect to add trailing slash?

2008-02-27 Thread Eric Covener
, and perform the redirect yourself (without adding the intermediate dir). I didn't fully understand your requirement, though. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] SSL LDAP Connections on Win32

2008-02-28 Thread Eric Covener
host, freak out about the cert, then promptly close it without having read/written a byte of data. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

Re: [EMAIL PROTECTED] SSL LDAP Connections on Win32

2008-02-28 Thread Eric Covener
-- an actual packet capture on the wire (e.g. Wireshark) might have some handshake error or alert. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

Re: [EMAIL PROTECTED] mod_deflate's problems

2008-02-29 Thread Eric Covener
when it comes up heads, but it does vary when it comes up tails -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

Re: [EMAIL PROTECTED] mod_ldap rejecting apparently valid server certificate for secure ldap against active directory

2008-03-14 Thread Eric Covener
real thing that doesn't mesh. Vista+ has a mechanism for doing LDAP tracing, but I don't know if there's a less flexible trace available in earlier versions: http://msdn2.microsoft.com/en-us/library/aa366152.aspx -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Problems compiling Apache 2.0 on Solaris 10

2008-03-14 Thread Eric Covener
, without the --silent -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL

Re: [EMAIL PROTECTED] Logging mod_deflate compression ratios

2008-03-14 Thread Eric Covener
advertising that it understands gzip/deflate via the Accept-Encoding header? You can log %{Accept-Encoding}i -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

Re: [EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-14 Thread Eric Covener
set up, and in particular I have the line ServerName 66.23.224.5:80 SERVER_NAME=localhost UseCanonicalName? http://httpd.apache.org/docs/2.2/mod/core.html#usecanonicalname -- Eric Covener [EMAIL PROTECTED] - The official

Re: [EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-16 Thread Eric Covener
. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from

Re: [EMAIL PROTECTED] basic authentication apache 2.2.8

2008-03-24 Thread Eric Covener
to access the directory. User user1 is no more allowed to access. Perhaps: http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html#authzgroupfileauthoritative -- Eric Covener [EMAIL PROTECTED] - The official User

Re: [EMAIL PROTECTED] Interconnection Apache/java program

2008-03-24 Thread Eric Covener
to be running on Apache and basically just need to modify some files. Web service, perl, cgi...apache module... What would be the standard way. Links would be great. You could run your java app as a fastcgi program. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Apache Password authentication issues

2008-03-28 Thread Eric Covener
and not others. Which ones? From a thread this week: Perhaps: http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html#authzgroupfileauthoritative -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum

Re: [EMAIL PROTECTED] Where to place rewrite rules?

2008-03-29 Thread Eric Covener
rules in the right place? Directory D:/MSDev/PhotoParata/httpd/htdocs AllowOverride all /Directory Is it looking for htaccess? Probably better to keep your rewriterules outside of htaccess or Directory. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Where to place rewrite rules?

2008-03-29 Thread Eric Covener
) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from

Re: [EMAIL PROTECTED] Apache can't write to directory

2008-04-01 Thread Eric Covener
, no problem. When I try and do this over CGI, however, I get a Permission Denied error message. Have you rules out SELinux? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] Profiling Apache with LD_PRELOAD

2008-04-02 Thread Eric Covener
potential approach, I'm pretty much desperate after a few days working on this :) All comments are more then welcome. Add the environment setup to bin/envvars -- ISTR many of these LD_* don't effect a process that's already running. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Time GMT down

2008-04-02 Thread Eric Covener
) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest

Re: [EMAIL PROTECTED] Is it possible to keep a module running after closing a connection?

2008-04-02 Thread Eric Covener
data you need between hooks. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail

Re: [EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too many SSL VHs causes fopen to fail)

2008-04-03 Thread Eric Covener
webserver. Sun has some relatively recent changes in this area: http://developers.sun.com/solaris/articles/stdio_256.html Any chance your 2.2.6 was 64-bit (-V) ? Or your config just barely breaks the 255 mark and 2.2.8 had a minor change that pushed you over the edge? -- Eric Covener [EMAIL

Re: [EMAIL PROTECTED] ld.so.1: httpd: fatal: libaprutil-0.so.0: open failed: No such file or directory Killed

2008-04-04 Thread Eric Covener
written that don't end up in the logs. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail

Re: [EMAIL PROTECTED] Tomcat has stopped working

2008-04-04 Thread Eric Covener
, there is a [EMAIL PROTECTED] -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-06 Thread Eric Covener
happened in setting up RewriteRules. Working as designed I believe, see RewriteOptions http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriteoptions Or use the Include directive and keep these common rules in a separate file. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Apache2.2.8 wont run after installation

2008-04-06 Thread Eric Covener
://www.dependencywalker.com/ -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-06 Thread Eric Covener
Internal NAT] error log with LogLevel debug? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Configuration problem

2008-04-07 Thread Eric Covener
2008/4/7 Evelyn Wilkerson [EMAIL PROTECTED]: Only one usage of each socket address is normally permitted. Could not bind to address 0.0.0.0:80 Overlapping listen directives or some other application listening on port 80? -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread Eric Covener
might see your rewriterules skipped. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread Eric Covener
configuration to inherit the configuration of the parent. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Re: Question: ProxyPass not working??

2008-04-07 Thread Eric Covener
is used when you put the ProxyPass directives in a Location block (because the other argument is divined from the Location) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] Re: Extra trailing slash after the RewriteCond

2008-04-08 Thread Eric Covener
at RewriteLog. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL

Re: [EMAIL PROTECTED] basic authentication: AuthUserFile directive not recognized apache2.2

2008-04-08 Thread Eric Covener
by a module not included in the server configuration [ !! ] Load the module providing AuthUserFile: http://httpd.apache.org/docs/2.2/mod/mod_authn_file.html -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum

Re: [EMAIL PROTECTED] url proxying

2008-04-14 Thread Eric Covener
/ SSLProxyCACertificatePath /usr/local/apache2/conf/ssl ProxyPassReverse? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

Re: [EMAIL PROTECTED] Apache 2.2.8 hangs on Solaris 9: Deadlock?

2008-04-15 Thread Eric Covener
is the default (APR_USE_FCNTL_SERIALIZE?) you can hit this if you have two apache components using the default type of lock. Some are changeable: AcceptMutex SSLMutex Some always use the default: mod_ldap's cache lock Some might be used by third party modules ?? -- Eric Covener [EMAIL

Re: [EMAIL PROTECTED] Single Client Simultaneous Page Load Issue

2008-04-16 Thread Eric Covener
the responses. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] error while running apache 2.0.63

2008-04-30 Thread Eric Covener
the runtime package. httpd: module mod_proxy_html.c is not compatible with this version of apache(found 20020628, need 20020903 ) Probably a symptom of the above, the older of the dates corresponds to 2.0.40 (your -devel version) -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Apache httpd 2.2.8 not reading LDAPTrustedGlobalCert files

2008-05-01 Thread Eric Covener
that. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from

Re: [EMAIL PROTECTED] RE:How to start apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-02 Thread Eric Covener
RedHat's httpd RPM and look at /etc/rc.d/init.d/httpd -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] RE:How to start apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-02 Thread Eric Covener
by redhat, and modify the invocation of apachectl or httpd within the script to pass different -f parameters. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Accessing the request URI header

2008-05-02 Thread Eric Covener
, environment variables (proper) are accessed via %{ENV:FOO}. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Eric Covener
://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more

Re: [EMAIL PROTECTED] Unsecuring a URL

2008-05-06 Thread Eric Covener
On Tue, May 6, 2008 at 9:02 PM, Mark Mcdonald [EMAIL PROTECTED] wrote: Allow from any Allow from 'all'? 'any' is probably interpreted as a hostname. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User

Re: [EMAIL PROTECTED] configure hangs after checking whether SCTP is supported

2008-05-07 Thread Eric Covener
an additional RPM, but I don't know which one. I've been bit by this, insmod/modprobe 100% CPU should be the only thing hanging the build -- are you on latest applicable RedHat (kernel?) maintenance? -- Eric Covener [EMAIL PROTECTED

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

2008-05-08 Thread Eric Covener
? Can you put an LDAP server in front of it all that knows how to send referrals to to the proper backend? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

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] Apache2+NFS+LDAP+CGI issue

2008-05-09 Thread Eric Covener
/advice120/scripts/rand_img01.pl' failed Can you attach to all the child process with strace and run your perl request? What's the shebang line and what does mount say about the filesystem where perl lives (despite it working from command line :/) -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] auth_ldap error

2008-05-09 Thread Eric Covener
/humanresources/forms.html Looks like a bug, there's a special case for empty username but it seems like it's not doing the right test. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache

Re: [EMAIL PROTECTED] Apache2+NFS+LDAP+CGI issue

2008-05-12 Thread Eric Covener
On Mon, May 12, 2008 at 5:39 AM, Henric Blomgren [EMAIL PROTECTED] wrote: Strace available for download from: http://digitalroutes.co.uk/httpdList.txt maybe lost some relevant info due to no -f on strace invocation... -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] auth_ldap error

2008-05-13 Thread Eric Covener
version? I will poke around again later with something closer to 2.3.27-8 that you have. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [EMAIL PROTECTED] apache module problem

2008-05-16 Thread Eric Covener
or defined by a module not included in the server configuration Load mod_authnz_ldap. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [EMAIL PROTECTED] one more question

2008-05-16 Thread Eric Covener
does your error log say? Do you need AuthBasicProvider ldap? (Please try to use more descriptive subjects) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] htpasswd

2008-05-16 Thread Eric Covener
] passwordfile username password As the usage implies, you have to pass a username even when you're creating a new file. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] Apache 2.2.8 + mod_authnz_ldap + mod_header/env variables

2008-05-19 Thread Eric Covener
early. Have you tried using RequestHeader to pull the %{AUTHENTICATE_MAIL}e out directly? He seems to be running at the right time (when not in early mode) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support

Re: [EMAIL PROTECTED] LDAP authentication against an Active Directory server

2008-05-19 Thread Eric Covener
/downloads/details.aspx?familyid=9688f8b9-1034-4ef6-a3e5-2a2a57b5c8e4displaylang=en http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/distrib/dsbc_nar_bsad.mspx?mfr=true -- Eric Covener [EMAIL PROTECTED] - The official

Re: [EMAIL PROTECTED] Server compromised through Apache 2.2

2008-05-21 Thread Eric Covener
path. You should re-install your OS and be careful with the services/applications you provide on that system. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Apache 2.2.8 SSL is not working on RHEL5.1

2008-05-22 Thread Eric Covener
required to make SSL connection on RHEL5.1 SELinux errors? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more

Re: [EMAIL PROTECTED] using Apache 2.28 on Windows 2003; apache won't start with validated certs using openssl; openssl debug won't work

2008-05-22 Thread Eric Covener
naively guess Apache is trying to use your encrypted key with no way to get at a passphrase. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

Re: [EMAIL PROTECTED] How to use mod_rewrite

2008-05-22 Thread Eric Covener
through mod_rewrite? If Apache isn't actually reachable on port 80, mod_rewrite will never get a chance to do anything to a request typed fed to the browser as http://myhost.com -- Eric Covener [EMAIL PROTECTED] - The official

Re: [EMAIL PROTECTED] how to use reverseproxy with htaccess

2008-05-24 Thread Eric Covener
On Sat, May 24, 2008 at 3:22 AM, Chris Cohen [EMAIL PROTECTED] wrote: Directory / ProxyPass http://fry.example.org/ ProxyPassReversehttp://fry.example.org/ /Directory Try Location instead of directory. -- Eric Covener [EMAIL

Re: [EMAIL PROTECTED] Rewriting as per-user-subdomains

2008-05-24 Thread Eric Covener
for a set of NameVirtualHosts's -- it will be the default. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more

Re: [EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Eric Covener
28 19:50 bio.html ... SELinux? Tried attaching to the child process with strace and finding what's returning permission denied? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] custom-error with httpd and tomcat

2008-06-02 Thread Eric Covener
is returning a page with stacktrace and the http header 500, the httpd is ignoring the ErrorDocument. Status=Internal Server Error - 500 http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyerroroverride -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1

2008-06-04 Thread Eric Covener
On Wed, Jun 4, 2008 at 8:46 AM, Wilda, Jet [EMAIL PROTECTED] wrote: Hi, Check this http://www.gossamer-threads.com/lists/apache/users/351116?do=post_view_threaded out. I think that is what you are asking. Copying binaries doesn't seem to make a lot of sense. -- Eric Covener

Re: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1

2008-06-04 Thread Eric Covener
On Wed, Jun 4, 2008 at 10:45 AM, André Warnier [EMAIL PROTECTED] wrote: Eric Covener wrote: On Wed, Jun 4, 2008 at 8:46 AM, Wilda, Jet [EMAIL PROTECTED] wrote: Hi, Check this http://www.gossamer-threads.com/lists/apache/users/351116?do=post_view_threaded out. I think

Re: [EMAIL PROTECTED] RewriteMap question

2008-06-04 Thread Eric Covener
as possible, and capturing the results of the rewritemap lookup in an environment variable whenever it's going to be used/consulted more then once. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache

Re: [EMAIL PROTECTED] Windows MPM

2008-06-11 Thread Eric Covener
environment. Prefork is not usable under windows. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Need help with rewriting of rules...

2008-06-12 Thread Eric Covener
doesn't make much sense. What result are you trying to achieve? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

Re: [EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46

2008-06-22 Thread Eric Covener
modssl.org. You do need the mod_ssl module, though, either compiled as a DSO or statically. If you built your own Apache, figure out how to rebuild it with SSL support. -- Eric Covener [EMAIL PROTECTED] - The official User

Re: [EMAIL PROTECTED] shebang line in windows

2008-06-24 Thread Eric Covener
the apache config? Maybe Action? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail

Re: [EMAIL PROTECTED] apache: query on mod_shapvh

2008-06-26 Thread Eric Covener
mysql (client) headers are (or you need to install them in /usr/lib/) -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-06-30 Thread Eric Covener
, you usually need to match something and actually pass it on. Try just Redirect. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [EMAIL PROTECTED] SSLusername and Authentication

2008-06-30 Thread Eric Covener
On Mon, Jun 30, 2008 at 12:25 PM, mdn teo [EMAIL PROTECTED] wrote: SSLOptions +ExportCertData +StdEnvVars +StrictRequire -FakeBasicAuth If you turn off SSLFakeBasicAuth, how do you expect any field from the cert to be used for the username? -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Apache 1.3.x issues

2008-06-30 Thread Eric Covener
: Can't find library for -ldbm Have you tried installing dbm libraries or figuring out where this dependency comes from? -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] SSLusername and Authentication

2008-06-30 Thread Eric Covener
that this directive has no effect if the FakeBasic option is used Sorry, never saw that alternative to fakebasicauth before. I don't know how it's supposed to interop with basic auth. -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] http response without parsing the header

2008-07-02 Thread Eric Covener
On Wed, Jul 2, 2008 at 7:21 AM, apache a [EMAIL PROTECTED] wrote: does apache have a feature, where a response is given without parsing the header at all. also, if there is header parsing, which module should i check mod_asis or nph-* cgi might be what you're looking for. -- Eric Covener

Re: [EMAIL PROTECTED] Where can I find a binary version of Apache?

2008-07-02 Thread Eric Covener
the option to enable ssl, we got several errors... http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache2-2.2.8/ -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Possible? Marking balancer members as ERROR if ProxyTimeout exceeded

2008-07-02 Thread Eric Covener
this behavior. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] trouble with vhosts and 2.2.8

2008-07-03 Thread Eric Covener
On Wed, Jul 2, 2008 at 11:14 PM, Eben [EMAIL PROTECTED] wrote: (13)Permission denied: access to / denied That is OS security, not Apache access control. http://wiki.apache.org/httpd/13PermissionDenied -- Eric Covener [EMAIL PROTECTED

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread Eric Covener
logic in a java daemon. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL

  1   2   3   4   5   6   7   8   9   10   >