Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [mv] RE: Newbie question: What is ALINK?



******    message to minivend-users from jojo@buchonline.net     ******

On 27 Mar, Chad Day wrote:
> ******    message to minivend-users from Chad Day <chad@beachassociates.com>     ******
> 
> Replying to my own post here..
> 
> After grep'ing everywhere for ALINK, I found the problem..
> 
> vw2# grep ALINK *
> index.html:<BODY BGCOLOR=#FFFFFF LINK=#000000 BACKGROUND= ALINK= TEXT=>
> 
> Something was choking there.. Didn't like it being blank, I guess.. removed
> those tags (could always put RGB values in there, but whatever)
> 
> 
> So now my apache error log looks like:
> 
> [Mon Mar 27 17:13:24 2000] [error] [client 208.246.80.20] script not found
> or unable to stat: /usr/local/etc/apache/cgi-bin/simple
> [Mon Mar 27 17:14:23 2000] [error] [client 208.246.80.20] script not found
> or unable to stat: /usr/local/etc/apache/cgi-bin/simple
> 
> Which looks a lot more like something I can figure out (probably an error in
> my config, actually, probably with the ScriptAlias directive in Apache now
> that I think about it..)
> 
> Anyway.. someone out there might find this info useful.. I don't know if
> that first error (ALINK) will occur if my current one exists or not..
> suppose I'll go back and test that when/if I get this running.
> 
> Chad

Fast check to help you a little bit...

---------snipp filename: test-cgi--------------
#!/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

---------snipp filename: test-cgi--------------

Copy this file into your cgi-bin directory and beside of the
cgi-program "simple". Start your browser and try to visit your simple
demo shop After that, edit the URL-Bar and replace "simple" with
"test-cgi". If you can't see the name of "SERVER_SOFTWARE",
"SERVER_NAME" etc...somethings is wrong in your webserver or in
your machine.

Hope this helps you a little bit!

Regards,

	Joachim

-- 
Hans-Joachim Leidinger
buch online                 jojo@buchonline.net
Munscheidstr. 14            FAX: +49 209 1971449
45886 Gelsenkirchen         FAX: 0209 1671449

-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: