Search

Showing posts with label SELinux. Show all posts
Showing posts with label SELinux. Show all posts

Saturday, January 22, 2011

SELinux denies access requested by httpd (Apache)


This post is listing denied access list requested by httpd (Apache) service and ways to fix them. Solved problems :
  • Database over network access
environment : Fedora 14,built in apache installation, add with yum PHP and MySQL installation.

Friday, January 21, 2011

Common Linux Problems and Answers

Common Linux problems and answers, written as write's experience
enviroment  : Fedora 14 minimum installation. GNOME desktop environment.


Sunday, January 16, 2011

Problem with SELinux when changing Apache's DocumentRoot

With dual Operating System in my laptop, Fedora 14 and Windows XP, I need to set my Fedora Apache's DocumentRoot to point to windows-readable hardisk partition (NTFS). This change of path will allow me to work on same projects from both OS.
Current DocumentRoot is   /var/www/html   need to be set to   /media/Data/htDocs. For testing purpose, DocumentRoot would also be pointed to /home/user/htDocs (home directory). Problems would occurred mostly caused by SELinux policies.


Install Apache, PHP, and MySQL in Linux Fedora 14

objective : install Apache, PHP and MySQL on Fedora 14, installed from LiveUSB Fedora 14.
note : Apache already installed on Fedora 14 LiveUSB installation.

Apache, PHP, and MySQL can be installed via 2 ways :
  • XAMPP
  • YUM installation (super user)