Integration of PHP with apache in FC4 and Solutions

Source: Internet
Author: User
The integration of apache in FC4 into PHP: Linux Enterprise Application-Linux server application information. For more information, see below. FC4 servers have a lot of problems.

After php5.1.6 is installed
Vi/usr/local/apache/conf/httpd. conf
Add LoadModule php5_module modules/libphp5.so
The following error is reported when you restart apache:
Httpd: Syntax error on line 53 of/usr/local/apache/conf/httpd. conf: Cannot load/usr/local/apache/modules/libphp5.so into server:/usr/local/apache/modules/libphp5.so: cannot restore segment prot after reloc: Permission denied

After google for half a day on the internet, I finally found the solution:
Chcon/usr/local/apache/modules/libphp5.so-t shlib_t

The reason is that there is a SELinux protection mode in Linux, and you should also pay attention to it when installing vsftpd. When an exception occurs, you should first look at SElinux. Yesterday I was depressed for a day.


Appendix:
QUOTE:
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.