Page 1 of 1

perl scripting on webserver

Posted: Fri Dec 20, 2013 2:26 am
by hermanpater
I like to know if it is possible to run perl script on my (nas) webserver perl is installed but i dont know where i can find it on the server.
does anyone know?

Re: perl scripting on webserver

Posted: Fri Dec 20, 2013 10:26 am
by orion
I can use perl directly after login through ssh. You can find a symbolic link in /usr/local/bin/perl after you installed perl package.

Re: perl scripting on webserver

Posted: Wed Jan 08, 2014 6:10 am
by hermanpater
thank you orion i found perl in the dir. you said. But I don't want tou use perl as root or admin with ssh.
I want my scripts running on the web server in the cgi-bin dir.

Re: perl scripting on webserver

Posted: Wed Jan 08, 2014 6:43 am
by ho66es
according to /volume0/usr/builtin/etc/apache2/apache2.conf it is in Web/cgi-bin

no idea if it works though

Re: perl scripting on webserver

Posted: Thu Jan 30, 2014 8:15 pm
by hermanpater
ho66es wrote:according to /volume0/usr/builtin/etc/apache2/apache2.conf it is in Web/cgi-bin

no idea if it works though
Thank you ho66es i found the config file and changed mij scripts AND it Works

Re: perl scripting on webserver

Posted: Fri Jan 31, 2014 6:49 am
by ho66es
hermanpater wrote:
ho66es wrote:according to /volume0/usr/builtin/etc/apache2/apache2.conf it is in Web/cgi-bin

no idea if it works though
Thank you ho66es i found the config file and changed mij scripts AND it Works
good to know it works :)

Re: perl scripting on webserver

Posted: Wed Mar 12, 2014 9:46 am
by Mechano
hermanpater wrote: Thank you ho66es i found the config file and changed mij scripts AND it Works
I'm curious, what did you change in your scripts?