I ahve installed Active perl & Apache2 on win2k. Everything works
fine. My problem how can I ask Apache to execute .cgi with perl.exe.
What I did was to put the path of perl.exe on top of eacg .cgi file.
How can configure Apache to use perl.exe by default for .cgi files
Re: dynamic lib ignored even after "found" in "install_driver(Oracle) failed: Cant load..." cgi prob ... the solution i found is this: i moved the directory containing libclntsh.so under /usr/lib, which is a location that apache seems to trust, as opposed to where i had originally placed this directory. ... so, if i knew then what i know now, here are the steps _I_ would use were i to install the oracle instantclient such that the DBD::Oracle module would work when used in an apache 2.0 CGI:... i also could run it this way by placing tnsnames.ora in my home directory as .tnsnames.ora, but this location will do me no good when i want apache to run the script as a cgi. ... am i missing some sort of configuration detail regarding apache and permissions granted a cgi? ... (perl.dbi.users)
Re: CGIs & CSS - References ... my $q = new CGI;... > If the link tag method is considered to be sufficient, then hey, I'm ... (Naturally the stylesheets and js files are in both ... This makes me think it's Apache.... (perl.beginners)
Re: Apache and Perl in Windows ... The cgi scripts execute,... I am studying a spider book that uses Perl so I ... > file in apache and rename the jar files in the server directory. ... (comp.lang.perl.misc)
Re: Perl and IIS - script runs but The page cannot be displayed ...stew asked about CGI: the long answer is to perldoc CGI. ... Both the IIS and perl docs where crappy. ... I would love to have linux and apache etc but I'm stuck with a windows ... (comp.lang.perl.misc)
Re: Apache Security Issue: File Access ... > I just recognized that with Apache configured for VirtualHosts, ... > - no one can ready files using a file system call in CGI or ASP ... Does the target program name have a / or .. ... Does the user who owns the target script exist on the system? ... (comp.security.unix)