Re: [users@httpd] mod_rewrite access control configuration

2012-01-17 Thread Asplund Marko
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

[users@httpd] mod_rewrite access control configuration

2012-01-14 Thread Asplund Marko
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

[us...@httpd] Re: Building Apache HTTPD with mod_whatkilledus and mod_backtrace

2010-09-04 Thread Marko Kevac
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

[us...@httpd] Building Apache HTTPD with mod_whatkilledus and mod_backtrace

2010-09-04 Thread Marko Kevac
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

Re: [us...@httpd] Module to accept and parse POST in JSON

2009-12-21 Thread Kevac Marko
> 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

[us...@httpd] Module to accept and parse POST in JSON

2009-12-12 Thread Kevac Marko
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

Re: [EMAIL PROTECTED] Cache configuration advice

2008-05-02 Thread Marko Asplund
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 ---

[EMAIL PROTECTED] Cache configuration advice

2008-04-30 Thread Marko Asplund
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

Re: [EMAIL PROTECTED] expat lib not found apache httpd 2.2.6

2007-12-16 Thread Marko Leer
; 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

[EMAIL PROTECTED] expat lib not found apache httpd 2.2.6

2007-12-16 Thread 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

[EMAIL PROTECTED] How to process SSI commands after mod_cache?

2007-12-09 Thread Marko Asplund
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

Re: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-09 Thread Marko Asplund
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

RE: [EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-07 Thread Marko Asplund
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

[EMAIL PROTECTED] Reverse proxy cache control problems

2007-12-06 Thread Marko Asplund
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

Re: [EMAIL PROTECTED] Using SSI in proxied content

2007-12-06 Thread Marko Asplund
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

[EMAIL PROTECTED] Using SSI in proxied content

2007-12-05 Thread Marko Asplund
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

[EMAIL PROTECTED] Caching personalized pages with httpd 2.2

2007-11-27 Thread Marko Asplund
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

RE: [EMAIL PROTECTED] mod_vhost_alias and mod_rewrite working together

2007-08-15 Thread Marko Hrastovec
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

[EMAIL PROTECTED] mod_vhost_alias and mod_rewrite working together

2007-08-15 Thread Marko Hrastovec
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.

[EMAIL PROTECTED] libgcc dependency problem with 2.0.55

2006-01-04 Thread Marko Asplund
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