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
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
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
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
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
>
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
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 --
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
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
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
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
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
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
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
>>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
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
> 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
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
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
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:
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
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
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
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
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
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
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
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
28 matches
Mail list logo