Re: [EMAIL PROTECTED] Server redirects not working as expected

2007-11-13 Thread Pedro
Thanks again Owen for your help, you were spot on with this. Explicit redirects should be given as absolute paths, but the server can accommodate relative paths given with a redirect, the answering server converts them to absolute paths. Unfortunately this was being done by Tomcat and not

[EMAIL PROTECTED] Many errors with mod-proxy

2007-11-13 Thread PENIN Guillaume (VFE)
Hi all, I receive at least one error per second from mod-proxy : proxy recv body from upstream server timed out. Can you explain me what does this error mean ? Configuration : Apache 1.3.27 Thanks. Guillaume PENIN

Re: [EMAIL PROTECTED] Many errors with mod-proxy

2007-11-13 Thread Christian Folini
On Tue, Nov 13, 2007 at 09:55:31AM +0100, PENIN Guillaume (VFE) wrote: I receive at least one error per second from mod-proxy : proxy recv body from upstream server timed out. Can you explain me what does this error mean ? Configuration : Apache 1.3.27 I am not sure about the details,

[EMAIL PROTECTED] Segmentation Fault

2007-11-13 Thread Emiliano Romero
Hi!, I really dont know if I have to send this problem to this mailing list. I'm using Gentoo, Apache 2.2.6 and PHP 5.2.4 I get a Segmentation Fault (11) some times in my error_logs. It's very random, but I get this error like 2 o 3 times in the day. (it's in a development server, not in

Re: [EMAIL PROTECTED] 2.2.6 mod_authnz_ldap connect/disconnect repeatedly without doing LDAP

2007-11-13 Thread Mark H. Wood
On Mon, Nov 12, 2007 at 06:26:53PM -0500, Eric Covener wrote: On Nov 12, 2007 4:23 PM, Mark H. Wood [EMAIL PROTECTED] wrote: httpd is returning 500 to the client. Log shows: [Mon Nov 12 15:59:35 2007] [warn] [client 127.0.0.1] [9159] auth_ldap authenticate: user mwood authentication

[EMAIL PROTECTED] apache2 mod_rewrite + mod_proxy internal proxying problem

2007-11-13 Thread Arifolth
Hi All! I need to substitute requested page with aniother, i. e. if client has reqested page http://arifolth/meat[anything].html he should get http://arifolth/handbook.html as far as I understand reverse proxyfying is the only right way to do it mod rewrite alone works fine, it gave error 302

Re: [EMAIL PROTECTED] 2.2.6 mod_authnz_ldap connect/disconnect repeatedly without doing LDAP

2007-11-13 Thread Eric Covener
On Nov 13, 2007 9:24 AM, Mark H. Wood [EMAIL PROTECTED] wrote: Are you able to try the same LDAP server w/o SSL? I just did, and it works. I'd welcome suggestions as to how I can get it working with SSL, as I don't want to be throwing cleartext passwords across the wire. if you look at

Re: [EMAIL PROTECTED] apache2 mod_rewrite + mod_proxy internal proxying problem

2007-11-13 Thread Christian Folini
hi there, Have you tried RewriteRule /meat(.*).html /handbook.html [last] without any proxying and stuff? 302 is not an error btw. It's a standard http status code. regs, Christian On Tue, Nov 13, 2007 at 05:37:17PM +0300, Arifolth wrote: Hi All! I need to substitute requested page

Re: [EMAIL PROTECTED] 2.2.6 mod_authnz_ldap connect/disconnect repeatedly without doing LDAP

2007-11-13 Thread Mark H. Wood
On Tue, Nov 13, 2007 at 09:38:49AM -0500, Eric Covener wrote: On Nov 13, 2007 9:24 AM, Mark H. Wood [EMAIL PROTECTED] wrote: Are you able to try the same LDAP server w/o SSL? I just did, and it works. I'd welcome suggestions as to how I can get it working with SSL, as I don't want to

[EMAIL PROTECTED] How to get from self build module to php

2007-11-13 Thread m kreijkes
Hi all, I've builed an apache module which receives a string (xml) from a soap client. In my htdocs i have a file myfile.php with this file i want to process the string the module has received from the soap client. (the myfile.php executed by another client) My thought was that the module

[EMAIL PROTECTED] Creating a DSO module using apxs

2007-11-13 Thread Jan van den Berg
Because of some old decision we run a Linux Apache webserver with mod_frontpage (don't get me started). This module isn't officially supported anymore (rtr.com); however I still have the sources and I am trying to compile a new .so from this. This ordeal is driving me nuts: so I'm looking for

[EMAIL PROTECTED] Mod_Rewrite from old dynamic page

2007-11-13 Thread Ki Song
How would I write a mod_rewrite rule for the following: OLD URL: http://store.knifecenter.com/pgi-ProductSpec?productSKU NEW URL: http://www.knifecenter.com/kc_new/store_detail.html?s=productSKU Is there a way to pass the productSKU to the new url?

Re: [EMAIL PROTECTED] Mod_Rewrite from old dynamic page

2007-11-13 Thread Martijn
On Nov 13, 2007 5:10 PM, Ki Song [EMAIL PROTECTED] wrote: How would I write a mod_rewrite rule for the following: OLD URL: http://store.knifecenter.com/pgi-ProductSpec?productSKU NEW URL: http://www.knifecenter.com/kc_new/store_detail.html?s=productSKU Is there a way to pass the productSKU to

Re: [EMAIL PROTECTED] Mod_Rewrite from old dynamic page

2007-11-13 Thread Ki Song
How would I write a mod_rewrite rule for the following: OLD URL: http://store.knifecenter.com/pgi-ProductSpec?productSKU NEW URL: http://www.knifecenter.com/kc_new/store_detail.html?s=productSKU Is there a way to pass the productSKU to the new url? How about: RewriteCond %{HTTP_HOST}

Re: [EMAIL PROTECTED] domain.com/~user - user.domain.com

2007-11-13 Thread Chris Arnold
What does does not work mean??? Takes me to the main page Couple of points: - do you have mod_rewrite? (cf. IfModule...) Yes - why does this need to go in a .htaccess file? B/C i can not get a vhost working so i thought this might work It will only be used if the directory is accessed - are

Re: [EMAIL PROTECTED] Mod_Rewrite from old dynamic page

2007-11-13 Thread Martijn
On Nov 13, 2007 6:07 PM, Ki Song [EMAIL PROTECTED] wrote: How would I write a second rule for: OLD URL: http://store.knifecenter.com/pgi-Product Spec?productSKU NEW URL: http://www.knifecenter.com/kc_new/store_detail.html?s=productSKU Basically, it is the same OLD URL, except there is a

[EMAIL PROTECTED] Occasional 500 Internal Server Error

2007-11-13 Thread khym
Hi, I'm running Apache 2.2.6 on Windows 2000 SP4, and every once in a while, trying to get a page will return status 500 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. etc... If I then refresh the page in my web browser,

[EMAIL PROTECTED] Send e-mail with PHP and qmail mta in a CHROOT Jail

2007-11-13 Thread Carlos Eduardo Maiolino
Hello my friends, I have a http server with Apache 2.2.4 in a chroot jail. My server is very stable, but i have a big problem. I need Send e-mails with my web sites, and I can't. I'm not able to send mail with the apache in a chroot jail. Someone can configure this ? I use the qmail how SMTP

Re: [EMAIL PROTECTED] Occasional 500 Internal Server Error

2007-11-13 Thread Tom Hart
[EMAIL PROTECTED] wrote: I have a feeling that the problem might be related to mod_ldap, but it's just a hunch. It's authenticating against a Windows 2003 machine. All requests to Apache use https. Is there any more info I should provide? Or any way for me to get more info? In particular,

RE: [EMAIL PROTECTED] Occasional 500 Internal Server Error

2007-11-13 Thread Stusynski, Dan
It sounds like an issue we encountered where Active Directory would close inactive connections on it's side. When the client tries to recontact the ldap server it returns a LDAP_UNAVAILABLE as opposed to what it should return. Refreshing the browser would resend and open the connection. In any

Re: [EMAIL PROTECTED] Mod_Rewrite from old dynamic page

2007-11-13 Thread Ki Song
How would I write a second rule for: OLD URL: http://store.knifecenter.com/pgi-Product Spec?productSKU NEW URL: http://www.knifecenter.com/kc_new/store_detail.html?s=productSKU Basically, it is the same OLD URL, except there is a space between Product and Spec. Please note both

[EMAIL PROTECTED] Who is sending HTTPS requests?

2007-11-13 Thread thirionj
What is the simplest way for me to collect the IP addresses of those sending HTTPS requests to my server? -- View this message in context: http://www.nabble.com/Who-is-sending-HTTPS-requests--tf4800256.html#a13733599 Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.

Re: [EMAIL PROTECTED] Who is sending HTTPS requests?

2007-11-13 Thread Jesse Ross
Just set up an AccessLog in the HTTPS virtual host. Here are the docs for versions 1.3 and 2: http://httpd.apache.org/docs/1.3/logs.html http://httpd.apache.org/docs/2.0/logs.html Regards, Jesse Ross thirionj wrote: What is the simplest way for me to collect the IP addresses of those

Re: [EMAIL PROTECTED] Send e-mail with PHP and qmail mta in a CHROOT Jail

2007-11-13 Thread Dan Mahoney, System Admin
On Tue, 13 Nov 2007, Carlos Eduardo Maiolino wrote: What php code, exactly, are you using to send mail. Chances are, your MTA called from within the jail is writing to a queue directory within the jail that your main MTA cannot send from. -Dan Hello my friends, I have a http server with

[EMAIL PROTECTED] mod_jk load balancing issue: one worker always dies...

2007-11-13 Thread weiji
Hi, I'm using mod_jk to load balance two JBoss instances. However, it seems to always use only one of them. From watching the status page, I found that the two workers both come up in an OK state. However, sending a request through the load balancer seems to always cause the first one to

Re: [EMAIL PROTECTED] Mod_Rewrite from old dynamic page

2007-11-13 Thread Martijn
On Nov 13, 2007 7:43 PM, Ki Song [EMAIL PROTECTED] wrote: For some reason, the productSKU in the old url was frequently followed by a ',' (comma). So, for example, http://store.knifecenter.com/pgi-Product Spec?productSKU, would be a valid url in the old system. Is there a way to drop the

Re: [EMAIL PROTECTED] Mod_Rewrite from old dynamic page

2007-11-13 Thread Ki Song
For some reason, the productSKU in the old url was frequently followed by a ',' (comma). So, for example, http://store.knifecenter.com/pgi-Product Spec?productSKU, would be a valid url in the old system. Is there a way to drop the trailing ',' in the old url? Again, untested, but I would

RE: [EMAIL PROTECTED] mod_jk load balancing issue: one worker always dies...

2007-11-13 Thread John Moore
Do you have the jvmRoute setup in the server.xml in JBoss/Tomcat (e.g. Engine ... jvmRoute=node1) ? you have balance_workers, I think it's balanced_workers John -Original Message- From: weiji [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 2:21 PM To: users@httpd.apache.org

Re: [EMAIL PROTECTED] Occasional 500 Internal Server Error

2007-11-13 Thread Dave Huang
Stusynski, Dan wrote: Also, there is a bugzilla filed against it, check this to see if it is the same issue: http://issues.apache.org/bugzilla/show_bug.cgi?id=39095 Dan Stusynski That does sound a lot like the problem I'm experiencing, except I don't get any ldap_simple_bind_s() failed

[EMAIL PROTECTED] active directory authentication

2007-11-13 Thread Timothy Larrea
Hello, I'm trying to configure apache2 to use active directory authentication so I can restrict access to pages via domain security groups, I.e. user must be member of certain group in order to be able to view page. Being a bit of a linux newbie I'm a bit stumped on where to go from here. I've

[EMAIL PROTECTED] Apache 1.3 childs eating 30-45mb each for 1000 Vhosts setup w/0 mod_php/mod_perl.

2007-11-13 Thread Sergey Avdushkin
Hello. We running cPanel-baserd web hosting server (x86_64, CentOS 5, Apache 1.3.37). Server started to get out of memory during pike hours. The reason is Apache childs that were 42mb each at that moment. I`ve disabled most of the modules tried to update to 1.3.39, but memory usage

RE: [EMAIL PROTECTED] Segmentation Fault

2007-11-13 Thread Axel-Stephane SMORGRAV
As far as I understand you cannot use PHP with an Apache using multi-threaded MPM. You can determine the MPM of your Apache by executing httpd -l or requesting http://myserver/server-info (assuming you have activated mod_info). If the module list contains worker.c or event.c, it is likely

RE: [EMAIL PROTECTED] Mod_Rewrite from old dynamic page

2007-11-13 Thread Axel-Stephane SMORGRAV
Try this instead: RewriteCond %{QUERY_STRING} ^([^,]*) [NC] If it still does not work, bump the RewriteLogLevel to 9 and look for answers in the log file. -ascs -Message d'origine- De : Ki Song [mailto:[EMAIL PROTECTED] Envoyé : mardi 13 novembre 2007 23:40 À : Apache List Objet

RE: [EMAIL PROTECTED] apache2 mod_rewrite + mod_proxy internal proxying problem

2007-11-13 Thread Axel-Stephane SMORGRAV
You cannot use that combination of RewriteRule and ProxyPass. The fact is that ProxyPass actually gets the upper hand on RewriteRule. Furthermore you MUST specify the destination host in your RewriteRule when using the P flag. I would also drop the IfModule tests for any module which is