We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Apache Web-Serving with Mac OS X: Part 2
|
Subject: |
|
Internal Server Error |
Date: |
|
2002-02-19 18:03:22 |
From: |
|
pbates
|
Response to: Internal Server Error
|
I too get this error. Printenv runs fine. I don't see anything about "bootstrap_look_up" in the test-cgi file. Here is the text of the test-cgi file:
Thanks.
Pete Bates
#!/bin/sh
# disable filename globbing
set -f
echo Content-type: text/plain
echo
echo CGI/1.0 test script report:
echo
echo argc is $#. argv is "$*".
echo
echo SERVER_SOFTWARE = $SERVER_SOFTWARE
echo SERVER_NAME = $SERVER_NAME
echo GATEWAY_INTERFACE = $GATEWAY_INTERFACE
echo SERVER_PROTOCOL = $SERVER_PROTOCOL
echo SERVER_PORT = $SERVER_PORT
echo REQUEST_METHOD = $REQUEST_METHOD
echo HTTP_ACCEPT = "$HTTP_ACCEPT"
echo PATH_INFO = "$PATH_INFO"
echo PATH_TRANSLATED = "$PATH_TRANSLATED"
echo SCRIPT_NAME = "$SCRIPT_NAME"
echo QUERY_STRING = "$QUERY_STRING"
echo REMOTE_HOST = $REMOTE_HOST
echo REMOTE_ADDR = $REMOTE_ADDR
echo REMOTE_USER = $REMOTE_USER
echo AUTH_TYPE = $AUTH_TYPE
echo CONTENT_TYPE = $CONTENT_TYPE
echo CONTENT_LENGTH = $CONTENT_LENGTH
|
1 to 1 of 1
-
-
Internal Server Error
2002-03-03 07:20:56
philocon
[View]
-
-
Internal Server Error
2002-03-03 14:50:55
philocon
[View]
-
-
Internal Server Error
2002-04-03 15:46:52
danastasi
[View]
1 to 1 of 1