Date: Sun, 27 Jan 2002 18:32:44 -0500 From: "Doug Reynolds" <mav@wastegate.net> To: "jacks@sage-american.com" <jacks@sage-american.com>, "Joe & Fhe Barbish" <barbish@a1poweruser.com> Cc: "FBSD Questions" <questions@FreeBSD.ORG> Subject: RE: Apache_FP ? Message-ID: <20020127233043.294C748449@wastegate.net> In-Reply-To: <LPBBIGIAAKKEOEJOLEGOKENHCNAA.barbish@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020127233043.294C748449>