This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Apache / Re: Apache won't start after select web server nginx-varnish-apache
« on: November 10, 2024, 11:31:56 AM »
Now that i solved with port change apache
but after that i create new domain but that domain not point to home/pblic html folder
so i have multiple domain then how i can solve this issue
but after that i create new domain but that domain not point to home/pblic html folder
so i have multiple domain then how i can solve this issue
2
Apache / Re: Apache won't start after select web server nginx-varnish-apache
« on: November 08, 2024, 04:37:14 PM »
No actually i enable nginx-varnish-apache after that mode security is remove then also apache not start
when i try i get this error
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
when i try i get this error
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
3
Apache / Re: Apache won't start after select web server nginx-varnish-apache
« on: November 08, 2024, 09:20:08 AM »
Issue solved with
edit mod_security.conf
nano /usr/local/apache/conf.d/mod_security.conf
LoadFile /usr/lib64/liblua-5.4.so
Edit this line to like this
edit mod_security.conf
nano /usr/local/apache/conf.d/mod_security.conf
LoadFile /usr/lib64/liblua-5.4.so
Edit this line to like this
4
Apache / Apache won't start after select web server nginx-varnish-apache
« on: November 08, 2024, 08:11:17 AM »
Dear members
I install fresh cwp with alamala Linux 9
then change server setup to nginx-varnish-apache and phpfpm
but after that httppd apache not run
if i try manual there showing error
Job for httpd.service failed because the control process exited with error code.
See "systemctl status httpd.service" and "journalctl -xeu httpd.service" for details.
I think port issue please help me to solve this issue
I install fresh cwp with alamala Linux 9
then change server setup to nginx-varnish-apache and phpfpm
but after that httppd apache not run
if i try manual there showing error
Job for httpd.service failed because the control process exited with error code.
See "systemctl status httpd.service" and "journalctl -xeu httpd.service" for details.
I think port issue please help me to solve this issue
Pages: [1]