From owner-freebsd-questions Wed Jul 21 10:29:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id 6FC9515509 for ; Wed, 21 Jul 1999 10:29:19 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.252] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id ea434672 for ; Wed, 21 Jul 1999 12:28:44 -0500 Message-ID: <01e101bed39e$839f47e0$fca3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: , "Danny" References: <3.0.6.32.19990721201129.00798b00@192.168.1.194> Subject: RE: Apache configuration query. Date: Wed, 21 Jul 1999 12:28:57 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Just check the Userdir Directive in /usr/local/etc/apache/httpd.conf, and enable it if its disabled, and use the directory name defined in here to create it in the users home directory and put the html stuff in there, killall -HUP httpd and you are done. Make sure that the home directories of your users has the read flag enabled to all users. # # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # UserDir html #www, htmldocs, anything you want Ales ----- Original Message ----- From: Danny To: Sent: Wednesday, July 21, 1999 5:11 AM Subject: Apache configuration query. > Heya > > Current situation > > I have a apache webserver, with ssi, php3/mysql working > together(eg:-http://www.somedomain.com/index.php3) > > I want to configure apache > > setup apache_1_3_6 so a user can > http://www.somedomain.ie/~billgates/index.htm > But when I try it I get > > Forbidden > You don't have permission to access /~fluffy/ on this server. > > > -------------------------------------------------------------------------- -- > ---- > > Apache/1.3.6 Server at myname.my.domain Port 80 > > Questions:- > > How do I configure Apache so I can allow myusers to publish the mysql/php3? > And I want to setup .htaccess how do I configure apache to use that faclity? > -------------------------------------------------------- > Universities are partners in the commercialization > of society, and disciplines like political science and economics as > contributors to ideology rather than knowledge > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message