[EMAIL PROTECTED] Dynamic proxying with mod_rewrite, problems with reverse proxy

2006-03-10 Thread Atle Veka
Hi, I have run into a snag with mod_rewrite and proxying. I want to have a RewriteRule that proxies a dynamic site (based on a map) which works fine except that I need reverse proxying turned on. So far I have not been able to come up with a solution. Any ideas, other than specifying ProxyPassRever

Re: [EMAIL PROTECTED] Blocking invalid URIs?

2006-03-10 Thread John Rodenbiker
-- Freedom, Truth, Love, Beauty. John Rodenbiker [EMAIL PROTECTED] On Mar 10, 2006, at 4:25 PM, Sean Conner wrote: It was thus said that the Great John Rodenbiker once stated: Is there a way to have httpd drop requests to URIs that don't actually exist in my environment? It's turned on

[EMAIL PROTECTED] Sending images and ASCII in same content stream

2006-03-10 Thread Dustin Oprea
Is it possible to send the binary images and ASCII HTML in the same document? Dustin - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To un

Re: [EMAIL PROTECTED] Blocking invalid URIs?

2006-03-10 Thread Sean Conner
It was thus said that the Great John Rodenbiker once stated: > > I'm very new to running a web server. > > Is there a way to have httpd drop requests to URIs that don't actually > exist in my environment? > > For example, if I have a very simple web site with just the document > "index.html" I

Re: [EMAIL PROTECTED] Blocking invalid URIs?

2006-03-10 Thread Kishore Jalleda
check out Snort (http://snort.org) , it has the ability to detect many web-based attacks ...   Kishore Jalleda   On 3/10/06, John Rodenbiker <[EMAIL PROTECTED]> wrote: I'm very new to running a web server.Is there a way to have httpd drop requests to URIs that don't actually exist in my environment

[EMAIL PROTECTED] Blocking invalid URIs?

2006-03-10 Thread John Rodenbiker
I'm very new to running a web server. Is there a way to have httpd drop requests to URIs that don't actually exist in my environment? For example, if I have a very simple web site with just the document "index.html" I don't want people trying to access "../../../../../users/john/secretstuff"

Re: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-10 Thread Kenevel
Clute, Andrew wrote: > No. > > Actually, this started recently when we upgraded to 2.2 with > mod_proxy_ajp from 2.0.X with mod_jk, and removed our stage site from > being in SSL. Both are port 80. > > Does SSL have something to do with this? > > Andrew > Only insofar as if you've got two virtual

RE: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-10 Thread Clute, Andrew
No. Actually, this started recently when we upgraded to 2.2 with mod_proxy_ajp from 2.0.X with mod_jk, and removed our stage site from being in SSL. Both are port 80. Does SSL have something to do with this? Andrew > -Original Message- > From: Kenevel [mailto:[EMAIL PROTECTED] > Sent

[EMAIL PROTECTED] problem with apache or php?

2006-03-10 Thread kjc
I've posted my question already the PHP internals group because I thought this problem was with PHP. But I haven't had any luck so far, still digging, still searching. A co-worker wonders if this problem isn't Apache though, so I'm cross posting this issue here. I'm running Solaris 10. My web serv

[EMAIL PROTECTED] cumultate different auth database

2006-03-10 Thread Jehan PROCACCIA
hello, Is it possible in an authentified directory to cumulate different sources of usernames ? I want to search first in our central SSO (CAS + ldap) database, then, if the user is not there, to switch to a second auth represented as a local htpasswd file, for exemple an .htaccess like this

Re: [EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-10 Thread Kenevel
Hi Andrew, Are you at any stage going through an SSL connection? Mike - Original Message - From: Clute, Andrew I have one box, that hosts both my dev and stage environments. Both are different config directories inside of JBoss 4.0.3sp1. Each one is bound to a different IP address. I h

Re: [EMAIL PROTECTED] SSI not working in Frame on new install of Apache

2006-03-10 Thread William A. Rowe, Jr.
Lineberger, Aaron wrote: It would seem that there is a slight difference between Apache 2.0.40 and 2.2.0 whereas the earlier version does not require the .txt extension be included in the AddOutputFilter INCLUDES. After adding it in the 2.2.0 configuration, things began working again. The onl

RE: [EMAIL PROTECTED] SSI not working in Frame on new install of Apache

2006-03-10 Thread Lineberger, Aaron
Title: SSI not working in Frame on new install of Apache It would seem that there is a slight difference between Apache 2.0.40 and 2.2.0 whereas the earlier version does not require the .txt extension be included in the AddOutputFilter INCLUDES. After adding it in the 2.2.0 configuration, thi

[EMAIL PROTECTED] 2 Tomcat instances on one box: stop bouncing between them?

2006-03-10 Thread Clute, Andrew
I have one box, that hosts both my dev and stage environments. Both are different config directories inside of JBoss 4.0.3sp1. Each one is bound to a different IP address. I have turned on the jvmRoute for both instances. The domain names are dev.foobar.com and stage.foobar.com For some reaso

Re: [EMAIL PROTECTED] LDAP Password Protection

2006-03-10 Thread ryan punt
This is normal behavior. IIRC, the browser caches credentials for the duration of the session, making it hard to unset them without some backend work. >>> [EMAIL PROTECTED] 3/10/2006 9:02 AM >>> We have a page that is supposed to be password protected with LDAP authentication. You can login to

[EMAIL PROTECTED] LDAP Password Protection

2006-03-10 Thread Matt Weston
We have a page that is supposed to be password protected with LDAP authentication. You can login to the page just fine; however, unless you close out your browser(verified on Firefox, Opera, and IE) the page fails to ask for a username/password again when you return to the page. Any thoughts?

[EMAIL PROTECTED] SSI not working in Frame on new install of Apache

2006-03-10 Thread Lineberger, Aaron
Title: SSI not working in Frame on new install of Apache Background: Moving content form RedHat Linux system running 2.0.40 to Sun Solaris 9 system running 2.2.0. (Detailed Information below.) I'm having a problem on the new install where the SSI in my content no longer works, the only outp

[EMAIL PROTECTED] Reverse proxy and cache

2006-03-10 Thread Airat A. Sadreev
I'd like to provide access to multiple remote Web-servers via my Apache using reverse proxy. Remote Web-servers connected via low-speed channels so I'd like to use \ caching to speed-up content loading for clients. I set up reverse proxy and cache modules. The accessed files PUT in

Re: [EMAIL PROTECTED] Cookie-Based Rewrite

2006-03-10 Thread Alan Little
OK, so I got this figured out, and thought I'd post it here for posterity. Rather than putting the cookie rule in a separate .htaccess file in the demo directory, I put them both in the root: RewriteCond %{HTTP_HOST} ^demo.example.com$ RewriteCond %{REQUEST_URI} !^/demo/ RewriteCond %{HTTP_COOKIE

Re: [EMAIL PROTECTED] mod_mem_cache configuration help

2006-03-10 Thread Xuekun Hu
Thanks for replying. I tested mod_file_cache. However I also met some errors both with cachefile and mmapfile. When I want to cache more than 20 files, there are the below errors. Using cachefile: [Fri Mar 10 12:56:47 2006] [info] [client 10.0.1.4] (70014)End of file found: core_output_filter: wr

Re: [EMAIL PROTECTED] please help me!

2006-03-10 Thread Arturo Ignacio Partarrieu Ramos
Thanks men, but Mambo still saying that is unwriteable why is that? if I use as servername www.artenovias.cl do I have to name www.artenovias.cl.conf or can be artenovias.conf? my artenovias.conf file only have:  AllowOverride All   On 3/6/06, Gaël Lams <[EMAIL PROTECTED]> wrote: Hi,> under

[EMAIL PROTECTED] apologies - apachde post hang problem "fixed"

2006-03-10 Thread Jacqui Caren
Recently I posed a problem with file upload form (from any browser) over ~1K. After much investigation, the packets send from the client appeared OK but what was received was corrupted (missing bytes). It looks like I have found the problem. Sygate personal firewall! (SPF) [ Note that apache is r