Article:
 |
|
Apache Web Serving with Jaguar, Part 2
|
| Subject: |
|
Gleefully served |
| Date: |
|
2003-07-09 02:03:05 |
| From: |
|
anonymous2
|
|
|
|
Okey smokey,
I've been through this article about six times. I've ammended the httpd.conf file, added the code to index.html and changd it to .shtml. I've restarted everything. Apache, my iBook. I even put my coat on, went outside, came back in and started all over again.
When I bring up the page in my browser (safari if thats makes a difference) I just get the 'Gleefully Served' Message and nothing else. Please help me!
Bonza set of articles by the way, I've browsed the later instalments and i'm positivly brimming over with excited anticipation.
|
Showing messages 1 through 10 of 10.
-
Gleefully served
2004-02-07 12:51:07
ecleo
[View]
-
Gleefully served
2003-09-18 09:48:22
anonymous2
[View]
-
Gleefully served
2003-09-16 13:34:16
ecleo
[View]
-
Gleefully served
2003-07-19 07:48:34
anonymous2
[View]
-
Gleefully served
2003-07-25 20:38:25
anonymous2
[View]
-
Gleefully served
2003-08-14 11:52:03
anonymous2
[View]
-
Gleefully served
2003-08-10 10:00:06
anonymous2
[View]
-
Gleefully served
2003-11-24 12:09:26
anonymous2
[View]
-
same problem - different original code
2004-01-18 16:55:08
anonymous2
[View]
-
Gleefully served
2003-12-05 14:39:18
anonymous2
[View]
If you get the Gleefully served message in your browser but but an error on the CGI test script check the index.shtml file for syntax and the correct path:
<!--#include virtal="/cgi-bin/test-cgi"-->
(I had something like <!--#include virtual="/Library/WebServer/Documents/cgi-bin/test-cgi"-->) jeez.
If your browser can't find the file be sure that you saved the index.shtml file the right place: /Library/WebServer/Documents/index.shtml (one time I clouded over and saved it in Sites)
Also check that you are calling the page in the browser with http://127.0.0.1/index.shtml (not 127.0.0.1/Sites/index.shtml)