![]() |
lscgid: execve(): Permission denied
Hi There,
I'm trying to setup a site that uses a simple perl script: Code:
#!/usr/bin/perlThanks Luke |
Have you chmod the script.
Try sudo -u <user_lshttpd_run_as> path_to_script from command line. |
Doh thats got it - thanks very much!
|
i'm also getting this, but may be different issue.
when i try to access a html file in /cgi-bin/something.html, i get that error. is there any way around this? |
LiteSpeed does not allow serve any static content from a CGI directory for security reason.
If you really need to do this, you can use "Alias" or "AliasMatch" directive to tell LSWS that those files should be served as static content. |
| All times are GMT -7. The time now is 02:07 PM. |