Re: AW: AW: [cgiwrap-users] CGIWrap Error: Script dir not found
Brought to you by:
nneul
From: Daniel L. <ml-...@lo...> - 2002-08-05 12:43:27
|
hi, > Seems like two two big ones are: > > No need for #!/usr/bin/php > No need for script to be executable Yup. > Anything else? What troubled me most was how CGIWRAP constructed the cgiBaseDir. It might increase security, but it didn't work with our setup: /home/<user>/public_html/<subdomain>/ That's the main reason I had to patch CGIWRAP myself. Why isn't PATH_TRANSLATED used instead? Are there any security concerns? -daniel |