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 [2]
16
Apache / Re: Index Page
« on: April 05, 2019, 03:52:43 PM »
Yep, everything is done via CWP with a fresh install.
17
Apache / Re: Index Page
« on: April 05, 2019, 01:57:51 PM »
So, i have worked out that all sites created root directory is being served from /usr/local/apache/htdocs and not the individual ones created by Vhosts!
18
Apache / Index Page
« on: April 05, 2019, 11:11:13 AM »
Hi Everyone,
I have finally got my server working, i have a new issue. The index file keeps showing even though i have uploaded websites to the directories? The original index file is not in the public_html directory anymore but still showing when i visit the website?
Thanks
Bossmanuk
I have finally got my server working, i have a new issue. The index file keeps showing even though i have uploaded websites to the directories? The original index file is not in the public_html directory anymore but still showing when i visit the website?
Thanks
Bossmanuk
19
Apache / Addons Documentroot
« on: April 04, 2019, 09:00:16 PM »
Hi Everyone,
What is the best way to change the Documentroot for addon domains please? As I don't want the same Documentroot for multiple domains.
Thanks
Bossmanuk
What is the best way to change the Documentroot for addon domains please? As I don't want the same Documentroot for multiple domains.
Thanks
Bossmanuk
20
DNS / DNS Template
« on: April 04, 2019, 01:37:14 PM »
Hi Everyone,
When adding domains to in my control panel the DNS zone which is created does not seem to be correct and no domains are resolving. When using other control panels i managed to set it up first time without issues but the dns on this is causing me major issues. Can someone post a working DNS Zone with the correct formatting as the ones that CWP are generating look odd and are not resolving any of my domains!
Thanks
Bossmanuk
When adding domains to in my control panel the DNS zone which is created does not seem to be correct and no domains are resolving. When using other control panels i managed to set it up first time without issues but the dns on this is causing me major issues. Can someone post a working DNS Zone with the correct formatting as the ones that CWP are generating look odd and are not resolving any of my domains!
Thanks
Bossmanuk
21
Nginx / Re: nginx: [emerg] bind() to 80.xxx.xx.xx:80 failed (99: Cannot assign requested add
« on: April 03, 2019, 02:05:40 PM »
After doing what you suggested these are the results
Output
Output
Code: [Select]
cd /usr/local/apache/conf.d/
grep -r ":80" *
Output
Code: [Select]
vhosts/mydomain.co.uk.conf:<VirtualHost 80.xxx.xxx.xx:80>
Code: [Select]
cd /usr/local/apache/conf/
grep -r ":80" *
Output
Code: [Select]
extra/httpd-vhosts.conf:<VirtualHost *:80>
extra/httpd-vhosts.conf:<VirtualHost *:80>
httpd.conf:#Listen 12.34.56.78:80
httpd.conf:#ServerName www.example.com:80
httpd.conf_backup:#Listen 12.34.56.78:80
httpd.conf_backup:#ServerName www.example.com:80
httpd.conf.bak:#Listen 12.34.56.78:80
httpd.conf.bak:#ServerName www.example.com:80
original/extra/httpd-vhosts.conf:<VirtualHost *:80>
original/extra/httpd-vhosts.conf:<VirtualHost *:80>
original/httpd.conf:#Listen 12.34.56.78:80
original/httpd.conf:#ServerName www.example.com:80
sharedip.conf:<VirtualHost 80.xxx.xxx.xx:80>
22
Nginx / nginx: [emerg] bind() to 80.xxx.xx.xx:80 failed (99: Cannot assign requested add
« on: April 03, 2019, 01:35:39 PM »
Hi Everyone,
I have started to get the following error with Nginx, Apache & Varnish install. If i rebuild server to just Apache it all works perfectly fine as soon as i add nginx in the mix it keep getting this error?
-- Unit nginx.service has begun starting up.
Apr 03 14:28:35 hostname nginx[17898]: nginx: [emerg] bind() to 80.xxx.xx.xx:80 failed (99: Cannot assign requested address)
Apr 03 14:28:35 hostname systemd[1]: nginx.service: control process exited, code=exited status=1
Apr 03 14:28:35 hostname systemd[1]: Failed to start nginx - high performance web server.
-- Subject: Unit nginx.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
Hidden the obvious information for security reasons.
Thanks
Bossmanuk
I have started to get the following error with Nginx, Apache & Varnish install. If i rebuild server to just Apache it all works perfectly fine as soon as i add nginx in the mix it keep getting this error?
-- Unit nginx.service has begun starting up.
Apr 03 14:28:35 hostname nginx[17898]: nginx: [emerg] bind() to 80.xxx.xx.xx:80 failed (99: Cannot assign requested address)
Apr 03 14:28:35 hostname systemd[1]: nginx.service: control process exited, code=exited status=1
Apr 03 14:28:35 hostname systemd[1]: Failed to start nginx - high performance web server.
-- Subject: Unit nginx.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
Hidden the obvious information for security reasons.
Thanks
Bossmanuk
Pages: 1 [2]