Hi all,
I have my server with its document root
running.
Now I would like to add another directory in
which:
every user go to www.myserver.mine/mydir/ execute
/myserver/mydir/script.cgi
In this directory there are also some subdirs with
css, icons and html pages I would like web server shows.
If i configure it like
"ScriptAlias"
web server try to execute all inside
If i configure it like
"Alias"
and I add
"DirectoryIndex script.cgi"
"Options +ExecCGI"
web server shows me content of script.cgi without
executing it.
Could you help me?
Thank Yoo
Mauro
|