[EMAIL PROTECTED] /usr/lib/libexpat.so: could not read symbols: File in wrong format

2008-10-12 Thread Bianca Taylor
Hello, We are having Apache 2.2.9 installed on a Red Hat 64-bit machine. I get an error when attempting to: cpan> install Apache2::Request The error is: = gcc -shared .libs/util.o .libs/version.o .libs/cookie.o .libs/param.o .libs/parser.o .libs/parser_urlencoded

Re: [EMAIL PROTECTED] Saving and passing an initial QueryString parameter

2008-10-12 Thread William Clerico
Worked like a charm - thanks! As usual (for me) I spent most of the time trying to get mod_rewrite to work the way I wanted. I am using tango.com for the "native" app host and cash.com for the "portal" host. For mod_rewrite I settled on the following: RewriteEngine on RewriteCond %{HTTP_HOST}

Re: [EMAIL PROTECTED] Directory Access need deny

2008-10-12 Thread Eric Covener
On Sun, Oct 12, 2008 at 5:08 AM, Yoom Nguyen <[EMAIL PROTECTED]> wrote: > This should be a directory in your filesystem, not something relative to your Document (e.g. /var/www/images). See your default conf > Options None > Order deny,allow > Deny from all > Allow from 172.16.0.0/255.255.0.0 L

[EMAIL PROTECTED] Directory Access need deny

2008-10-12 Thread Yoom Nguyen
I need some help with access syntax. Would some of you know What is the best way to prevent a network subnet to access to a particular on apache2? Here is what I have so far and it doesn't to effecting. I must miss a piece of puzzle. I wil able to get to the directory for other subnets. Op

Re: [EMAIL PROTECTED] redirect issue

2008-10-12 Thread Yoom Nguyen
Solprovider and Justin, You both are obsolutely right. I found the problem with my list of Redirect. One of the line have space, as soon as I get rid of the space it worked like you both had said it all along. Thank you so much respond to my email. Y - Original Message - From: [EMAI

Re: [EMAIL PROTECTED] redirect issue

2008-10-12 Thread solprovider
On 10/11/08, Yoom Nguyen <[EMAIL PROTECTED]> wrote: > It doesn't work for me. I am not quite sure what the problem is. Here is > the error again. > > Syntax error on line 25 of /etc/apache2/vhosts.d/corp-yast2_vhost.conf: > Redirect takes two or three arguments, an optional status, then docume

Re: [EMAIL PROTECTED] Saving and passing an initial QueryString parameter

2008-10-12 Thread William Clerico
That's correct. The portal is a framework that I can't get changed (at least not very easily). On Sun, Oct 12, 2008 at 5:30 PM, André Warnier <[EMAIL PROTECTED]> wrote: > The other solution would be to ask the portal to add the parameter to all > your links, but I guess it can't do that ? > > > A

Re: [EMAIL PROTECTED] Saving and passing an initial QueryString parameter

2008-10-12 Thread William Clerico
Your imagination is working just fine :-) and you have hit the nail on the head. I understand your proposal and think it might be just the ticket - in fact I may be able to simply interrogate the host name (instead of the QS param) each tim to include the appropriate navigation components. Let m

Re: [EMAIL PROTECTED] Saving and passing an initial QueryString parameter

2008-10-12 Thread André Warnier
The other solution would be to ask the portal to add the parameter to all your links, but I guess it can't do that ? André Warnier wrote: William Clerico wrote: Exactly. The solution needs to understand the uniqueness between the 2 requests. Thanks! I am not quite sure how a portal works, b

Re: [EMAIL PROTECTED] Saving and passing an initial QueryString parameter

2008-10-12 Thread André Warnier
William Clerico wrote: Exactly. The solution needs to understand the uniqueness between the 2 requests. Thanks! I am not quite sure how a portal works, but I will imagine how it could work, and maybe that would give you an idea, even if my imagination fails me. You call up the portal page,

Re: [EMAIL PROTECTED] Saving and passing an initial QueryString parameter

2008-10-12 Thread William Clerico
Exactly. The solution needs to understand the uniqueness between the 2 requests. Thanks! On Sun, Oct 12, 2008 at 5:01 PM, André Warnier <[EMAIL PROTECTED]> wrote: > William Clerico wrote: > >> When my webapp is first invoked it may or may not have a QueryString >> parameter included in the URL i

Re: [EMAIL PROTECTED] Saving and passing an initial QueryString parameter

2008-10-12 Thread André Warnier
William Clerico wrote: When my webapp is first invoked it may or may not have a QueryString parameter included in the URL in order to provide some custom navigation capabilities. The existing links in my webapp were created prior to this new feature and I do not want to modify every link in the w

[EMAIL PROTECTED] Saving and passing an initial QueryString parameter

2008-10-12 Thread William Clerico
When my webapp is first invoked it may or may not have a QueryString parameter included in the URL in order to provide some custom navigation capabilities. The existing links in my webapp were created prior to this new feature and I do not want to modify every link in the webapp to include the new

Re: [EMAIL PROTECTED] redirect issue

2008-10-12 Thread Yoom Nguyen
Justin and all It doesn't work for me. I am not quite sure what the problem is. Here is the error again. # apache2ctl restart Syntax error on line 25 of /etc/apache2/vhosts.d/corp-yast2_vhost.conf: Redirect takes two or three arguments, an optional status, then document to be redirected an