Re: [EMAIL PROTECTED] Apache 2.2, Error: not in required group(s).

2006-10-31 Thread Ian Brandt
Ian Brandt wrote: > However when I try to authenticate the following appears in error.log: > > [error] GROUP: ibrandt not in required group(s). I seem to have solved the issue. I found the text of the error message verbatim in the mod_auth_sys_group source. I had LoadModule directives for mod_a

RE: [EMAIL PROTECTED] Directory index forbidden by Options directive

2006-10-31 Thread Boyle Owen
> -Original Message- > From: Clodoaldo Pinto Neto [mailto:[EMAIL PROTECTED] > Sent: Monday, October 30, 2006 5:08 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Directory index forbidden by > Options directive > > 2006/10/30, Boyle Owen <[EMAIL PROTECTED]>: > > I don't

[EMAIL PROTECTED] Apache 2.2, Error: not in required group(s).

2006-10-31 Thread Ian Brandt
I've just upgraded to 2.2.3 from 2.0.54. I've reviewed the docs regarding the auth changes. My config is: DAV svn SVNParentPath /var/lib/svn SVNListParentPath on SVNPathAuthz off AuthType Basic AuthName "Subversion Repository" AuthBasicProvider file AuthUserFi

[EMAIL PROTECTED] RE: Extending Apache to subscriber account web model

2006-10-31 Thread Neville Aga
Try #2 - any takers out there? I am interested in upgrading my existing web site to have a way for people to log in via forms and set a cookie, and have a module that lets people sign up for accounts, email out a confirmation, handle lost passwords, etc. I want to do this with my existing ap

Re: [EMAIL PROTECTED] mod_disk_cache stores the result without HTTP compression

2006-10-31 Thread Joshua Slive
On 10/31/06, KevinK <[EMAIL PROTECTED]> wrote: I am using Apache 2.0.55 with mod_disk_cache and mod_deflate. When a user who supports HTTP compression gets the same URL twice, they get it with HTTP compression the first time, but without compression on subsequent times when it gets served from

Re: [EMAIL PROTECTED] Apache2 Proxy to Tomcat backend

2006-10-31 Thread Jeff McAdams
Roger Hendrix at Baldor-IS wrote: > I am trying to configure an Apache front-end Proxy Service to talk to > a backend Tomcat Server. > The Apache Server is: apache2-2.0.49-27.59 > The Tomcat Server is: jakarta-tomcat-5.0.19-29.1 > The Apache Server is configured using ProxyPass and ProxyPreserv

[EMAIL PROTECTED] mod_disk_cache stores the result without HTTP compression

2006-10-31 Thread KevinK
I am using Apache 2.0.55 with mod_disk_cache and mod_deflate. When a user who supports HTTP compression gets the same URL twice, they get it with HTTP compression the first time, but without compression on subsequent times when it gets served from the cache. The data file in the cache reveals th

[EMAIL PROTECTED] Cannot compile with mod_authnz_ldap

2006-10-31 Thread Christian Billen
Good afternoon, I am attempting a fresh apache 2.2.3 install on ubuntu 6.10 x86. This is my configure line: ./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --with-ldap --enable-ldap --enable-authnz-ldap But when I make I encounter the following mod_authnz_ldap.c:40:2: error: #

[EMAIL PROTECTED] length of unique_id

2006-10-31 Thread Shailesh N. Humbad
On this page: http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html it says, "The UNIQUE_ID environment variable is constructed by encoding the 112-bit (32-bit IP address, 32 bit pid, 32 bit time stamp, 16 bit counter) quadruple using the alphabet [EMAIL PROTECTED] in a manner similar to MI

RE: [EMAIL PROTECTED] Apache2 Proxy to Tomcat backend

2006-10-31 Thread Roger Hendrix at Baldor-IS
Greetings: Note the target computer is SuSe 9.3x running on an IBM Mainframe; therefore, it is 64-bit. Ok, I downloaded Apache2 2.2.3 source and have attempted to run the following: ./configure --prefix=/srv/www/apache2 make Now, the make is failing as follows: Welcome to SUSE LINUX Enterpris

[EMAIL PROTECTED] Re: Problem with mod_rewrite example from Apache manual

2006-10-31 Thread Júlio Maranhão
Joshua Slive wrote: Please do file a bug report including that URL. Done. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscrib

Re: [EMAIL PROTECTED] Re: Problem with mod_rewrite example from Apache manual

2006-10-31 Thread Joshua Slive
On 10/31/06, Júlio Maranhão <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > > What error? It looks correct in the manual to me. > http://httpd.apache.org/docs/2.2/howto/access.html The error is clear and the solution is to remove a single space as you explained. Yep, you're right. I was l

[EMAIL PROTECTED] Re: Problem with mod_rewrite example from Apache manual

2006-10-31 Thread Júlio Maranhão
Joshua Slive wrote: What error? It looks correct in the manual to me. http://httpd.apache.org/docs/2.2/howto/access.html The error is clear and the solution is to remove a single space as you explained. Cheers Júlio -

[EMAIL PROTECTED] Apache2 Proxy to Tomcat backend

2006-10-31 Thread Roger Hendrix at Baldor-IS
Greetings: I am trying to configure an Apache front-end Proxy Service to talk to a backend Tomcat Server. The Apache Server is:apache2-2.0.49-27.59 The Tomcat Server is: jakaarta-tomcat-5.0.19-29.1 The Apache Server is configured using ProxyPass and ProxyPreserveHost statements. Users can

Re: [EMAIL PROTECTED] Problem building apache 2.2.23 with mod_ldap_auth

2006-10-31 Thread Serge Dubrouski
Do you have openldap-devel rpm installed? On 10/31/06, Quentin North <[EMAIL PROTECTED]> wrote: John Thanks for your reply > -Original Message- > From: John P. Dodge [mailto:[EMAIL PROTECTED] > > On Fri, 27 Oct 2006, Quentin North wrote: > > > Im trying to build apache 2.2.23 on Centos

Re: [EMAIL PROTECTED] Apache2 Proxy to Tomcat backend

2006-10-31 Thread Nick Kew
On Tue, 31 Oct 2006 11:23:49 -0600 "Roger Hendrix at Baldor-IS" <[EMAIL PROTECTED]> wrote: > Greetings: > > I am trying to configure an Apache front-end Proxy Service to talk to > a backend Tomcat Server. > > The Apache Server is: apache2-2.0.49-27.59 > The Tomcat Server is: jakaarta-tomcat-5.0

RE: [EMAIL PROTECTED] Problem building apache 2.2.23 with mod_ldap_auth

2006-10-31 Thread Quentin North
John Thanks for your reply > -Original Message- > From: John P. Dodge [mailto:[EMAIL PROTECTED] > > On Fri, 27 Oct 2006, Quentin North wrote: > > > Im trying to build apache 2.2.23 on Centos4 with > mod_ldap_auth. Im using > > the following configure line: > > > > ./configure --prefix

Re: [EMAIL PROTECTED] Allowing negotiated content to be cached

2006-10-31 Thread Joshua Slive
On 10/31/06, Spartanicus <[EMAIL PROTECTED]> wrote: I'm experimenting with multiviews to get more user friendly URLs, and so that I can change "foobar.htm" to "foobar.cgi" without causing problems or requiring a fix. Consequently normally the document returned should be the same so I added "Cach

Re: [EMAIL PROTECTED] Apache2 Proxy to Tomcat backend

2006-10-31 Thread Serge Dubrouski
Have you tried to use AJP connector instead of proxying? On 10/31/06, Roger Hendrix at Baldor-IS <[EMAIL PROTECTED]> wrote: Greetings: I am trying to configure an Apache front-end Proxy Service to talk to a backend Tomcat Server. The Apache Server is:apache2-2.0.49-27.59 The Tomcat Server

Re: [EMAIL PROTECTED] Problem building apache 2.2.23 with mod_ldap_auth

2006-10-31 Thread John P. Dodge
On Fri, 27 Oct 2006, Quentin North wrote: > Im trying to build apache 2.2.23 on Centos4 with mod_ldap_auth. Im using > the following configure line: > > ./configure --prefix=/apache --enable-ldap --enable-auth-ldap > --with-apr=srclib/apr --with-apr-util=srclib/apr-util > > When I try the make, I

[EMAIL PROTECTED] Allowing negotiated content to be cached

2006-10-31 Thread Spartanicus
I'm experimenting with multiviews to get more user friendly URLs, and so that I can change "foobar.htm" to "foobar.cgi" without causing problems or requiring a fix. Consequently normally the document returned should be the same so I added "CacheNegotiatedDocs On" for HTTP/1.0 requests. What is th

[EMAIL PROTECTED] Figuring out how much memory httpd is using?

2006-10-31 Thread Cabbar Duzayak
Hi, I am running Apache with mod_php. Could you please tell how I can find out how much memory does httpd processes consume (which includes PHP memory usage) in total and how one can interpret the top results I listed below, specifically SIZE/RESIDENT AND SHARED, i.e. is it separate for each proc

Re: [EMAIL PROTECTED] README file doesn't list when using Options +Indexes

2006-10-31 Thread Matus UHLAR - fantomas
> On 31.10.06 08:42, Jan van den Berg wrote: > > I have a strange problem with Apache/2.0.58. > > > > I have a .htaccess file with: Options +Indexes in it, so the contents of > > the dir should be listed. > > > > This is true however, a file called README doesn't show up in the list. On 31.10.

Re: [EMAIL PROTECTED] README file doesn't list when using Options +Indexes

2006-10-31 Thread Matus UHLAR - fantomas
On 31.10.06 08:42, Jan van den Berg wrote: > I have a strange problem with Apache/2.0.58. > > I have a .htaccess file with: Options +Indexes in it, so the contents of > the dir should be listed. > > This is true however, a file called README doesn't show up in the list. > > When the file is sp