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 / Re: Index Page
« on: April 05, 2019, 04:21:59 PM »
I am using CentOS 7 and i added the accounts through CWP7. User Accounts then New Account and it generates the account and settings etc.

It always seems to get the dns settings wrong aswell as the documentroot!

17
Apache / Re: Index Page
« on: April 05, 2019, 03:56:45 PM »
Still need to fix it as it is still pointing to the wrong location!

18
Apache / Re: Index Page
« on: April 05, 2019, 03:52:43 PM »
Yep, everything is done via CWP with a fresh install.

19
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!

20
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

21
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

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

23
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>

24
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]