Koozali.org: home of the SME Server

Apache configuration and CGI

Offline mien

  • 2
  • +0/-0
Apache configuration and CGI
« on: January 30, 2008, 08:52:51 PM »
Hello,

Is there any way to configure Apache so that ANY page of some site (iBay) will be generated by one CGI program (one CGI program for the whole site)?

That is for example http://www.example.com/ will call that script and http://www.example.com/some/path will call the same script (and leaving the path "/some/path" in env variable PATH_INFO, or elsewhere)

Is that possible?

Thank for help.