Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76BC21107C for ; Mon, 22 Sep 2014 15:42:51 +0000 (UTC) Received: (qmail 605 invoked by uid 500); 22 Sep 2014 15:42:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 569 invoked by uid 500); 22 Sep 2014 15:42:47 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 559 invoked by uid 99); 22 Sep 2014 15:42:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 15:42:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [97.77.88.26] (HELO mail1.hypercube-llc.com) (97.77.88.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 15:42:22 +0000 Received: from mail1.hypercube-llc.com ([97.77.88.26]) by mail1.hypercube-llc.com ([97.77.88.26]) with mapi; Mon, 22 Sep 2014 10:42:21 -0500 From: "Patton, Billy" To: "users@httpd.apache.org" Date: Mon, 22 Sep 2014 10:42:20 -0500 Thread-Topic: Rookie help raw html C modules Thread-Index: Ac/We8u3+bYYnE7GTmS7bLoH35mX9A== Message-ID: <04A9887D-0F66-40F5-AD94-352F23B2CB8C@hypercube-llc.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Rookie help raw html C modules I=92m sure this is going to be an obvious question. I=92m new to the WEB stuff, I=92ve spent the last 30+ years in the semi-con= ductor industry. No web stuff at all. I=92ve installed Apache 2.2.26 on my MAC Powerbook, along with @ 20 package= s that had to be installed :) They are registered in the https.config I=92ve set up a virtual host. In my browser I enter localhost:80 and I get =93It works!=94 As a virtual host I have enterend billy.sandbox.com When I enter this in Chrome I get =93It works!=94 In my virtual host file I have=20 ServerAdmin billy.patton@h3net.com DocumentRoot "/Users/bpatto/tool_box/www" ServerName billy.sandbox.com ServerAlias billy.sandbox ErrorLog "/Users/bpatto/tool_box/www/logs/sandbox_error.log" CustomLog "/Users/bpatto/tool_box/www/logs/sandbox_custom.log" common At /Users/bpatto/tool_box/www/index.html I have simple

Billy

When I execute, in Chrome http://billy.sandbox.com/index.html I get It works! As for my C example I took it from a page supplied by Uncle Google, which I= have search for MANY hours. =20 All come to the same information, all good, but lacking that last bit of th= e puzzle for me. I get the module compiled, installed, registered. When I do hhtp -M my module shows up by the name I gave it in httpd.config = =20 LoadModule example_module lib exec/apache2/mod_example.so I believe I=92m just one small step to getting this door to open, but I=92v= e hit MANY different sites on How-To. I=92m probably still not doing the correct search. It=92s that tie in between the server and the browser that I cannot dig out= . --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org