Re: [us...@httpd] mod_rewrite, mod_proxy and AAA

2009-10-25 Thread Krist van Besien
On Sun, Oct 25, 2009 at 12:12 PM, André Warnier wrote: > Similarly, the doc. for ProxyPass indicates : > Context:        server config, virtual host, directory > > Does the above mean that they apply also to a section ? You can use Proxy and ProxyPass directives in a container, but the syntax

Re: [us...@httpd] RE: httaccess stopped working update

2009-10-25 Thread Jonathan Zuckerman
> -Original Message- > From: Marc Fromm > Sent: Sunday, October 25, 2009 7:48 PM > To: users@httpd.apache.org > Subject: [us...@httpd] httaccess stopped working > > I have used this htaccess file for quite some time now and it worked, only > allowing access to specific ip addressess. > For

[us...@httpd] RE: httaccess stopped working update

2009-10-25 Thread Marc Fromm
Update on my htaccess problem. Recently I set up a spider trap which required placing an htaccess file on the www/html directory. The htaccess file listed in my first email is a sub directory of html/. The tutorial had me create this htaccess file. Is the . . . section over ruling the htacces

[us...@httpd] httaccess stopped working

2009-10-25 Thread Marc Fromm
I have used this htaccess file for quite some time now and it worked, only allowing access to specific ip addressess. For some reason the htaccess is not blocking ip addresses outside the ones specified. I have 'x'ed out the ip addresses and changed the user user name for this email. AuthType Ba

RE: [us...@httpd] apche http lost session

2009-10-25 Thread yanivo
Yes I am using the same domain I don’t know about the "secure" flag Is this apache configuration or java configuration? Can u tell me where do I set this flag? ___ יניב אושרי צוות מיתב – תוכניתן JAVA שלוחה:7435  -Original Message- From: Issac Goldstand [mailto:ma

[us...@httpd] Apache Scoreboard Viewer v0.9.2

2009-10-25 Thread Morten K. Poulsen
Hi List, I've just released FableTech Apache Scoreboard Viewer version 0.9.2, which adds support for setups with mod_proxy_balancer enabled. Thanks to Lincoln Zuljewic Silva for reporting this issue. The project is a command line program, which gives the system administrator a view of the scorebo

Re: [us...@httpd] apche http lost session

2009-10-25 Thread Issac Goldstand
Are you sure that you're using the same domain for the http and https requests? Are you sure that you're not setting the "secure" flag on the session cookie? Issac yan...@harel-ins.co.il wrote: > > Hi > > > > I have apache http 2.2 server that forward request to jboss web server > (version 4

[us...@httpd] mod_rewrite, mod_proxy and AAA

2009-10-25 Thread André Warnier
Hi. environment : Apache 2.2, all platforms In the doc. for RewriteRule it specifies : Context:server config, virtual host, directory, .htaccess Similarly, the doc. for ProxyPass indicates : Context:server config, virtual host, directory Does the above mean that they apply also