Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Web Hosting for Monks

by KM (Priest)
on May 04, 2001 at 23:47 UTC ( [id://78093]=note: print w/replies, xml ) Need Help??


in reply to Web Hosting for Monks

Maybe the perlmonks.org folks could point people.perlmonks.org to your box? Or users.perlmonks.org, or monks.perlmonks.org, etc...?

Cheers,
KM

Replies are listed 'Best First'.
Re (tilly) 2: Web Hosting for Monks
by tilly (Archbishop) on May 05, 2001 at 05:49 UTC
    I like this idea.

    With virtual hosts you can make this work really nicely, with urls like tilly.perlmonks.org...

      you could even do it with a single, catch-all virtual host, using mod_rewrite.

        this just happens to be covered in the mod_rewrite URL Rewriting Guide (slightly modified for the situation in question):

        RewriteEngine on RewriteCond %{HTTP_HOST} ^[^.]+\.perlmonks.org$ RewriteRule ^(.+) %{HTTP_HOST}$1 [C] RewriteRule ^([^.]+)\.perlmonks.org(.*) /home/monks/$1$2

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://78093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found