简体   繁体   中英

How do I disable suphp on ubuntu 10.04 server

I have put together a small ubuntu 10.04 server with apache2 and php for use only for testing purposes. I am finding suphp keeps getting in my way. Doubtless this is a useful tool for security etc, but right now, as this is only a local testing ground I would like to disable it to prevent it continually throwing errors relating to file ownership etc.

So, as the title says: How do I disable suphp on ubuntu server 10.04.

Thanks

a2dismod suphp->禁用su php mod

instead of disabling all use virtual hosts conf file or http.conf and add

 <VirtualHost ..>
  suPHP_Engine off
  ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM