query string doesn't get lost.
QSA only does anything when you're explicitly adding a query string in
your substitution.
OP is redirecting a POST, which is something to be avoided. A simple
HTML redirect in the output of the form-based login makes a lot of
se
> Or is
> it basically impossible, as it doesn't really conform to the HTTP Protocol?
I believe that's the case. Clients are expecting a 1:1 relationship.
--
Eric Covener
cove...@gmail.com
-
The official User
houldn't depend on either mechanism to enforce that the requests
on the other side of the URL are protected by SSL, so IMO there's no
exposure to using the HTML.
--
Eric Covener
cove...@gmail.com
-
The official User-
work. Any experience with that? Where should I
> complain further?
>
>
Variables set by SetEnvIf are set earlier than those by SetEnv. Does that
resolve your problem?
--
Eric Covener
cove...@gmail.com
e :
> http://httpd.apache.org/docs/2.2/env.html
> Some Caveats
Added similar text to SetEnv today.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http
ere SNI came in, but I have a hard time buying that
you never had "SSLEngine on" in any context.
Can you apply this patch and generate debugging info from the SDK?
http://people.apache.org/~covener/ldap_debug/
--
Eric Covener
cove...@gmail.com
> util_ldap.c:1891: error: 'util_ldap_state_t' has no member named
> 'debug_level'
I probably missed a file in the 2.2.x diff, will followup here when
patch is updated.
--
Eric Covener
cove...@gmail.com
On Mon, Nov 2, 2009 at 9:20 AM, Eric Covener wrote:
>> util_ldap.c:1891: error: 'util_ldap_state_t' has no member named
>> 'debug_level'
>
> I probably missed a file in the 2.2.x diff, will followup here when
> patch is updated.
updated at http://pe
On Mon, Nov 2, 2009 at 10:14 AM, Sandro Tosi wrote:
> Apache builds fine this time, but the info doesn't seems much more verbose
> than before (with debug level on):
Did you set the directive mentioned in the HTML and check your main
server errorlog?
--
Eric Covener
cove..
er profile. This
is IBM proprietary, and not part of Apache HTTP Server.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html&g
tion in order to (hopefully) solve this, the same
> problem happens also using apache 2.2.9 (recompiled to enable ldap and
> authnz_ldap).
Any chance your PHP is causing some other LDAP library to be loaded?
Same symptom without
-way link to send and
> confirm the message, the receiving end HAS that info, buried deep within
> what it receives. HOW can I get that, so that the route steps inbetween do
> not matter?
You don't have access to their MAC address or any other universal
identifier, no matter how mu
on:Defines rules for the rewriting engine
Syntax: RewriteRule Pattern Substitution [flags]
Context:server config, virtual host, directory, .htaccess
Override: FileInfo
^
--
Eric Covener
cove...@gmail.com
-
n some session establishment unless you configure your
application to require/manage such a thing?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apach
;t make any statement about
how different TCP connections over time are related (as your OP
implied)
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd
our existng rules into their
own virtualhost.
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Projec
as that points intot he d:/apache_cache? This seems like
an awfully bad idea.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html
ess?
>>
>>
> No luck :-( I have put
>
>
> RewriteBase /var/personal_work_area/joydeep
It's a URL path, not a filesystem path.
--
Eric Covener
cove...@gmail.com
-
The official Use
much sense in putting out a query to other Apache users.
If your openldap is linked with gnutls, try one linked with openssl?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP
f where you previously
authenticated. Can you put these two URL's under a common root? Your
browser would stop prompting.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server P
osts, so it's handled as HTTP by
the "base" server config.
Can you use at least 1 *:443?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://ht
s your Apache system has.
"grep -ri SSLCert /etc/httpd/conf.d/ /etc/httpd/conf" might also shed
some light on what the operative part of your config is.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User
bsvn
> documentation doesn't tell the truth) or if it's the dreamhost apache
> server which is misconfigured.
>
As the error message says, You can't put in htaccess. It's
got nothing to do with what's inside the .
--
Eric Covener
cove...@gmail.com
---
On Sun, Nov 15, 2009 at 12:54 PM, varunawithapache
wrote:
> to be DocumentRoot "C:/Program Files/Apache
> http:/localhost/test/phptest.php, what is displayed is "
Why do you have /test/ in your URL if the documentroot already
contains the test subdirectory?
--
Eric Covener
c
On Sun, Nov 15, 2009 at 11:42 AM, Iacopo Benesperi wrote:
> Eric Covener ha scritto:
>> As the error message says, You can't put in htaccess. It's
>> got nothing to do with what's inside the .
>
> So where can I use the location directive?
Inside the
org/docs/2.2/howto/htaccess.html
http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride
You have virtual hosts defined in /etc/apache2/sites-available/* that
probably have "AllowOverride none". This disabled the reading of
htaccess files.
--
Er
s-available/* that
>> probably have "AllowOverride none". This disabled the reading of
>> htaccess files.
>>
>> --
>> Eric Covener
>> cove...@gmail.com
>>
> Best Eric,
> I think, I understand you. So...must I change "AllowOverride none&q
ccess, are you specifying RewriteBase?
What is "not working"?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html>
) balancer:/${prgmap:$1} [P]
>
>
Precede with RewriteCond %{REQUEST_URI} !=/server-status
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See htt
the HTTP Server.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: us
th.html
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
--
Eric Covener
cove...@gmail.com
me how to capture the message contents in the
> apache logs.
> Thanks
> Pe
mod_dumpio?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.a
Sounds like you'd be a customer for the enhancement suggested here:
https://issues.apache.org/bugzilla/show_bug.cgi?id=39313
Which makes the inherited rules run before the more specific rules. At
least you'd have a fighting chance with the other order.
--
Eric Covener
c
; request to other client y. The client y responds to Apache and in turn
> should send the response to client x.
>
Stop calling "client y" a client if it's just the origin server. You just
want a basic reverse proxy and are overcomplicating it.
--
Eric Covener
cove...@gmail.com
efetch request body failed to 172.16.15.53:1
> (srv-53.enterprise.com) from zz.zz.zz.zz ()
In 2.2, you can set the various proxy-related timeouts individually.
See the bottom of
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass
--
Eric Cov
data definition has no
> type or storage class
Are you using apxs?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html>
On 11/27/09, Mohit Anchlia wrote:
> > Are you using apxs?
> no
use apxs.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.a
On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia wrote:
> What changes do I need to make to my compile script to use apxs?
>
> libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 \
I assume you'd just replace it:
http://httpd.apache.org/docs/2.2/programs/apxs.html
--
ines, and consider
reading the error log / event viewer.
As a diagnostic, you can start Apache from the foreground/in a cmd
window by changing to the install directory and running just
bin\Apache.exe
--
Eric Covener
cove...@gmail.com
n a 400 when they believe the provided Host
is invalid on the server. Neither server treats hostnames that have
not been explicitly enumerated as being invalid on the server, and
this is not a requirement of the RFC.
--
Eric Covener
cove...@gmail.com
On 11/28/09, Mohit Anchlia wrote:
> On Fri, Nov 27, 2009 at 10:08 AM, Eric Covener wrote:
> > On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia
> wrote:
> >> What changes do I need to make to my compile script to use apxs?
> >>
> >> libtool --sil
On 11/28/09, André Warnier wrote:
> Eric Covener wrote:
>
> > On 11/28/09, André Warnier wrote:
> >
> > > ;-)
> > > I just wanted, once, to use a subject line with capitals and an
> > > exclamation mark.
> > >
> > > It seems ho
you can probably use [R=400]
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: use
This is a list for Apache HTTP Server, not tomcat.
http://tomcat.apache.org/lists.html
--
Eric Covener
cove...@gmail.com
he operative part would seem to be how you built apr-util
(--with-ldap or similar?)
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/usersl
/tomcat.apache.org/lists.html
--
Eric Covener
cove...@gmail.com
force the order.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr..
On Mon, Nov 30, 2009 at 2:15 PM, Luis Clemente wrote:
> Hi Eric, thanks for your response.
>> The operative part would seem to be how you built apr-util
>> (--with-ldap or similar?)
>
> Yes, I am using the --with-ldap option as showed below:
>
> ./configure --with-ap
iles. We run 20 or more on some of our
>> production servers.
>
> You could run one instance of apache and configure each VH to listen
> in a different IP. At least that how I had it understood.
That's right, no problem differentiating between SSL environments when
you
#x27;re
missing, but due to the rendering issue it's likely the css.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.htm
tp://paste.ubuntu.com/333064/
I didn't expect removing it to help, since you don't account for the
/css/ at all. I just couldn't tell if that mod_proxy_html magic was
translating the /css/ into something you handled.
ave been nice to include in-line. If you're serving a
mod_autoindex directory index on purpose, allow it with Options
+Indexes in the block that covers whatever this URL maps
to.
if you meant for this to be proxied, it isn't,
if you meant for this to show some default file, see Di
On 12/4/09, Francis GALIEGUE wrote:
> I have tried to backslash it
Backslash worked for me in the RedirectMatch test.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Ser
(sed acts this way for instance), it is not expected at all
> from pcre (Perl doesn't know about &, and from what I've read about
> pcre so far, pcre doesn't know about it either). Hence my puzzle.
I think Apache is simulating perls $&, and I think it'
On 12/4/09, Eric Covener wrote:
> On 12/4/09, Francis GALIEGUE wrote:
>
> > The problem I have is with the & being systematically understood by
> > the right size of regexes to mean "the whole thing matched by the
> > matching left regex". While
ious attribute
> value pair.
I doubt there's a platform issue here. See the doxygen for
apr_table_set vs. apr_table_merge.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTT
requirements of your iphone
application in terms of HTTP and maybe someone can address them here.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apac
On Tue, Dec 8, 2009 at 8:20 AM, Francis GALIEGUE wrote:
> On Fri, Dec 4, 2009 at 14:39, Eric Covener wrote:
> [...]
>>>
>>> I think Apache is simulating perls $&, and I think it's on purpose.
>>> Seems pretty unwise.
>>
>> That is defi
gt; the compile environment:
Google can find the thread titled "problem with build on AIX 6.1" from
the development list.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP
>
> Why are there workers busy if HTTPERF have finished the test ??
Example?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/u
;
> export CXXFLAGS=$CFLAGS
> export LD=ld
> export LDFLAGS="-L/opt/freeware/lib"
> export OBJECT_MODE=64
>
Search for "aix_xlc_optimization.patch" for the workaround
--
Eric Covener
cove...@gmail.com
--
n [just an upper bound on other
explicitly configured things].
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more i
ude to source a common
config.
I'd suggest *:80 and *:443 until you have to actually discriminate
based on the local IP address. If you need to discriminate based on
hostname requested for non-SSL, add NameVirtualHost *:80.
--
Eric Covener
cove..
Using RR would be:
> A B C D
> 125 127 124 126
> I think that there would be a small difference in the number of connections
> between machines.
> Ricardo
Is the balancing coordinated across processes? Try testing with 1
child process onl
7;idle time' or something?
>
> I've looked into the prefork.c and it was too big for me. Any suggestions?
MaxSpareServers?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of
this case, "timeout") really correspond ?
> To the attribute names of the AJP Connector in Tomcat ?
> Or to some more obscure reference somewhere ?
>
The keys are defined in the ProxyPass directives documentation.
--
Eric Covener
cove...@gmail.com
---
ons only applies to the 1 rule immediately
following it. Maybe you need the [C] flag or some restructuring?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See ht
can get is mod_rewrite E= in or htaccess with no
substitution)
You might be able to write an apache module that zaps r->user in the
fixups phase when some criteria is met, but I am not seeing any more
direct way.
--
Eric Covener
cove...@gmail.com
--
rface.
Most people who a) have vhost trouble and b) put hostnames as the
first parm in VirtualHost are misunderstanding name-based virtualhosts
configuration. Most of them don't even need to discriminate between
IP addresses at all, and should just have *:port.
--
Eric Covener
cove...@
want is that my main domain is in
> /public_html/www.maindomain.com
for .htaccess in your document root this will probably give you a good start:
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^(www\.)maindomain.com$
RewriteCond %{REQUEST_FILENAME} !www.maindomain.com
RewriteRule (.*) /
On Mon, Dec 21, 2009 at 9:56 AM, André Warnier wrote:
>> RewriteCond %{HTTP_HOST} ^(www\.)maindomain.com$
>
> or rather :
> RewriteCond %{HTTP_HOST} ^(www\.)?maindomain.com$
yep
--
Eric Covener
cove...@gmail.com
--
ml#before
Did you download it, compile it, install it, load it, and try to
configure "roundrobin" as your LB method?
What happened?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apa
On Wed, Dec 23, 2009 at 5:39 PM, Devraj Mukherjee wrote:
> Depending on which Version of Apache you are using, mod_headers may be
> of assistance
> http://httpd.apache.org/docs/2.0/mod/mod_headers.html
How would that help, and why would it depend on the version of Apache?
--
Eric Cov
On Mon, Dec 28, 2009 at 9:05 AM, R. M. Pretzlaw wrote:
> The major problem in my case is, that the Alias and Rewriting doesn't
> contain the directory (as the error.log shows). It looks up the files in the
> wrong root.
Can you illustrate the same issue without any rewrite?
--
On Mon, Dec 28, 2009 at 9:31 AM, R. M. Pretzlaw wrote:
> Eric Covener wrote:
>>
>> Can you illustrate the same issue without any rewrite?
>
> I guess you mean this (sorry I have to train my English):
>
> There is a VirtualHost on Port 200 e.g.
> It's Document Ro
alk about testing for non-existent
subdirectories, are these other rules in the same context?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
foo/trunk/_index.php?u={What-Ever-It-Was}". But in the
> last step the error occurs.
>
In your vhost:
RewriteLog c:/rw.log
RewriteLogLevel 9
recreate and pastebin the contents of the rewrite log along with the
full conte
On Wed, Dec 30, 2009 at 12:28 PM, Wesley Stupar wrote:
> [Wed Dec 30 16:53:53 2009] [error] [client 192.168.1.107] (8)Exec format
> error:
>
> exec of '/usr/local/apache2/htdocs/testssi.shtml' failed
>
How have you told Apache to execute the SHTML instead of just pars
html#conclusion
>
> But I don't know what you mean by " How have you told Apache to execute
> the SHTML". How do you do that?
It's almost as if you've #include exec= the SHTML or otherwise setup
the SHML as CGI in
f.html#setenvif (or
mod_rewrite with E= flag)
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsu
.c
> apMakefile.tmpl mod_php4.c php4apache.dsp
> config.m4 mod_php4.exp php_apache.c
>
> But no instructions.
You have to build it, presumably from the top-level directory.
http://www.php.net/manual/en/install.unix.apache.php
--
CGI for your Apache 1.3.x server, and
adapt the info in the REAMDE from PHP to match your choice of
software.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http:
g the value of this
> header easily.
The CGI spec Nick is pointing you to says arbitrary headers are
already available in the env as HTTP_$headername.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support
uot;no response" issue. Have you checked your error log yet?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for mo
p;& make
> && make install
Hrm, do you need to explicitly enable DSO support (--enable-so)?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://
packages to drop config files into place
without editing existing files, but there's little cause for adding
directives out of context to keep them tidy in some filesystem layout
that Apache doesn't care about.
--
Eri
pointing to
> /usr/share/blah, then I could use a container to block access, as
> is done with the /var/www/ssl directory above. I suspect that there are
> security implications but it isn't clear to me what they are.
Using Alias and a corresponding container (2nd arg of
Ali
n modified.
http://httpd.apache.org/dev/debugging.html
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubs
On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo
wrote:
> I told that because have difference between both links: link_1 and link_2
> I thought that link_2 was the newest version. Is that right ??
> Ricardo
Sorry, I was mistaken.
--
Eric Covener
cove...@
On Mon, Jan 4, 2010 at 7:58 AM, vijay shanker wrote:
> ProxyPass / http://localhsot:8014/accounts/
> Reason: DNS lookup failure for: localhsot
typo
--
Eric Covener
cove...@gmail.com
-
The official User-To-User s
On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo
wrote:
> So, I've had problems with the newest version.
> Happened some SEGMENTATION FAULT.
> Have any idea ??
See the debugging link in previous response.
--
Eric Covener
cov
On Mon, Jan 4, 2010 at 8:52 AM, vijay shanker wrote:
> Oh Eric,
> thanks for pointing
> now i have changed the settings to
> ---
> ProxyPass /accounts http://localhsot:8014/
> ---
> and you know what; i got the desired page!
(That still has the typo)
--
Eric Cove
Deny from all
> # Allow from www.TOMCATWEBSITE.com
>
>
"Allow" restricts the client, or browser, address/hostname. You seem
to have listed your origin (backend) server instead.
What were you trying to restrict?
--
Eric Covener
cove...@gmail.com
e overall response (all the included stuff
smushed together from potential exec's, etc)
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.or
On Tue, Jan 5, 2010 at 2:56 PM, Peter Maguire wrote:
> Im using xampp with apache but they both have htdocs folders. Which one do I
> use?
Find your configuration file, and look for the DocumentRoot directive.
--
Eric Covener
cove...@gma
calculate headers at the end of a response and still use them.
> (For that matter,
> FileETag could generate its Etag off the cached document!)
It's not a file.
--
Eric Covener
cove...@gmail.com
-
The official Us
On Wed, Jan 6, 2010 at 4:46 AM, Peter Maguire wrote:
> I'm having another problem with xampp. Everytime I try to start up mysql it
> says: warning: terminating worker 1 . I have tryed reinstalling xampp but it
> didn't help.
Off-topic here.
--
Eric Covene
uests off), and you've
told it to connect to a specific backend via ProxyPass, I don't see
why you need furtherer configuration to restrict anything.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User
t the 2.2 docs updated but if
> there is, I'm happy to help.
I updated the FileEtag documentation (shift-refresh on
http://httpd.apache.org/docs/2.2/mod/core.html#fileetag)
--
Eric Covener
cove...@gmail.com
-
The offic
On 1/7/10, Reese wrote:
> RewriteEngine On
> RewriteCond %{HTTP_HOST} subdomain\.domain\.ext
> RewriteRule (.*)(0[5-6]).html$ /20$2/$1$2.html [R=301,L]
> RewriteEngine Off
You don't bookend your rules with on/off.
--
Eric Covener
201 - 300 of 3338 matches
Mail list logo