Apache and CGI Application
Apache and CGI Application
(OP)
Hello
how i config apache2 to run my CGI application when i call www.mysite.org
this is in my Home Linux Web Server with PostgreSQL.
how i config apache2 to run my CGI application when i call www.mysite.org
this is in my Home Linux Web Server with PostgreSQL.
RE: Apache and CGI Application
You mean, running CGI scripts outside of the /cgi-bin/ directory ? If yes, read Apache Tutorial: Dynamic Content with CGI | Configuring Apache to permit CGI | CGI outside of ScriptAlias directories. Otherwise specify what exactly you are trying and where you met a problem.
Feherke.
http://feherke.github.com/
RE: Apache and CGI Application
'hope this helps
If you are new to Tek-Tips, please use descriptive titles, check the FAQs, and beware the evil typo.
RE: Apache and CGI Application
my question as I make my application work when I call my internet page.
I want my application to work like a website page
RE: Apache and CGI Application