On Feb 12, 2008 8:48 PM, Charles Li <[EMAIL PROTECTED]> wrote:
> I am trying to use rewrite to direct selected traffic
> from the HTTP server (oracle iAS) to a oc4j container
> on the same server.
> I would like to hide the port number. Is it possible?
>
> RewriteEngine on
> RewriteCond %{
On Tue, Feb 12, 2008 at 07:43:52PM -0800, Andrew2008 wrote:
>
> I have the following
>
> ProxyPass /foo http://www.abc.com
> ProxyPassReverse /foo http://www.abc.com
>
> I got an error when it tried to ProxyPassReverse back below
>
> "Forbidden. You don't have permission to access /foo/ on th
I have the following
ProxyPass /foo http://www.abc.com
ProxyPassReverse /foo http://www.abc.com
I got an error when it tried to ProxyPassReverse back below
"Forbidden. You don't have permission to access /foo/ on this server"
Do you have any ideas?
--
View this message in context:
http:/
On Feb 12, 2008 3:32 PM, Charles Li <[EMAIL PROTECTED]> wrote:
> I would like to redirect base on the context:
>
> When user access my server with the following:
>
> http://server/outside
>
> I would like to redirect them to another site.
> I try the following, but did not get it work.
>
> Rewr
Existing configuration:
RedHat 3, update 7
-Original Message-
From: Eric Crafter
Sent: Tuesday, February 12, 2008 3:14 PM
To: 'users@httpd.apache.org'
Subject: Configuration issue - no images displayed
I ported a perl application that runs fine on 2.0 to 2.2.6 and I am
encountering the
I would like to redirect base on the context:
When user access my server with the following:
http://server/outside
I would like to redirect them to another site.
I try the following, but did not get it work.
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/outside$ [NC]
RewriteRule ^
I ported a perl application that runs fine on 2.0 to 2.2.6 and I am
encountering the following a few problems. My applications seems to
partially run since it can pull information from a mySQL database.
However, no graphics are displayed (either static images or generated
graphs). The error shown
I am trying to use rewrite to direct selected traffic
from the HTTP server (oracle iAS) to a oc4j container
on the same server.
I would like to hide the port number. Is it possible?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*storePRE.*$ [NC]
RewriteRule ^/$ http://server:/basic.
Hi,
I have a virtual server configuration as similar to the following. The problem
is that CGI errors always goes to the default server log file instead of the
log file defined for that virtual hosts. Is there anything else I need to
specify to get the CGI errors appended to the virtual host log
On Feb 12, 2008 12:51 AM, Bennett Haselton <[EMAIL PROTECTED]> wrote:
> At 04:02 PM 2/11/2008 -0700, Doug McNutt wrote:
> >At 14:19 -0800 2/11/08, Bennett Haselton wrote:
> > >My CGI scripts can read world-readable files when those files are under
> > /var/www, just not when the world-readable file
10 matches
Mail list logo