savannah-hackers-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers-public] project.nongnu.org webpages


From: Sylvain Beucler
Subject: [Savannah-hackers-public] project.nongnu.org webpages
Date: Wed, 10 Aug 2005 01:18:33 +0200
User-agent: Mutt/1.5.9i

Hello,

We can offer the Savannah users some fancy projectname.nongnu.org
webpage URL for free with some slight configuration. I did it on a
test install, here's how this works:


- In my Apache <VirtualHost *>:

RewriteEngine on
RewriteCond %{HTTP_HOST}              ^[^.]+\.nongnu\.org$
RewriteRule ^(.+)                     %{HTTP_HOST}$1 [chain]
RewriteRule ^([^.]+)\.nongnu\.org(.*) /path/2/nongnu/$1$2

(cf. http://httpd.apache.org/docs/2.0/misc/rewriteguide.html, "Virtual
User Hosts")


- In the bind configuration:

*.nongnu.org        IN      A       199.232.41.10

(domain name part to adapt)


Does this sound reasonable to you?

-- 
Sylvain




reply via email to

[Prev in Thread] Current Thread [Next in Thread]