Forum Moderators: phranque
HTTP Error 403
403.1 Forbidden: Execute Access Forbidden
This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that does not allow programs to be
executed.
(is this to do with permissions?) if so what should it be set to, at the moment it is on full control for all permissions..
Also I have Perl installed on our server, and he is asking for the path to perl eg /perl.. I have never had to use perl, but it is on our server. so how does the client see this. ie is there a pre-set path for him to know...
any help would be grateful thanks
To find the path to perl, 'which perl'; put it on the shebang, the first line of the script:
#!/path/to/perl
And maybe the directory where the script is installed doesn't allow execute; then do 'chmod a+x directory'
(edited by: Duckula at 5:29 pm (utc) on Mar. 28, 2002)
(edited by: Duckula at 5:31 pm (utc) on Mar. 28, 2002)