Software Engineer at a outsourcing company with 5,001-10,000 employees
Real User
Top 20
Jun 23, 2026
My advice for others looking into using LAMP Stack CentOS is that everything is acceptable as of now. For new organizations using it, everything is fine. Implementation is related to the ease of deployment, enhancing the server, and using the server because the installation is usually made specific one-by-one. If we could centralize everything, that will help users onboard initially. I would rate this product an 8 out of 10.
One specific example where LAMP Stack CentOS saved time is when I was deploying a build with compatibility issues related to PHP versions. The earlier build was on version 8.2, while the new one required a lower version of PHP. After several hours trying out different configurations, I installed a compatible version of PHP on the same CentOS server, confirmed with the developer, and successfully switched versions. I do not see any pain points or features in LAMP Stack CentOS that need improvement. Regarding the governance and security of LAMP Stack CentOS, security measures are already in place, such as the ability to block ports and IPs. However, some Vulnerability Assessment and Penetration Testing points need daily resolution, addressing concerns such as port vulnerability and version mismatches. The accuracy and reliability of output from LAMP Stack CentOS depend greatly on the training of the models used. If the models are well-trained, they yield accurate results and can be reliable. I would rate this review a nine out of ten.
Senior System Specialist at a transportation company with 51-200 employees
Real User
Top 20
Jun 16, 2026
On a scale of one to ten, I would rate LAMP Stack CentOS a seven. I give it a seven out of ten because there are some drawbacks as well. It is 100% open source. However, it is the legacy application maintenance for older enterprise software that actually supports this. For chat or live streaming, when we are using LAMP Stack CentOS, it does not provide us the full feature. At that time we are using Node.js. For handling millions of simulations, NGINX provides us a better feel instead of Apache. These scenarios lead me to provide a seven out of ten. Regarding LAMP Stack CentOS's AI capabilities, I think it is made to be more secured. As we enter the AI area, implementing input sanitization gateways and output validation layers to be monitored in the core model of LAMP Stack CentOS is necessary. Another risk is the unauthorized multi-agent orchestration. If an anonymous agent interacts with each other without restricted permission, a breach in one agent compromises the entire environment. Security needs may deploy a universal data plane outside of the application layer or should enforce centralized governance, authentication, and access control for all agentic traffic. I find that some of our other organizations use LAMP Stack CentOS as well.
I always immediately configure and tune the SELinux, which is Security-Enhanced Linux, policies in relation to my main use case with LAMP Stack CentOS. Out of the box, SELinux will block Apache HTTPD from making network connections or writing to specific directories. Instead of completely disabling it, which is a major security flaw, we explicitly write policies such as `setsebool -P httpd_can_network_connect_db` to allow secure communication with the database while keeping the OS fully hardened. I chose a rating of eight out of ten for LAMP Stack CentOS because while the underlying technology and security and Apache/MariaDB components are phenomenal, the recent structural shifts to CentOS Stream require the DevOps team to put in extra effort to manage pipeline stability compared to the past. The advice I would give to others looking into using LAMP Stack CentOS would be to be more careful about the security and to be more careful about the pricing model because there are enterprise versions that are available for free on AWS, and there are some marketplace offerings that you have to buy. Keep an eye on the pricing models. Configuration with respect to the best practices is the key point of using LAMP Stack CentOS.
My advice to others looking into using LAMP Stack CentOS is that they should be quite aware of the Apache CTL config and the sites-available httpd.conf config, because it is quite customizable, but they should have strong knowledge of that. Regarding LAMP Stack CentOS's capabilities, I think the security is sound, but we need to enable modules and do the configurations. It provides tools and CLI tools to configure most of the things, so it is quite governable and beneficial. In terms of LAMP Stack CentOS's capabilities, the accuracy and reliability of output are quite reliable, as all the config CTLs help to check the syntax. I am not certain if it uses AI, but the config CTL is very strong, and the syntax check is beneficial. If the code is correct, everything goes well. I rate this product nine out of ten.
I have not used the AI capabilities of LAMP Stack CentOS, so I cannot comment on its accuracy and reliability of output. My advice for others looking into using LAMP Stack CentOS is to feel free to use it if you have a lot of experience with Red Hat-based distributions and need a reliable solution for hosting PHP solutions without overwhelming issues with licensing or anything else, as it is a good reliable solution for a PM base. I gave this product a rating of 8.
LAMP Stack CentOS offers a reliable platform for deploying web applications. By combining Linux, Apache, MySQL, and PHP on a CentOS operating system, it provides a consistent environment for building and running complex web applications.This solution is commonly used in web hosting and IT environments due to its open-source nature, making it cost-effective and flexible. LAMP Stack CentOS is valued for its stability and security, which are critical for developing and maintaining web...
My advice for others looking into using LAMP Stack CentOS is that everything is acceptable as of now. For new organizations using it, everything is fine. Implementation is related to the ease of deployment, enhancing the server, and using the server because the installation is usually made specific one-by-one. If we could centralize everything, that will help users onboard initially. I would rate this product an 8 out of 10.
One specific example where LAMP Stack CentOS saved time is when I was deploying a build with compatibility issues related to PHP versions. The earlier build was on version 8.2, while the new one required a lower version of PHP. After several hours trying out different configurations, I installed a compatible version of PHP on the same CentOS server, confirmed with the developer, and successfully switched versions. I do not see any pain points or features in LAMP Stack CentOS that need improvement. Regarding the governance and security of LAMP Stack CentOS, security measures are already in place, such as the ability to block ports and IPs. However, some Vulnerability Assessment and Penetration Testing points need daily resolution, addressing concerns such as port vulnerability and version mismatches. The accuracy and reliability of output from LAMP Stack CentOS depend greatly on the training of the models used. If the models are well-trained, they yield accurate results and can be reliable. I would rate this review a nine out of ten.
On a scale of one to ten, I would rate LAMP Stack CentOS a seven. I give it a seven out of ten because there are some drawbacks as well. It is 100% open source. However, it is the legacy application maintenance for older enterprise software that actually supports this. For chat or live streaming, when we are using LAMP Stack CentOS, it does not provide us the full feature. At that time we are using Node.js. For handling millions of simulations, NGINX provides us a better feel instead of Apache. These scenarios lead me to provide a seven out of ten. Regarding LAMP Stack CentOS's AI capabilities, I think it is made to be more secured. As we enter the AI area, implementing input sanitization gateways and output validation layers to be monitored in the core model of LAMP Stack CentOS is necessary. Another risk is the unauthorized multi-agent orchestration. If an anonymous agent interacts with each other without restricted permission, a breach in one agent compromises the entire environment. Security needs may deploy a universal data plane outside of the application layer or should enforce centralized governance, authentication, and access control for all agentic traffic. I find that some of our other organizations use LAMP Stack CentOS as well.
I always immediately configure and tune the SELinux, which is Security-Enhanced Linux, policies in relation to my main use case with LAMP Stack CentOS. Out of the box, SELinux will block Apache HTTPD from making network connections or writing to specific directories. Instead of completely disabling it, which is a major security flaw, we explicitly write policies such as `setsebool -P httpd_can_network_connect_db` to allow secure communication with the database while keeping the OS fully hardened. I chose a rating of eight out of ten for LAMP Stack CentOS because while the underlying technology and security and Apache/MariaDB components are phenomenal, the recent structural shifts to CentOS Stream require the DevOps team to put in extra effort to manage pipeline stability compared to the past. The advice I would give to others looking into using LAMP Stack CentOS would be to be more careful about the security and to be more careful about the pricing model because there are enterprise versions that are available for free on AWS, and there are some marketplace offerings that you have to buy. Keep an eye on the pricing models. Configuration with respect to the best practices is the key point of using LAMP Stack CentOS.
My advice to others looking into using LAMP Stack CentOS is that they should be quite aware of the Apache CTL config and the sites-available httpd.conf config, because it is quite customizable, but they should have strong knowledge of that. Regarding LAMP Stack CentOS's capabilities, I think the security is sound, but we need to enable modules and do the configurations. It provides tools and CLI tools to configure most of the things, so it is quite governable and beneficial. In terms of LAMP Stack CentOS's capabilities, the accuracy and reliability of output are quite reliable, as all the config CTLs help to check the syntax. I am not certain if it uses AI, but the config CTL is very strong, and the syntax check is beneficial. If the code is correct, everything goes well. I rate this product nine out of ten.
I have not used the AI capabilities of LAMP Stack CentOS, so I cannot comment on its accuracy and reliability of output. My advice for others looking into using LAMP Stack CentOS is to feel free to use it if you have a lot of experience with Red Hat-based distributions and need a reliable solution for hosting PHP solutions without overwhelming issues with licensing or anything else, as it is a good reliable solution for a PM base. I gave this product a rating of 8.