[EMAIL PROTECTED] Invoking single app for everything in a hierarchy

2008-10-20 Thread Erik Westland
Hello, I would like to direct requests for everything (cgi, pl, html, etc) under the root directory to a single CGI. The catch is that I would like the parameters to remain unchanged; passed to the single handler. For example, for the following: - /index.html - /foo/fake.cgi - /goo/moo/not-rea

[EMAIL PROTECTED] Environment variables in rewrite rule

2008-10-20 Thread Roberto Allende
Hello I need to write a rule like this: RewriteRule ^/RSS$ http://127.0.0.1:8080/VirtualHostBase/http/mydomain.com:80/RSS?set_lang=en/VirtualHostRoot/ [L,P,NC] The problem is the "RSS?set_lang=en" part because after the ? it doens't work. I tried with NE and it doesn't work neither. Also i tried

[EMAIL PROTECTED] Registration is still open for ApacheCon/US 2008

2008-10-20 Thread William A. Rowe, Jr.
http://us.apachecon.com/c/acus2008/ Two weeks from today, ApacheCon/US in New Orleans kicks off with the hackathon, Tuesday offers a free Apache BarCamp, and there are several httpd tutorials with some seats remaining; "Scaling Apache hands-on" with Colm MacCarthaigh http://us.apachecon.co

RE: [EMAIL PROTECTED] Apache Worker MPM: Optimizing

2008-10-20 Thread Leslie Herps || Novacle B.V.
Hello, and thank you for your reply! > Have you read the documentation on these settings?, it is fairly > helpfull in getting a basic idea of what to tune. Yes, I have. It tells me what it is and does, but does not tell me any recommended settings... > Other than that it really depends on what

Re: [EMAIL PROTECTED] Conditional Blocks based upon Remote IP Address

2008-10-20 Thread Clint Priest
Thanks for the detailed options, awesome. The #2 option, is that coming in an upcoming release or is that 3.0? Any idea when that might be available? Nick Kew wrote: Clint Priest wrote: Is there any way to have some directives apply only to certain remote ip addresses?  I would like

Re: [EMAIL PROTECTED] Conditional Blocks based upon Remote IP Address

2008-10-20 Thread Nick Kew
Clint Priest wrote: Is there any way to have some directives apply only to certain remote ip addresses? I would like to enable a few things only for a certain set of IP addresses. Answer 1 (simple): no. Answer 2 (FWIW): yes, but not in any stable release. In the trunk version of apache, you

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-20 Thread Mike Benza
I can't figure out how ldapsearch is connecting -- either via LDAP or LDAPS. I'm so confused. Here's what I ran: ldapsearch -x -W -D "cn=ewb,ou=service accounts,dc=rice,dc=edu" -b "ou=People,dc=rice,dc=edu" '(uid=XYZ)' -h ldap.rice.edu I don't know if it's connecting with ldap or ldaps...If I

[EMAIL PROTECTED] Conditional Blocks based upon Remote IP Address

2008-10-20 Thread Clint Priest
Is there any way to have some directives apply only to certain remote ip addresses? I would like to enable a few things only for a certain set of IP addresses. Thanks, -Clint - The official User-To-User support forum of the

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-20 Thread Tod
Mike Benza wrote: I did try that. It works fine. Did you try performing the same tests on port 389? Just wondering if your Apache SSL setup might be contributing to your troubles. - The official User-To-User support fo

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-20 Thread Mike Benza
I did try that. It works fine. Tod wrote: Try doing the ldapsearch from the apache box to ldap.rice.edu to rule out firewall a issue. - The official User-To-User support forum of the Apache HTTP Server Project. See http:/

Re: [EMAIL PROTECTED] LDAP hangs when trying to authenticate

2008-10-20 Thread Tod
Mike Benza wrote: Hello, I've been stuck with a problem where LDAP hangs when it's trying to authenticate. I'm running Apache on Ubuntu 8.04, Hardy Heron. This problem occurs with the Ubuntu version (both 32 and 64 bit) as well as compiled directly from source. I can produce the problem

[EMAIL PROTECTED] startup problem: httpd-2.2.10 and undefined symbol: dav_push_error

2008-10-20 Thread [EMAIL PROTECTED]
-Download httpd-2.2.10 sources and built using the following command $ ./configure --prefix=/usr/local/bin/apache2 --enable-mods-shared="dav dav_fs dav_lock rewrite ssl" --with-port=80 $ make $ make install -modified /usr/local/bin/apache2/conf/httpd.conf by adding the following in the approp pl

[EMAIL PROTECTED] improve security and stability in compilation

2008-10-20 Thread GanGan
Hello all, That's how I compile my apache server ./configure --prefix=/opt/httpd2210 --enable-modules=most --enable-mods-shared=all --enable-rewrite --enable-unique-id --enable-ssl --with-ssl=/opt/openssl098i What you think? it is on a 64-bit server, can we improve performance? Safety

[EMAIL PROTECTED] mod_rewrite prg option not working

2008-10-20 Thread System Support
I am having trouble getting the external program option of RewriteMap to work. RewriteMap convert rnd:/path/to/rnd/file and RewriteMap convert txt:/path/to/txt/file both work as expected. RewriteMap convert prg:/path/to/prg/file does not work, and the program does not even seem to be called.

Re: [EMAIL PROTECTED] I18N, HTTP 2.0 ?

2008-10-20 Thread Nick Kew
William A. Rowe, Jr. wrote: Nick Kew wrote: So what does the HTML spec have to say? The submission element does include the accept-charset attribute, perhaps that is what you are looking for? Otherwise, if the user agents don't observe RFC 2388 then you should really take that up with the use

RE: [EMAIL PROTECTED] Apache Worker MPM: Optimizing

2008-10-20 Thread Gerhardus.Geldenhuis
Hi Leslie, Have you read the documentation on these settings?, it is fairly helpfull in getting a basic idea of what to tune. Other than that it really depends on what your apache server is serving. Is it static pages, does it connect to tomcat, what type of connectors does it use, php, cgi etc.