Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cant view cgi-bin scripts

Status
Not open for further replies.

gwar2k1

Programmer
Apr 17, 2003
387
GB
Hey, ive had apache before and i could run scripts that laid in the cgi-bin. Now I cant for some reason and i dunno why :(

This is my config:

ScriptAlias /cgi-bin/ "X:\
<Directory &quot;X:\ AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

which is the same as what it was before

~*Gwar3k1*~
&quot;To the pressure, everything's just like: an illusion. I'll be losing you before long...&quot;
 
Hi,

I think apache misses the line

Options ExecCGI

in that entry for the cgi-bin

Greetings

Smash your head on keyboard to continue...
 
=D thanks both of you

~*Gwar3k1*~
&quot;To the pressure, everything's just like: an illusion. I'll be losing you before long...&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top