Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 72859 invoked by uid 500); 22 Jul 2003 03:09:43 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 72807 invoked from network); 22 Jul 2003 03:09:42 -0000 Received: from sabre.velocet.net (216.138.209.205) by daedalus.apache.org with SMTP; 22 Jul 2003 03:09:42 -0000 Received: from mail.gej-it.com (gej-it.com [216.138.220.213]) by sabre.velocet.net (Postfix) with ESMTP id 83F33137FA6 for ; Mon, 21 Jul 2003 23:09:48 -0400 (EDT) Received: from jeff ([10.10.0.3]) by gej-it.com (gej-it.com [216.138.220.213]) (MDaemon.PRO.v6.8.4.R) with ESMTP id 58-md50000000009.tmp for ; Mon, 21 Jul 2003 23:09:08 -0400 From: "Jeff Cohen" To: Date: Mon, 21 Jul 2003 23:09:34 -0400 Message-ID: <000101c34ffe$ada3b360$03000a0a@gejit.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <5.1.1.6.0.20030721124223.03414db0@mail.halcyon.com> X-Spam-Processed: gej-it.com, Mon, 21 Jul 2003 23:09:08 -0400 (not processed: message from valid local sender) X-Lookup-Warning: HELO/EHLO lookup on jeff does not match 10.10.0.3 X-MDRemoteIP: 10.10.0.3 X-Return-Path: support@gej-it.com X-MDaemon-Deliver-To: users@httpd.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Configuration Questions Answer for question 1: I think I answered this thread before, in order to create a "virtual directory" (=3Da directory which is in a different location than the = root directory of the site\server) you should make a "pointer" to it where = you say: Alias /sites c:/sites that will mean that whoever is going to go to http://www.server.com/sites will actually be viewing the content of = c:/sites on your server. If you want to make c:/sites as your root tree, you should change DocumentRoot variable to: DocumentRoot c:/sites. That will serve the pages in the address: http://www.server.com without = the "virtual directory" Is it more understandable for you now? Answer for questions 2: LoadModule status_module modules/mod_status.so That will tell the apache web server, load this module next time you = start (start means re-read the config files). The quotation that you mentioned just explaining that win32 user do not = have to recompile the apache source like *nix user due to the fact that win32 = are in most cases has the same variables for the system itself, so when a = module will look for a DLL file, win32 system knows to point and process the request within the DLL folder which is in most cases is c:\%WIN_DIR%\system32 . That means that a win32 user do not *HAVE* to recompile apache's source tarball from scratch every time he wants to add a new module, because = the modules in apache's source are for multiple systems and each system has = it's own system files, config, or variables. Hope I helped you in away to understand it :) All the best, Jeff Cohen Support@GEJ-IT.com Tel. (416) 917-2324 www.GEJ-IT.com GEJ-IT Networks! > -----Original Message----- > From: David Blomstrom [mailto:GeoBear@geobop.com] > Sent: Monday, July 21, 2003 3:57 PM > To: users@httpd.apache.org > Subject: [users@httpd] Configuration Questions >=20 > I've been rereading the instructions for configuring Apache for = Windows at > http://httpd.apache.org/docs-2.0/platform/windows.html, but I'm still confused. >=20 > The first thing I want to get squared away is all the "root" commands. This > is what's listed in my conf file: >=20 > ServerRoot "C:/Program Files/Apache Group/Apache2" > DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs" >=20 > My websites are stored on my C drive in a folder called sites - = C:sites. > Going back to square one, am I supposed to type some reference to = C:sites > in the conf folder, or do I just take care of that in Dreamweaver > = Sites > > Edit Site? >=20 > I'm also a little confused by this passage: >=20 > "Apache for Windows contains the ability to load modules at runtime, > without recompiling the server. If Apache is compiled normally, it = will > install a number of optional modules in the \Apache2\modules = directory. To > activate these or other modules, the new LoadModule directive must be used. > For example, to activate the status module, use the following (in = addition > to the status-activating directives in access.conf): >=20 > "LoadModule status_module modules/mod_status.so" >=20 > Is this something I have to do or should do? If so, then do I simply create > a new line with the text > LoadModule status_module modules/mod_status.so - presumably at the = head of > the list of LoadModule commands? >=20 > Thanks. >=20 >=20 >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server = Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org