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
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
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
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
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
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
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
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
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
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:/
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
-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
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
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.
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
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.
16 matches
Mail list logo