문제

I'm using WHM to set up a web server for the first time and there are options for ionCube Loader, suEXEC, and suPHP. My understanding is that suEXEC and suPHP are for security while ionCube Loader is for certain encrypted files? I'm the only user on the server (I'm not reselling hosting service), so do I need these services?

도움이 되었습니까?

해결책

I would run PHP with either mod_php or FastCGI... not suPHP (or suExec). suPHP (and suExec) slows things down and, most importantly, doesn't work with opcode caches. You don't need ionCube... it is an old school encoder/loader/cache that is just not needed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top