[Pws] Virtual hosts, swiki, apache, comanche

2006-08-13 Thread Dominique Guardiola Falco
Hello

i'm trying to do this redirection too
but i can' get the images to pass

the swiki wihtout redirection : http://swiki.quinode.fr:8080/Ran
the swiki redirected by Apache : http://swiki.quinode.fr/Ran


here is my setup, copied from the gudinna setup
could you help me, chris ?

VirtualHost *:80
ServerName swiki.quinode.fr
#basic you will need something like this
ProxyPass / http://swiki.quinode.fr:8080/
ProxyPassReverse / http://swiki.quinode.fr:8080/
RewriteEngine on
RewriteRule ^/(.*)$ /$1 [R]

#move of some files located in / on the original swiki
RewriteRule ^/comanche.gif$ http://swiki.quinode.fr:8080/ 
comanche.gif [R]
RewriteRule ^/favicon.ico$ http://swiki.quinode.fr:8080/favicon.ico [R]

#Forces edit page requests to go to the slower wiki. if you never  
want to reveal your true swiki url remove this line.
RewriteRule ^/(.*.edit)$ http://swiki.quinode.fr:8080/$1 [R]
/VirtualHost


___
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws


Re: [Pws] Virtual hosts, swiki, apache, comanche

2006-07-11 Thread Jochen F. Rick
I know others have done this. Check out:
http://minnow.cc.gatech.edu/swiki/91

The one thing which is somewhat problematic is that all swiki-requests 
will look like they are coming from the same IP address (that of your 
server).

Peace and Luck!

Jeff


On Tue, Jul 11, 2006 at 01:42:42PM -0700, Christopher Adams wrote:
 
 I am new to Swiki. I have a Swiki running on a Red Hat Linux server running 
 Apache.  I have a Mailman list service running on the same machine. This 
 service runs on port 80 at mailman.myserver.com, while the Swiki is running 
 on port 8080. 
 
 I was wondering about doing some kind of URL rewriting for a virtual host on 
 the server so that I could use the URL of something like swiki.myserver.com. 
 It would rewrite the URL from port 80 to port 8080. Then I realized that the 
 Swiki runs under Coman
che. Does that mean that it doesn't interact with Apache at all?
 
 If anyone has any ideas, I would most appreciate it. 
 
 
 Christopher Adams
 
 ___
 Pws mailing list
 Pws@cc.gatech.edu
 https://mailman.cc.gatech.edu/mailman/listinfo/pws

-- 
Jochen Jeff Rick, PhD Candidate, Georgia Tech College of Computing
[EMAIL PROTECTED], http://www.je77.com/, work: 404-385-1105
___
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws


Re: [Pws] Virtual hosts, swiki, apache, comanche

2006-07-11 Thread Christopher Adams

Thank you for the information. That's kind of what I had in mind, but my first 
attempt failed. I think it had something to do with my ReWrite Rule. I also 
didn't specify a proxy address. It looks something like this:

VirtualHost *:80
ServerAdmin [EMAIL PROTECTED]
ServerName swiki.myserver.com
RewriteEngine On
RewriteRule ^/(.*) http://127.0.0.1:8080/HostRoot/$1 [L,P]
/VirtualHost


Christopher Adams
  

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Jochen F. Rick
 Sent: Tuesday, July 11, 2006 2:04 PM
 To: pws@cc.gatech.edu
 Subject: Re: [Pws] Virtual hosts, swiki, apache, comanche
 
 I know others have done this. Check out:
 http://minnow.cc.gatech.edu/swiki/91
 
 The one thing which is somewhat problematic is that all 
 swiki-requests will look like they are coming from the same 
 IP address (that of your server).
 
 Peace and Luck!
 
 Jeff
 
 
 On Tue, Jul 11, 2006 at 01:42:42PM -0700, Christopher Adams wrote:
  
  I am new to Swiki. I have a Swiki running on a Red Hat 
 Linux server running Apache.  I have a Mailman list service 
 running on the same machine. This service runs on port 80 at 
 mailman.myserver.com, while the Swiki is running on port 8080. 
  
  I was wondering about doing some kind of URL rewriting for 
 a virtual 
  host on the server so that I could use the URL of something like 
  swiki.myserver.com. It would rewrite the URL from port 80 to port 
  8080. Then I realized that the Swiki runs under Coman
 che. Does that mean that it doesn't interact with Apache at all?
  
  If anyone has any ideas, I would most appreciate it. 
  
  
  Christopher Adams
  
  ___
  Pws mailing list
  Pws@cc.gatech.edu
  https://mailman.cc.gatech.edu/mailman/listinfo/pws
 
 --
 Jochen Jeff Rick, PhD Candidate, Georgia Tech College of 
 Computing [EMAIL PROTECTED], http://www.je77.com/, 
 work: 404-385-1105 ___
 Pws mailing list
 Pws@cc.gatech.edu
 https://mailman.cc.gatech.edu/mailman/listinfo/pws
 
 

___
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws


[Pws] Virtual hosts, swiki, apache, comanche

2006-07-11 Thread Christopher Adams

I am new to Swiki. I have a Swiki running on a Red Hat Linux server running 
Apache.  I have a Mailman list service running on the same machine. This 
service runs on port 80 at mailman.myserver.com, while the Swiki is running on 
port 8080. 

I was wondering about doing some kind of URL rewriting for a virtual host on 
the server so that I could use the URL of something like swiki.myserver.com. It 
would rewrite the URL from port 80 to port 8080. Then I realized that the Swiki 
runs under Comanche. Does that mean that it doesn't interact with Apache at all?

If anyone has any ideas, I would most appreciate it. 


Christopher Adams

___
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws