From owner-freebsd-questions Sun Jan 27 15:34:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mx.pitdc1.stargate.net (smtp2.mx.pitdc1.stargate.net [206.210.69.142]) by hub.freebsd.org (Postfix) with SMTP id BABFB37B404 for ; Sun, 27 Jan 2002 15:34:33 -0800 (PST) Received: (qmail 17711 invoked from network); 27 Jan 2002 23:30:05 -0000 Received: from dap-209-166-135-48.nfas.greensburg-tnt-1.sns234.pa.stargate.net (HELO wastegate.net) (209.166.135.48) by smtp2.mx.pitdc1.stargate.net with SMTP; 27 Jan 2002 23:30:05 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id 294C748449; Sun, 27 Jan 2002 18:30:43 -0500 (EST) From: "Doug Reynolds" To: "jacks@sage-american.com" , "Joe & Fhe Barbish" Cc: "FBSD Questions" Date: Sun, 27 Jan 2002 18:32:44 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: RE: Apache_FP ? Message-Id: <20020127233043.294C748449@wastegate.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 26 Jan 2002 15:54:53 -0500, Joe & Fhe Barbish wrote: >So are you saying that if I code ~/username in a apache >declaratives in hhtpd.conf, apache will know it really >is at /usr/home/username and if I coded /username >apache would know it's really at /usr/local/www/data/username? > >Could you post a example of the declaratives in hhtpd.conf >that would create one of each kind? > >Would web site content created by mswindows FrontPage 2000 client, >that was ftp downloaded from the Winbox into a apache server that >does not have the FP_mod installed still work? no. when apache receives a request for www.somesite.com/~bob/, it automatically looks in /home/bob/public_html/ and brings up the index. (or whatever directory you told it to use). when apache receives a request for www.somesite.com/bob/, it automatically looks in /usr/local/www/data/bob/ or if apache receives a request for www.somesite.com/ it looks in /usr/local/www/data. all the frontpage extentions do it allows frontpage to access /usr/local/www/data through a special client (ie frontpage editor), instead of ftp, and it adds other features such as counters and stuff like that. --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message