Show Posts

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.


Messages - Bossmanuk

Pages: 1 [2]
16
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

17
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

18
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 :(

19
After doing what you suggested these are the results

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>

20
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

Pages: 1 [2]