Dear user,
I have some simple question.
In my configuration file for apache2 I have defined
either:
<Directory "/opt/apache2/htdocs/com/user_defined">
Options +ExecCGI
SetHandler cgi-script
</Directory>
or
<Location "/com/user_defined">
Options +ExecCGI
SetHandler cgi-script
</Location>
Is there any possibility how to call CGI script which is defined under directory
/opt/application/htdocs/cgi-bin/updatePage.cgi in case that one of
those tags called from the browser?
BROWSER -> /com/user_defined -> called script
/opt/application/htdocs/cgi-bin/updatePage.cgi
Thank you in advance
--
Best Regards / S pozdravem
Petr Hracek
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]