RE: [EMAIL PROTECTED] Errors using ldap

2005-08-30 Thread pamela.kalle
Hi Bill Thank you for the answer but I found the problem already. I forgot to include the line : LoadModule ldap_module modules/util_ldap.so Thanks anyway Greetings Pamela -Oorspronkelijk bericht- Van: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Verzonden: maandag 29 augustus

[EMAIL PROTECTED] environment variable lost via location (mod_rewrite)

2005-08-30 Thread allan
hi, [apache 2.0.54] i'm trying to forward an ssl client cert environment variable via a requestheader to a backend reversed proxied machine. it works fine, but i'm only interested in forwarding it if the client request comes in at a certain url. therefore i thought i'd use the location

RE: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in VirtualHost overrides the same in Location?

2005-08-30 Thread Yefym Dmukh
SSLVerifyClient is documented as working in directory context, so it should also work in Location context. The manual page for mod_ssl does explicitly say that a SSL renegotiation is triggered if a request for the location is received. Then this is a bug, because it doesn't work for Location

[EMAIL PROTECTED] apache 1.33 chunked Transfer-Encoding forbidden error

2005-08-30 Thread Root
Здравствуйте, users. Hi all. I have some problem with my Apache server. When some user try open php script using mobile fone some chat program I get this errors on my log file: [Mon Aug 29 18:37:39 2005] [error] [client 127.0.0.1] chunked Transfer-Encoding forbidden: /chat/index.php [Mon Aug

[EMAIL PROTECTED] Warning: DocumentRoot [htdocs] does not exist

2005-08-30 Thread jagadish gowda
Hi all, I am using Apache 2.0.54 in windows. Whenever I run Apache. it is saying Warning: DocumentRoot [htdocs] does not exist Does anybody know the solution. I have tried with the full path, DocumentRoot C:/apache/htdocs also DocumentRoot htdocs where serverroot is C:/apache. Please

[EMAIL PROTECTED] Apache2 ProxyPass

2005-08-30 Thread Administrator
Hi, I'm new to this list, although I've been using Apache2 for several years. I am using Apache2 as a proxy server for a number of services running on the same server, using localhost with specific ports for the services to provide their web pages. One of these is zope. I am testing the setup

Re: [EMAIL PROTECTED] Apache2 ProxyPass

2005-08-30 Thread Neil A. Hillard
Hi, Is there a workaround for this? I prefer the first Location statement (to /zope/) but I can't find out how to get the /zope locations to work. I've tried several sets of rules for rewriting /zope to /zope/, and they were all either rejected as syntax errors, or just didn't work. Help.

RE: [EMAIL PROTECTED] Apache2 ProxyPass

2005-08-30 Thread Administrator
Hi Neil, Thanks - I tried that, and I get a 404 from it. I had: RewriteEngine On RewriteRule ^/zope$ /zope/ [R] At the start of the set of rules I posted (before the 'Location /zope/' statement). Am I not understanding? Do I need to wrap it with something? Thanks David | -Original

Re: [EMAIL PROTECTED] .htaccess MOD REWRITING

2005-08-30 Thread Arne Heizmann
RewriteRule ^item-([0-9]+).html+ index.php?itemid=$1 should probably be: RewriteRule ^/item-([0-9]+).html /index.php?itemid=$1 What was the purpose of the + you added after html? ** This email and any files

[EMAIL PROTECTED] Some kind of domain pointers using URL rewrite

2005-08-30 Thread Cristian Bichis
Hello, I am trying to use exactly the same source files code for 2 websites hosted into 2 hosting user accounts (let's say domain1.com and domain2.com), i am on Direct Admin platform. So, when i want to load http://www.domain2.com/somecode.php i want to be used somecode.php file from

Re: [EMAIL PROTECTED] Some kind of domain pointers using URL rewrite

2005-08-30 Thread Cristian Bichis
Can't set httpd.conf because it's not my server, and i don't have access to httpd.conf Thanks, Cristian Cristian Bichis wrote: RewriteRule ^/usr/home/domain1/domains/domain1\.com/public_html/(.*)$ /usr/home/domain2/domains/domain2\.com/public_html/$1 RewriteRules apply to URLs, not

Re: [EMAIL PROTECTED] Re: File i/o permission question

2005-08-30 Thread Joshua Slive
On 8/29/05, Gio Pugliese [EMAIL PROTECTED] wrote: I was finally able to track down the problem. Unfortunately being a new developer with a new development server which I set up for development it appears I did not have the development server set up correctly. Apache was not loading as the

[EMAIL PROTECTED] apache Content-Length header

2005-08-30 Thread Anatoly Pugachev
Hi. submitted a bug today and received resolution already. you can see it on http://issues.apache.org/bugzilla/show_bug.cgi?id=36417 still having a simple question. Is it really not acceptable to change filesize variable to unsigned long, since filesize cannot be negative. My question raised by

Re: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in VirtualHost overrides the same in Location?

2005-08-30 Thread Joe Orton
On Tue, Aug 30, 2005 at 10:23:16AM +0200, Yefym Dmukh wrote: SSLVerifyClient is documented as working in directory context, so it should also work in Location context. The manual page for mod_ssl does explicitly say that a SSL renegotiation is triggered if a request for the location is

Re: [EMAIL PROTECTED] apache Content-Length header

2005-08-30 Thread Nick Kew
On Tuesday 30 August 2005 14:48, Anatoly Pugachev wrote: Hi. submitted a bug today and received resolution already. you can see it on http://issues.apache.org/bugzilla/show_bug.cgi?id=36417 still having a simple question. Is it really not acceptable to change filesize variable to unsigned

Re: [EMAIL PROTECTED] Apache2: Transfer finishing prematurely

2005-08-30 Thread Nick Kew
On Tuesday 30 August 2005 14:50, André-John Mas wrote: Does anyone have any ideas about or whether there is a better forum fro the question? No idea what you're talking about. I recently installed Gallery 2 Maybe gallery 2 (whatever that is) has a support forum of some kind? to serve up

Re: [EMAIL PROTECTED] Redirections in Apache

2005-08-30 Thread Joshua Slive
On 8/30/05, James, Denise [EMAIL PROTECTED] wrote: I would like to know how to complete a request to redirect a website that is currently virtually hosted so that the virtual host will now point to a URL not on our network? They now want this to point to a new URL,

Re: [EMAIL PROTECTED] Warning: DocumentRoot [htdocs] does not exist

2005-08-30 Thread Joshua Slive
On 8/30/05, jagadish gowda [EMAIL PROTECTED] wrote: Hi all, I am using Apache 2.0.54 in windows. Whenever I run Apache. it is saying Warning: DocumentRoot [htdocs] does not exist Does anybody know the solution. I have tried with the full path, DocumentRoot C:/apache/htdocs also

Re: [EMAIL PROTECTED] Directory Index (autoindex) cannot be disabled with Options -Indexes

2005-08-30 Thread Joshua Slive
On 8/29/05, Andreas Damek [EMAIL PROTECTED] wrote: Help! I am trying to disable the automatic display of files in a directory when there is no index file (like index.htm) defined by DirectoryIndex. When I use Options -Indexes it still displays some directories. The displayed directories

[EMAIL PROTECTED] Apache 2.0.54 compatibility with tomcat 3.2.3

2005-08-30 Thread jagadish gowda
Hi all, I am using tomcat 3.2.3 and Apache 1.3, and I am upgarding apache to 2.0.54 version. As for as I see it is working fine. Please could any body tell me if these are having any compatibility issues. Thanks, Jagadish __ Do You Yahoo!?

Re: [EMAIL PROTECTED] httpd occasional 403 error

2005-08-30 Thread Joshua Slive
On 8/30/05, Dominique Fober [EMAIL PROTECTED] wrote: Here is some additional information: - the server and system version numbers: Apache-AdvancedExtranetServer/2.0.50 (Mandrakelinux/7.3.101mdk) mod_perl/1.99_16 Perl/v5.8.5 mod_ssl/2.0.50 OpenSSL/0.9.7d PHP/4.3.8 Linux 2.6.8.1-12mdksmp

Re: [EMAIL PROTECTED] Warning: DocumentRoot [htdocs] does not exist

2005-08-30 Thread jagadish gowda
Hi, Sorry, DocumentRoot C:/Apache/htdocs. When I give C:/Apache/htdocs111. Then it will say, the directoryRoot must be a directory. I am working on Windows Platform. Actually I have taken the binary zip file.extracted it, and running it. Thanks, Jagadeesha T --- Joshua Slive

RE: [EMAIL PROTECTED] Problems with Apache2 Rewrite after upgrade

2005-08-30 Thread KEVIN ZEMBOWER
Axel-Stephane, sorry to take so long to thank you. Your suggestion was close to correct, and led me to the correct answer, for which I am very grateful. When I tried to implement your solution, I was not able to implement the Proxy directive. Some research suggested that I didn't load the

[EMAIL PROTECTED] Compiling issue...

2005-08-30 Thread Zottl, Julian \(Contractor\)
Title: Compiling issue... Hello all, Recently I compiled Apache 2.0.49 on Suse Linux using the following: ./configure --enable-layout=FannieMae --with-program-name=apache2 --disable-mandir --disable-iconsdir --enable-static-rotatelogs \ --disable-isapi --enable-static-rotatelogs