Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Distribution: PCLinuxOS2020 CentOS6.10 CentOS7.7 + 50+ other Linux OS, for test only.
Posts: 17,397
Rep:
http://www.apachefriends.org/en/xampp.html
QUOTE : "" XAMPP for Linux
The distribution for Linux systems
(tested for SuSE, RedHat, Mandrake and Debian)
contains: Apache, MySQL, PHP & PEAR, Perl, ProFTPD, phpMyAdmin, OpenSSL,
GD, Freetype2, libjpeg, libpng, gdbm, zlib, expat, Sablotron, libxml,
Ming, Webalizer, pdf class, ncurses, mod_perl, FreeTDS, gettext, mcrypt,
mhash, eAccelerator, SQLite and IMAP C-Client. ""
Everything seems to be included.
But : Not tested for Fedora 12.
Supposed to be an easy way to "install an Apache web server".
.....
I checked my SELinux log, XAMPP isn't mentioned anywhere.
There is no "SELinux log" except /var/log/audit/audit.log. If you use it XAMPP will never be mentioned there but components like those libraries. Anyway. Elsewhere somebody found out XAMPP libraries have been compiled with executable stack enabled which is a bad thing. Basically you should choose not to use XAMPP. XAMPP is not fit for public exposure or production use.
The workaround seems to be to flip a boolean: 'setsebool -P allow_execstack on'. Flipping the boolean will allow execstack for all libraries which weakens security posture considerably. You should not do this on machines that are exposed to any non-LAN networks.
There is no "SELinux log" except /var/log/audit/audit.log. If you use it XAMPP will never be mentioned there but components like those libraries. Anyway. Elsewhere somebody found out XAMPP libraries have been compiled with executable stack enabled which is a bad thing. Basically you should choose not to use XAMPP. XAMPP is not fit for public exposure or production use.
The workaround seems to be to flip a boolean: 'setsebool -P allow_execstack on'. Flipping the boolean will allow execstack for all libraries which weakens security posture considerably. You should not do this on machines that are exposed to any non-LAN networks.
Im yet fresh to fedora, but this seLinux is annoying so I added selinux=0 to grub config and now I have it disabled. Sorry seLinux guys, but it ruins everything I try to run.
It didn't even let me install MySQL LMAO.
Now I manually installed PHP, MySQL, Apache and phpMyAdmin.
The problem is, I can only run my test.php if its copied inside localhost (var/www/html/test). But if I try to run it from my desktop, it won't open.
Is there any way I can make it run in my browser properly from my Desktop/WORKSPACE folder?
Thanks
Last edited by jan1024188; 03-02-2010 at 02:07 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.