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

Pages: [1]
1
Apache / Script timed out before returning headers: admin-ajax.php
« on: October 06, 2020, 05:13:14 AM »
Good day! I have tried doing the solutions here: https://stackoverflow.com/questions/11225932/script-timed-out-before-returning-headers-php-fastcgi

But error still persist so I tried setting max_execution_timeout: 600

After restarting my apache, I am now receiving this error: Script timed out before returning headers: post.php

Then after a while continued with receiving this error: Script timed out before returning headers: admin-ajax.php

What should I increase or change?

2
E-Mail / Set up MX Record to G Suite not working
« on: September 21, 2020, 06:23:17 AM »
Good day! I have followed this tutorial for setting up MX Records from G Suite - https://wiki.centos-webpanel.com/set-up-mx-records-for-g-suite-gmail

For the first 10 minutes, it worked but after a few hours, every email that I send to our sample user prompts
Code: [Select]
[b]Message not delivered[/b]

Your message couldn't be delivered to -----@------.com because the remote server is misconfigured. See the technical details below for more information.

The response from the remote server was:
554 5.7.1 <-----@------.com>: Relay access denied

But if I check our G Suite admin account, the status is fine

Code: [Select]
Verified -----------
Gmail is activated for -------

Should I delete all the CNAME bind for mail, pop, smtp, others? But the guide only dictates removing all the MX Record. Thank you


3
DNS / Bind DNS(Nameserver is unreachable.)
« on: September 17, 2020, 02:31:24 AM »
Good day!

I would like to on how to bind dns to a NAT? Our old server was using a pulbic IP but due to change in service providers, we were given only an option to do port forwarding.

So I have set up the NAT configuration at the CWP Settings and changed the zone for my domain.

Our current zone for the domain is this
Code: [Select]
; Generated by CWP
; Zone file for slsu.edu.ph
$TTL 14400
slsu.edu.ph.      86400        IN      SOA     ns1.slsu.edu.ph. mrveeen05.gmail.com. (
2013071600      ; serial, todays date+todays
86400           ; refresh, seconds
7200            ; retry, seconds
3600000         ; expire, seconds
86400 )         ; minimum, seconds

slsu.edu.ph. 86400 IN NS ns1.slsu.edu.ph.
slsu.edu.ph. 86400 IN NS ns02.slsu.edu.ph.

slsu.edu.ph. IN A xxx.xxx.xxx.xxx (NAT IP)

localhost.slsu.edu.ph. IN A 127.0.0.1

slsu.edu.ph. IN MX 0 slsu.edu.ph.
mail IN CNAME slsu.edu.ph.
www IN CNAME slsu.edu.ph.
ftp IN CNAME slsu.edu.ph.
; Add additional settings below this line
_dmarc 14400 IN TXT "v=DMARC1; p=none"

When I try to access the website at http://leafdns.com/, I am still prompted with Nameserver is unreachable

Aside from this, after changing the default configuration in our dns, the BIND DNS Server in the dashboard went to Failed Status with error

Code: [Select]
Job for named.service failed because the control process exited with error code. See "systemctl status named.service" and "journalctl -xe" for details.
Now I am lost as to why this all happened.


4
DNS / The parent nameservers do not have your nameservers listed
« on: October 30, 2019, 07:20:39 AM »
As the title states, I don't know why my domain wasn't able to pick up the parent nameservers. Last night, it was still working perfectly but today, early in the morning, the website prompts me with an error "server IP address could not be found.".

I tried checking the problems but all configuration setting is fine. I looked at leafdns my website and it gave me this error, "The parent nameservers do not have your nameservers listed".

In addition to this, I am hosting two domains, the other domain works fine but this domain is not working and doesn't link with my nameservers. Is this a bug of some sort? Please help me fix this. I really need it by tomorrow.

Thanks.

5
DNS / Subdomain site cannot be reached
« on: June 17, 2019, 06:07:44 AM »
Good day. I have a Centos Web Panel hosting and bought a domain from namecheap. Setting up my domain was easy and received no errors but when I created a subdomain for my domain, I am always prompted with the error "Site cannot be reached. Subdomain server IP address could not be found.".

I have tried adding an A record with my subdomain that points to the IP Address of my hosting, also added CNAME with subdomain name that points to my domain.

Name                                    Type             TTL              Value

subdomain.domain.com             A              14400        IP Address
subdomain                             CNAME        14400        subdomain.domain.com

Should I set up also my domain in my namecheap account to match this to work or am I missing some set up here?

Thanks.

6
How to / Trace Subdomain traffic logs
« on: June 10, 2019, 02:09:47 AM »
Good day! How do I trace the traffic logs in my subdomain? Thanks

7
DNS / Subdomain redirecting to domain address
« on: May 21, 2019, 03:17:51 AM »
How do you set the subdomain that points to an ip address?

Currently we have a system attached to a server that needs to be accessed online. We set a public ip to the server and now the server is accessible. Now I want to attach the IP address to a subdomain I created through DNS Zone Editor. What I did was: Add new A record under XYZ.domain.com to public ip of server. The only thing that happens is it redirects me to the domains url.

8
E-Mail / Set up gmail MX record
« on: May 06, 2019, 10:50:39 PM »
How do you set up gmail mx record in cwp? Is there a step-by-step tutorial in doing this. Thanks.

9
E-Mail / Roundcube email not sending
« on: April 26, 2019, 08:27:21 AM »
Good day! Why is that my gmail is not receiving any roundcube email sent? Sending email in roundcube gives me a notification "Message Sent!" but when I check my gmail, no email was received. Thanks

10
DNS / Re: Domain redirecting to UserDir
« on: April 17, 2019, 12:14:55 AM »
Ok I have solved t he problem. Changing webservers solved the problem, previously I was using NGIX, VARNISH & APACHE, now I changed it to APACHE only then it fixed itself. Is this a bug of some sort? Thanks.

11
DNS / Domain redirecting to UserDir
« on: April 16, 2019, 08:39:56 AM »
At first everything works fine but now, whenever I add a new domain (sample.com) the doamin name always opens the test page meanwhile the useraccount UserDir opens the website I added through the userpanel inside the /home/USERNAME/public_html.

What is causing this problem? Is this a bug? Thanks.

Pages: [1]