san,
we have configured mod_pearl,as you have said, and it makes a big difference.
But, on one domain i have 2 different applications , that use different cgi-bins.
when i enable the first cgi-bin as shown below, it also effects the second cgi-bin- as a result of the "alias" comment, since the server looks for the url with the cgi-bin in the alias directory.
my question is , how can , set it that, the alias doesn't effect the second cgi-bin
this is what i have at the moment
--------------------
Alias /books/cgi-bin /usr/internet/foo.com.com/htdocs/books/cgi-bin/
<Location /cgi-bin>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader on
Options +ExecCGI
</Location>
------------------------------
butit also effects this directory.this directory, now looks for the cgi-bin in the previous location
/usr/internet/foo.com/htdocs/cgi-bin/flowers/
--------------
what should i do to leave this unaffected?
thank you
shann
we have configured mod_pearl,as you have said, and it makes a big difference.
But, on one domain i have 2 different applications , that use different cgi-bins.
when i enable the first cgi-bin as shown below, it also effects the second cgi-bin- as a result of the "alias" comment, since the server looks for the url with the cgi-bin in the alias directory.
my question is , how can , set it that, the alias doesn't effect the second cgi-bin
this is what i have at the moment
--------------------
Alias /books/cgi-bin /usr/internet/foo.com.com/htdocs/books/cgi-bin/
<Location /cgi-bin>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader on
Options +ExecCGI
</Location>
------------------------------
butit also effects this directory.this directory, now looks for the cgi-bin in the previous location
/usr/internet/foo.com/htdocs/cgi-bin/flowers/
--------------
what should i do to leave this unaffected?
thank you
shann