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 610D111BC2 for ; Tue, 23 Sep 2014 12:04:13 +0000 (UTC) Received: (qmail 5495 invoked by uid 500); 23 Sep 2014 12:04:09 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 5460 invoked by uid 500); 23 Sep 2014 12:04:09 -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 5299 invoked by uid 99); 23 Sep 2014 12:04:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 12:04:09 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Tue, 23 Sep 2014 12:04:05 +0000 Received: from mail1.hypercube-llc.com ([97.77.88.26]) by mail1.hypercube-llc.com ([97.77.88.26]) with mapi; Tue, 23 Sep 2014 07:03:44 -0500 From: "Patton, Billy" To: "users@httpd.apache.org" Date: Tue, 23 Sep 2014 07:03:44 -0500 Thread-Topic: [users@httpd] Rookie help raw html C modules Thread-Index: Ac/XJmxTnoqB4qiERaiGS58Ar90oZQ== Message-ID: <9770396B-881B-4750-B1C1-7495314976D1@hypercube-llc.com> References: <04A9887D-0F66-40F5-AD94-352F23B2CB8C@hypercube-llc.com> <54209356.5000004@pettijohn.no-ip.biz> In-Reply-To: <54209356.5000004@pettijohn.no-ip.biz> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_9770396B881B4750B1C17495314976D1hypercubellccom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Rookie help raw html C modules --_000_9770396B881B4750B1C17495314976D1hypercubellccom_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Thanks On Sep 22, 2014, at 4:23 PM, Edgar Pettijohn > wrote: Also make sure you reload your browser also. It may be displaying a cached= copy. On 09/22/2014 02:37 PM, Ryan wrote: Make sure you're restarting your web server with `sudo apachectl restart`. = Your config files are only loaded when the server is started, you need to = restart if you make changes. On Mon, Sep 22, 2014 at 11:42 AM, Patton, Billy > wrote: 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 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. 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 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 --_000_9770396B881B4750B1C17495314976D1hypercubellccom_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Thanks
On= Sep 22, 2014, at 4:23 PM, Edgar Pettijohn <edgar@pettijohn.no-ip.biz> wrote:

=20 =20
Also make sure you reload your browser also.  It may be displaying= a cached copy.

On 09/22/2014 02:37 PM, Ryan wrote:
Make sure you're restarting your web server with `sudo apachectl restart`.  Your config files are only loaded when the server is started, you need to restart if you make changes.

On Mon, Sep 22, 2014 at 11:42 AM, Patton, Billy <Billy.Patton@h3net.= com> wrote:
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-conductor industry. No web stuff at all.

I=92ve installed Apache 2.2.26 on my MAC Powerbook, along with @ 20 packages 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
<VirtualHost *:80>
    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
</VirtualHost>

At /Users/bpatto/tool_box/www/index.html I have simple
<html><body><h1>Billy</h1></body></html>= ;

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.
All come to the same information, all good, but lacking that last bit of the 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
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=92ve 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<= /a>
For additional commands, e-mail:
users-help@httpd.apache.org



= --_000_9770396B881B4750B1C17495314976D1hypercubellccom_--