GIDForums  

Go Back   GIDForums > Web Hosting Forums > Apache Web Server Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 02-Nov-2004, 12:08
starms starms is offline
New Member
 
Join Date: Nov 2004
Posts: 1
starms is on a distinguished road
Question

Problems with local Redirection (on vhosts)


Hello,

I am having problems getting a local redirect working on my apache installation... I am running a Plone server on port 8888 and PHP / Apache / MySQL on port 80. I am now trying to get plone to work through apache through redirects but it is not working... The problem being that the vhost is giving 403 messages on any url I try to redirect into.

I have been playing around with different combinations of configurations for about a week - with no avail... Does anybody have an idea what I am doing wrong?

Apache Version:
Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7d PHP/5.0.2
from an xampp installation

Virtual Host Code:


NameVirtualHost *:80
#default
<VirtualHost *:80>
ServerName localhost
DocumentRoot "C:/webroot"
</VirtualHost>

#plone
<VirtualHost *:80>
ServerName www.myserver.co.uk
RewriteEngine On
RewriteRule ^/(.*) http://localhost:8888/$1 [P]
</VirtualHost>

I have mod_proxy and mod_rewrite enabled, and have set default directories to

<Directory />
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>

my error log gives the following error

[Tue Nov 02 20:18:13 2004] [error] [client <IP Address>] client denied by server configuration: proxy:localhost

I'm sure it is something really simple but I can't work out the problem whatsoever, any help will be greatly appreciated.

Best Regards,

Mark Starmer
 
 

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
access local webserver from the local host calisro Apache Web Server Forum 1 10-May-2004 09:53
Chaintech Geforce 5600 FX problems bartster74 Computer Hardware Forum 8 04-May-2004 14:16
send email via local intranet skyloon MySQL / PHP Forum 1 30-Jun-2003 08:15
Problems with apache win 98 php and vhosts Kplonk Computer Software Forum - Windows 2 22-May-2002 11:06

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 18:20.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.