s /baz ajp://127.0.0.1:8009/baz
thanks,
marko
-
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-unsubs
with /foo/, /bar/ or /baz/; block
others
RewriteRule ^/foo/ - [P]
RewriteRule ^/bar/ - [P]
RewriteRule ^/baz/ - [P]
RewriteRule ^ - [F]
All requests are currently proxied to the backend server simply using:
ProxyPass / ajp://127.0.0.1:8009/
marko
Sory, very stupid question :-)
I have forgotten to check whether this modules are in httpd
distribution or not :-)
On Sat, Sep 4, 2010 at 3:39 PM, Marko Kevac wrote:
> Hi.
>
> What should I pass to ./configure script in order to build Apache
> HTTPD with mod_whatkilledus and mod_back
Hi.
What should I pass to ./configure script in order to build Apache
HTTPD with mod_whatkilledus and mod_backtrace?
I don't care whether they will be build into httpd or in modules/ as *.so.
Tried:
./configure --enable-modules="whatkilledus backtrace"
./configure --enable-modules="mod_whatkill
> It might help if you describe what you are trying to achieve and we
> might be able to give you a better answer.
>
> On Sun, Dec 13, 2009 at 3:09 AM, Kevac Marko wrote:
>> Hello
>>
>> Is there any module similar to mod_form
>> (http://apache.webthing.com/mod_for
Hello
Is there any module similar to mod_form
(http://apache.webthing.com/mod_form/) which is able to accept and
parse POST request in JSON format (application/json)?
Thanks.
--
Marko Kevac
Sent from Moscow, Mow, Russia
-
The
ortunately, I don't think it is possible to set
> different expiration times within the same host, since this directive
> can't be placed in / sections.
Yes, I found this out the hard way :(
Any hope of getting this restriction removed some time in the future?
thanks,
marko
---
I'm developing a public web site on top of a CMS product running in
Apache Tomcat. The site will have a caching Apache httpd 2.2 reverse
proxy in front of Tomcat.
Since my experience with caching Apache reverse proxy setups is limited
I'd appreciate any feedback on the current setup plan.
Page co
; setting APRUTIL_EXPORT_LIBS to "-lexpat"
M> setting APRUTIL_LIBS to "-lexpat"
M> My Expat-lib is in /usr/local/lib.
M>
M> Update to 2.2.3 runs smoothly.
M> Any suggestions how to trick httpd 2.2.6 into installing welcome.
M> Cheers,
M> Marko
INCLUDES to "-I/usr/local/include"
setting APRUTIL_EXPORT_LIBS to "-lexpat"
setting APRUTIL_LIBS to "-lexpat"
My Expat-lib is in /usr/local/lib.
Update to 2.2.3 runs smoothly.
Any suggestions how to tri
in
a way that SSI commands would be cached inside page content instead of
SSI command results. For cached pages the SSI commands should be run
prior to returning the content to the user.
Can Apache be setup to work like th
line to
Cache-Control = s-maxage=3600
caching seems to be working as planned.
Another option would've been to use the following configuration directive:
CacheIgnoreCacheControl On
marko
-
The official User-To-User support
Axel-Stephane SMORGRAV wrote:
> Could you possibly post the headers returned by \
> http://localhost:5050/cachetest/jsp/cacheable/main.jsp along with
your proxy \
> configuration directives?
After upgrading Apache from 2.2.4 to 2.2.6 the debug log looks a bit
different but the test page stil
mod_cache in order
to do that?
Marko
Here's a debug log extract from a page load:
[Thu Dec 06 22:25:35 2007] [debug] mod_disk_cache.c(477): disk_cache:
Recalled cached URL info header
http://localhost:5050/cachetest/jsp/cacheable/main.jsp?
[Thu Dec 06 22:25:35 2007] [debug] mod_d
Vincent Bray wrote:
It should work for proxied content, assuming your config specifies the
filter correctly. Something like this should work:
...
AddOutputFilterByType INCLUDES text/html
...
seems to be working correctly, thanks.
marko
or is this just a problem
with my configuration?
marko
-
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: [EMAIL P
ecification seems to be addressing this
problem. Does Apache have support for the specification?
marko
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.htm
I have solved the problem myself. It was again not reading the manuals
precisely enough. PT option to RewriteRule does the trick.
Sorry to have trashing the mailing list with problem I should have
solved by myself.
Marko
-Original Message-
From: Marko Hrastovec [mailto:[EMAIL PROTECTED
oot.
Does anybody have some idea what would be the simplest and easiest
workaround?
Any suggestions are welcome. Thanks!
Marko
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.
hi
I'm having problems building Apache 2.0.55, or rather starting it.
When i try to run the binary the following error message appears in
error_log:
ld.so.1: /home/aspa/dev-3.4/httpd/httpd: fatal: libgcc_s.so.1: open
failed: No such file or directory
This happens on Solaris 8 (SPARC), i
20 matches
Mail list logo