[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ScriptAlises not working



> Hello,
>
> I'm having a real problem getting ScriptAliases to work... I'm running
> Apache/1.3.26 (Unix) Debian GNU/Linux, but if you visit:
>
>  http://broadband.mongeese.co.uk/cgi-bin
>

Richard,

Apache as shipped on Debian won't allow directory browsing in CGI
directories.  Try placing a test.cgi script in the directory and point
your browser to the full url of the script.
Here's a quick cgi to test:

BEGIN

#!/bin/sh

/bin/echo -e "Content-Type: text/html\n\n";
/bin/echo -e "<h1>Hello World</h1>\n";

#END


Sincerely,
Kirk Ismay
System Administrator

--
The Net Idea offers Wireless high-speed Internet in Nelson.
Just imagine? Lightning fast Internet for only $19.95/month!
Call us today or visit our web site at:
http://www.netidea.biz/ and Go Wireless!





Reply to: