RE: [users@httpd] RE: URGENT help required

2012-03-21 Thread karthiek . maralla
Hi, I am getting following error when running a report through java in oc4j server. MOD_OC4J_0184: Failed to find an oc4j process for destination: AMANDA [Tue Mar 20 23:08:43 2012] [error] [client 10.252.12.16] [ecid: 1332299323:10.252.2.108:904:6576:1,0] MOD_OC4J_0145: There is no oc4j p

[users@httpd] Subdomain rewrite

2012-03-21 Thread Chris Arnold
Apache 2.2.12 on SLES11 SP2. I am trying to get a subdomain working via a rewrite rule, http://helpdesk.teknerds.net. The rule is in its own vhost (helpdesk.teknerds.conf. I am confused if it needs its own vhost or if the rewrite should go in teknerds.conf vhost) and follows: ServerAdmin adm

Re: [users@httpd] Receiving the following errors during make process.....

2012-03-21 Thread Igor Cicimov
Try with the apache built in apr and apr-utils. Consult the documentation for the correct switches. On Mar 22, 2012 7:34 AM, "Mark Hamer" wrote: > > > > Hello all > > Have you guys seen these types of errors during the build process of > apache?If so what could be causing it. I also lis

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Tianyin Xu
Hi, Martin, Thanks a lot! I found the root cause after diving into code. The error is caused by my wrong settings. I try to create a too big scoreboard file (which is even bigger than my physical memory). The size of the scoreboard file is generated in *ap_calc_scoreboard_size() as follows:* s

Re: [users@httpd] Re: users Digest 19 Mar 2012 01:35:58 -0000 Issue 4312

2012-03-21 Thread Igor Cicimov
That means the proxy works but the backend doesnt. Do you have anything listening on port ? If you do check it log files to see why is it refusing connections. On Mar 22, 2012 12:06 AM, "Joon Lee" wrote: > >>Drop the cookie thing and replace localhost with 192.168.1.5 in the > proxy lines >

Re: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message

2012-03-21 Thread Richard Westebbe
On 3/21/2012 11:33 AM, Richard Westebbe wrote: > Hi Pablo, > > thank you for your answer! :-) I guess you refer to your mail: > > "mod_fcgid 2.3.6 not loading with Apache 2.4" > > Actually I had already tried the given solution, as I had written before. I downloaded the > trunk version and compi

[users@httpd] Receiving the following errors during make process.....

2012-03-21 Thread Mark Hamer
Hello all Have you guys seen these types of errors during the build process of apache?If so what could be causing it. I also list my configure options as well. ./configure --prefix=/opt/apache2 --enable-mods-shared=most --with-ssl --enable-ssl --with-ssl=/usr/local/updated_openssl --

Re: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message

2012-03-21 Thread William A. Rowe Jr.
On 3/21/2012 11:33 AM, Richard Westebbe wrote: > Hi Pablo, > > thank you for your answer! :-) I guess you refer to your mail: > > "mod_fcgid 2.3.6 not loading with Apache 2.4" > > Actually I had already tried the given solution, as I had written before. I > downloaded the > trunk version and c

Re: [users@httpd] Problem when mixing RewriteRules and directives

2012-03-21 Thread Bruno Tréguier
Le 21/03/2012 à 12:57, Igor Cicimov a écrit : Lets see ... why is mod_rewrite called mod rewrite? Probably because it rewrites something and that something is the url. Well, as strange as it might seem to you, I had figured that out myself, you see. ;-) So you need to catch what ever you n

Re: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message

2012-03-21 Thread Pablo
Sorry, but I have not tried to compile the module for Apache 2.4.1.I'm waiting for a stable version of the module. I guess the SVN version was good, but did not. :( On 03/21/2012 01:33 PM, Richard Westebbe wrote: Hi Pablo, thank you for your answer! :-) I guess you refer to your mail: "mod_f

Re: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message

2012-03-21 Thread Richard Westebbe
Hi Pablo, thank you for your answer! :-) I guess you refer to your mail: "mod_fcgid 2.3.6 not loading with Apache 2.4" Actually I had already tried the given solution, as I had written before. I downloaded the trunk version and compiled it. The result was the same, as with the stable relea

Re: [users@httpd] Dynamic selection of mod_authnz_ldap's 'require ldap-group' object?

2012-03-21 Thread J.Lance Wilkinson
J.Lance Wilkinson wrote: I don't believe I ever got a reply to this, so since it's been a month I'll repeat it... the story so far: I have a need to be able to parse into an environment variable (using Rewrite rules or some such) a value that then can be used in a *require* directiv

Re: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message

2012-03-21 Thread Pablo
Please see this URL: https://mail-archives.apache.org/mod_mbox/httpd-users/201203.mbox/browser On 03/21/2012 12:40 PM, Richard Westebbe wrote: Hello, I'm building several RPM's for CentOS 6.2 to get an LAMP environment with Apache 2.4.1 to work. With mod_fcgid I've got a strange problem I

[users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message

2012-03-21 Thread Richard Westebbe
Hello, I'm building several RPM's for CentOS 6.2 to get an LAMP environment with Apache 2.4.1 to work. With mod_fcgid I've got a strange problem I could'nt find a solution for in the web. When I try to load the module Apache won't start with the following message: Starting httpd: httpd: Sy

[users@httpd] Re: users Digest 19 Mar 2012 01:35:58 -0000 Issue 4312

2012-03-21 Thread Joon Lee
>>Drop the cookie thing and replace localhost with 192.168.1.5 in the proxy lines Hi Igor, I tried removing the cookie-related lines and replacing localhost with the ip address as you mentioned, but that gives me a 503 error from a browser on the server itself and the same inability to connect fro

Re: [users@httpd] Dynamic selection of mod_authnz_ldap's 'require ldap-group' object?

2012-03-21 Thread J.Lance Wilkinson
I don't believe I ever got a reply to this, so since it's been a month I'll repeat it... the story so far: I have a need to be able to parse into an environment variable (using Rewrite rules or some such) a value that then can be used in a *require* directive like

Re: [users@httpd] RE: URGENT help required

2012-03-21 Thread Eric Covener
> I am getting following error when running a report through java in oc4j > server.please reply ASAPplease.. off-topic for this list, try asking just once on an appropriate list. - To unsubscribe, e-mail: user

Re: [users@httpd] Problem when mixing RewriteRules and directives

2012-03-21 Thread Igor Cicimov
Lets see ... why is mod_rewrite called mod rewrite? Probably because it rewrites something and that something is the url. So you need to catch what ever you need before it gets rewritten by mod_rewrite. And in your case the Location comes too late ... On Mar 21, 2012 8:55 PM, "Bruno Tréguier" wro

Re: [users@httpd] Problem when mixing RewriteRules and directives

2012-03-21 Thread Bruno Tréguier
Le 21/03/2012 10:15, Igor Cicimov a écrit : U if you read your post you will find that you have answered your own question. The /onlinestore/checkout matches your rewrite rule thus gets redirected to index.php before the Location statement gets into action. I think you need to read the apache

RE: [users@httpd] RE: URGENT help required

2012-03-21 Thread karthiek . maralla
Actually I found the same question in many forums,but no one replied there..I hope here I will get reply .pls someone help me.today I need to find solution... _ From: karthiek.maralla [mailto:karthiek.mara...@aspiresys.com] Sent: 21 March 2012 14:40 To: users@httpd.apache.org Subject:

Re: [users@httpd] Problem when mixing RewriteRules and directives

2012-03-21 Thread Igor Cicimov
U if you read your post you will find that you have answered your own question. The /onlinestore/checkout matches your rewrite rule thus gets redirected to index.php before the Location statement gets into action. I think you need to read the apache documentation about the order in which the ru

[users@httpd] RE: URGENT help required

2012-03-21 Thread karthiek . maralla
Pls iots very urgent for me.kindly some one helppls.. -Original Message- From: karthiek.maralla [mailto:karthiek.mara...@aspiresys.com] Sent: 21 March 2012 13:28 To: 'users@httpd.apache.org' Subject: FW: URGENT help required Hi, I am getting following error when

[users@httpd] Problem when mixing RewriteRules and directives

2012-03-21 Thread Bruno Tréguier
Hello there, I presently have a problem when trying to mix RewriteRules and directives. I searched the list archives but didn't find anything similar to my situation. Let's try to be synthetic. Here are the relevant config directives: At "VirtualHost" level, among other things, here are the

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Martin Hasicek
So you delete file, try to start apache and same error? Was this file recreated by apache? Please check again permissions to this file (directory). Best way is to switch to apache user and try to wtrite to this localtion. mh On Wed, Mar 21, 2012 at 5:29 PM, Tianyin Xu wrote: > Hi, Martin, > > T

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Tianyin Xu
Hi, Martin, Thanks a lot for the response. But it does not work :-( T On Wed, Mar 21, 2012 at 1:01 AM, Martin Hasicek wrote: > Hi, > > search for ScoreBoardFile directive in your configuration. When you will > find it, please remove this file from your disk. After removal, apache will > recrea

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Martin Hasicek
Hi, search for ScoreBoardFile directive in your configuration. When you will find it, please remove this file from your disk. After removal, apache will recreate this file again. Also please ensure, that apache runtime user has full access to this file. mh On Wed, Mar 21, 2012 at 4:47 PM, Tianyi

[users@httpd] FW: URGENT help required

2012-03-21 Thread karthiek . maralla
Hi, I am getting following error when running a report through java in oc4j server.please reply ASAPplease.. MOD_OC4J_0184: Failed to find an oc4j process for destination: AMANDA [Tue Mar 20 23:08:43 2012] [error] [client 10.252.12.16] [ecid: 1332299323:10.252.2.108:904:657

[users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Tianyin Xu
Hi, all. I did a hard reboot because of system crash... and my Apache httpd-2.4.1 cannot start with the following error message: [Wed Mar 21 00:42:56.034927 2012] [core:crit] [pid 32253:tid 140720646657856] (22)Invalid argument: AH4: Unable to create or access scoreboard (anonymous shared mem