PDA

View Full Version : Path??


superizzy
02-17-2002, 12:07 PM
Hi,

I need to know what's the system path to my cgi-bin directory and I need to confirm if the path to perl is the regular #!/usr/bin/perl5 I've been trying to add some scripts but they wouldn't work maybe it's because I'm putting the wrong path... anyone can help me??

Thankie!
Izzy :p
izzy@oh-yeah.org

DCE
02-17-2002, 12:17 PM
The cgi-bin would be /home/username/cgi-bin
The path to perl on my server is #!/usr/bin/perl

If you have shell acces just type whereis perl

superizzy
02-17-2002, 12:22 PM
Thankie :p