EllisLab text mark
Advanced Search
     
CI as CGI and su-php?
Posted: 17 September 2007 03:20 PM   [ Ignore ]
Avatar
Joined: 2007-06-01
12 posts

The site I maintain is being hosted by our University and due to hackers we recently implemented su-php.  Since that time we have not been able to fix our intranet so that users can upload photos (and other documents).  I have talked with some IT people about the problem and it turns out that with su-php, PHP is interpreted as CGI.

Not only can people not upload documents. Users cannot even get to our login page (which is implemented using freak_auth_light) when I set the “AddHandler su-php-script .php” in the .htaccess file.

Any help is much appreciated.

Thanks

 
Posted: 18 September 2007 02:29 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2007-03-12
226 posts

Make sure you chmod to 755.  suexec will not serve 777.

btw, this is probably the wrong forum for this question.