[EMAIL PROTECTED] Strange problem mod_proxy_ajp, jboss and sessions.

2008-03-04 Thread Haim Ashkenazi
Hi I have a strange session keeping problem between apache 2.2.3 and jboss 4.2.2. The java side of the problem is documented in the seam framework forum (http://www.seamframework.org/Community/StatelessSessionBeanAndModproxyajp) including a demo application to demonstrate the problem. In general,

Re: [EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-11-14 Thread Spil Oss
Martin, Don't think that that'll work. Apache will report a config error because you cant use ProxyPass in a Location block, only ProxyPass You probably want ProxyPassReverse http://numsum.com/numsum if you wish to have a header Location: http://numsum.com/numsum/people in a redirect. Spil

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread ROGER DEBRY
That was it. This is the first system that I have run that uses SELinux, and I had not thought of this as being a problem. Thank you! >>> "Joshua Slive" <[EMAIL PROTECTED]> 11/1/2006 11:44 AM >>> On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: > Here is the message from the Apache error log: >

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Joshua Slive
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: Here is the message from the Apache error log: [client 161.28.248.51] (13)Permission denied: access to /phpBB2/docs/INSTALL.html denied The Directory is defined in httpd.conf as This is a unix filesystems permission problem. If other files

RE: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread ROGER DEBRY
inal Message- > From: ROGER DEBRY [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 4:21 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Strange problem with permissions > > I have just recently installed Apache 2.2.2. All seems to work just > fine.

RE: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Boyle Owen
> -Original Message- > From: ROGER DEBRY [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 4:21 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Strange problem with permissions > > I have just recently installed Apache 2.2.2. All seem

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Joshua Slive
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: I have just recently installed Apache 2.2.2. All seems to work just fine. However, today I downloaded a package that requires a number of files be installed in my web directory. When I try to access these files from a browser, I get an error mes

[EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread ROGER DEBRY
I have just recently installed Apache 2.2.2. All seems to work just fine. However, today I downloaded a package that requires a number of files be installed in my web directory. When I try to access these files from a browser, I get an error message that I don't have permission to access the files

Re: [EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-10-26 Thread Jack Saunders
Change this line ProxyPass http://numsum.com/ To this ProxyPass / http://numsum.com/ Everything else looks good. Hope this helps! Jack On 10/25/06, Didier PH Martin <[EMAIL PROTECTED]> wrote: Hello My Apache version is: 2.2.3 installed from the apache friend package for windows. The server i

[EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-10-25 Thread Didier PH Martin
Hello My Apache version is: 2.2.3 installed from the apache friend package for windows. The server is running on a window XP home version (SP2) with all the latest updates. The config is as follow: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_ht

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Strange problem with mod_jk2

2006-04-12 Thread Dietmar . Mueller
[EMAIL PROTECTED] Strange problem with mod_jk2 Hi, We are seeing a strange problem with Apache/2.0.53 + Tomcat 4.1.30 connected using mod_jk2. Occasionally all the threads in one of the Apache processes (using worker mpm) gets into "*|W|*" Sending Reply mode (as seen on the server-stat

[EMAIL PROTECTED] Strange problem with mod_jk2

2006-04-12 Thread Praveen Alavilli
Hi, We are seeing a strange problem with Apache/2.0.53 + Tomcat 4.1.30 connected using mod_jk2. Occasionally all the threads in one of the Apache processes (using worker mpm) gets into "*|W|*" Sending Reply mode (as seen on the server-status page) forever taking up a lot of memory and cpu. Th

RE: [EMAIL PROTECTED] Strange problem

2005-11-24 Thread Boyle Owen
> -Original Message- > From: Adam Olsen [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 24. November 2005 00:17 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Strange problem > > > We are using perl and apache2 for our software. With our > soft

[EMAIL PROTECTED] Strange problem

2005-11-23 Thread Adam Olsen
We are using perl and apache2 for our software. With our software, our users have the ability to upload an optional 4 images via an html form (sometimes the images can be quite big, they are from digital cameras). While and image is uploading, apache2 queues all other requests until the uploa

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-23 Thread André Malo
* Joshua Slive wrote: > On 8/22/05, Stuart Gall <[EMAIL PROTECTED]> wrote: > > > I haven't tested this myself, but my guess is that mod_autoindex > > > (which generates the directory listings) is doing a file-level > > > sub-request on each entry in the directory to see if it is > > > accessible.

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-23 Thread William A. Rowe, Jr.
Joshua Slive wrote: On 8/22/05, Stuart Gall <[EMAIL PROTECTED]> wrote: I haven't tested this myself, but my guess is that mod_autoindex (which generates the directory listings) is doing a file-level sub-request on each entry in the directory to see if it is accessible. For some reason this sub-

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-23 Thread Joshua Slive
On 8/22/05, Stuart Gall <[EMAIL PROTECTED]> wrote: > > I haven't tested this myself, but my guess is that mod_autoindex > > (which generates the directory listings) is doing a file-level > > sub-request on each entry in the directory to see if it is accessible. > > For some reason this sub-request

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-22 Thread Stuart Gall
On 21 Aug 2005, at 17:39, Joshua Slive wrote: So I have apache 2.0.50 installed on Mandrake A little bit of an old version. OK It comes with mandrake 10.1 and I am a bit lazy :-) The latest version is 2.0.54 and http://ftp.physics.auth.gr/pub/mirrors/apache/httpd/CHANGES_2.0 doesn't ment

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-21 Thread Sean Conner
It was thus said that the Great Stuart Gall once stated: > > Hello, > As I understand it > and > are equivalent except Location refers from the Document root Not quite. refers to the URL, *not* the directory. For example: http://bible.conman.org/ Actually, go there. You'll

Re: [EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-21 Thread Joshua Slive
On 8/21/05, Stuart Gall <[EMAIL PROTECTED]> wrote: > Hello, > As I understand it > and > are equivalent except Location refers from the Document root That's a gross (and potentially dangerous) oversimplification. See: http://httpd.apache.org/docs/2.0/sections.html#file-and-web for the true diff

[EMAIL PROTECTED] Strange problem with Options +Indexes

2005-08-21 Thread Stuart Gall
Hello, As I understand it and are equivalent except Location refers from the Document root So I have apache 2.0.50 installed on Mandrake In one of my virtual hosts I have Allow from all Options +Indexes Allow from all

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread Kelly Price
On 8/2/05, Nick Kew <[EMAIL PROTECTED]> wrote: > Kelly Price wrote: > > I'm having a strange problem with mod_vhost_alias here, which doesn't > > match the documentation. > > I haven't read the documentation for that, so can't help with diagnosing > whether it's a bug or your problem. > http://h

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread Nick Kew
Kelly Price wrote: > I'm having a strange problem with mod_vhost_alias here, which doesn't > match the documentation. I haven't read the documentation for that, so can't help with diagnosing whether it's a bug or your problem. > My intentions are to map these sample domains on one server to these

Re: [EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-02 Thread FSA
are u trying to put the log files in separte dir's for each vhost ? or i don't understand the problem ? Kelly Price wrote: > I'm having a strange problem with mod_vhost_alias here, which doesn't > match the documentation. > > My intentions are to map these sample domains on one server to these

[EMAIL PROTECTED] Strange problem with mod_vhost_alias

2005-08-01 Thread Kelly Price
I'm having a strange problem with mod_vhost_alias here, which doesn't match the documentation. My intentions are to map these sample domains on one server to these directories: web.stalag99.net => /home/hosts/stalag99_net/w/e/b/web/public_html/ stalag99.net => /home/hosts/stalag99_net/w/e/b/web/pu

[EMAIL PROTECTED] strange problem when SSI including jsp

2005-07-06 Thread Chris Hall
I've recently setup apache 2.0.49 (SuSE Enterprise Linux 9 rpm package) and Tomcat 5.5.9 (downloaded from jakarta site). Everything appears to be working great. First some information: moving apps from Websphere/IBM HTTP server to Tomcat/Apache web document root: /srv/www/websiteX/htdocs websit