Re: [EMAIL PROTECTED] redirect and hide the port number

2008-02-12 Thread Krist van Besien
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 %{

Re: [EMAIL PROTECTED] ProxyPassReverse: Permission Denied

2008-02-12 Thread Christian Folini
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

[EMAIL PROTECTED] ProxyPassReverse: Permission Denied

2008-02-12 Thread Andrew2008
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:/

Re: [EMAIL PROTECTED] help with redirect base on context

2008-02-12 Thread Joshua Slive
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

[EMAIL PROTECTED] RE: Configuration issue - no images displayed

2008-02-12 Thread Eric Crafter
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

[EMAIL PROTECTED] help with redirect base on context

2008-02-12 Thread Charles Li
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 ^

[EMAIL PROTECTED] Configuration issue - no images displayed

2008-02-12 Thread Eric Crafter
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

[EMAIL PROTECTED] redirect and hide the port number

2008-02-12 Thread Charles Li
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.

[EMAIL PROTECTED] VirtualHost + ErrorLog directive + cgi stderr output

2008-02-12 Thread Ayhan Molla
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

Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-12 Thread Krist van Besien
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