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

Pages: [1]
1
Information / Re: 0.9.8.741 - attention
« on: December 03, 2018, 07:33:17 PM »
I also followed the instructions given and now all my Wordpress sites are no longer found.

http://wiki.centos-webpanel.com/webservers-update

I also did not understand how to edit my VHost file. I use owncloud and need to insert certain instructions in the domain configuration.

As the configuration file has changed, I do not know how to solve it.

2
PHP / Re: Phpmyadmin "502 Bad Gateway" Error
« on: September 01, 2017, 06:28:12 PM »
Hello, I have this problem too. Suddenly I can not access phpMyAdmin anymore. Error 502 Bad Gateway.

The strange thing is that the / usr / local / apache / htdocs / phpMyAdmin / folder does not exist.

I tried installing it with the command

# yum install phpmyadmin

Apparently it was not installed. The command installed the package but nothing has changed.  :'( :'(

Any news?

3
SPF / Re: User unknown in local recipient table
« on: July 13, 2016, 12:32:42 AM »
Hello, thanks for the help. Actually I found part of the error. Just now I realized I needed to configure an external DNS server. I set the main rules in FeeDNS. I was using unintentionally DNS my registrarr.

Now yes the changes in the rules made effect. I inserted the TXT rule but had no effect, perhaps you have not yet propagation DNS.

My main doubt now is whether the TXT rules of SPF and DKIM should be inserted in FreeDNS DNS or CWP DNS?

4
Apache / Re: OwnCloud needs webDAV
« on: April 14, 2016, 03:35:04 PM »
They work!

Modules started to work after compiling Apache. In fact just missed this step jumped.

Inside your owncloud folder edit .htaacess file (nano .htaccess) and add the lines below at the end of file.

<Limit GET POST>
order allow, deny
allow from all
</ Limit>
<Limit PUT DELETE>
order allow, deny
allow from all
</ Limit>

For those who have the same problem. I recompiled Apache by the panel in APACHE RE-BUILD entering the options:
--enable-dav
--enable-dav-fs
--enable-dav-lock
--enable-auth-digest

I thank you all for your help.
Thank you very much.

5
Apache / Re: OwnCloud needs webDAV
« on: April 14, 2016, 01:40:56 PM »
Thank you for your help. I researched and I think I could recompile Apache with modules, for now they appear in the Apache Status tab as Loaded Modules.

And that previous command now returns different:

/ Usr / local / apache / bin / httpd -M | grep -i dav
httpd: Could not reliably determine the server's fully qualified domain name, using server1.edicoescobra.com.br for ServerName
Syntax OK
  dav_module (static)
  dav_fs_module (static)
  dav_lock_module (static)

Now when I edit the httpd.conf and descomento the line to activate the DAV can restart apache without problems. But when the adicono LoadModules lines in conf get this error when starting apache:

dav_module module is built-in and can not be loaded

This means that it has already been loaded? The problem is that the error persists and ownCloud continues with the error messages.

Can anyone give me some direction?
And again thank you for the help already given.

6
Apache / Re: OwnCloud needs webDAV
« on: April 13, 2016, 12:42:50 PM »
First I would like to thank your help.

I would not like to do this? I can not spend money at this point (and the dollar here in Brazil is very expensive).

If anyone has a tutorial for me to try before.

thank you

7
Apache / Re: OwnCloud needs webDAV
« on: April 12, 2016, 02:54:46 PM »
I used the Apache Re-build, chose the most current version .31. But when I make changes to the httpd.conf, continues giving error in module use:

Starting httpd: httpd: Syntax error on line 404 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/mod_dav.so into server: /usr/local/apache/modules/mod_dav.so: cannot open shared object file: No such file or directory
[FAILED]

Any suggestion?
thank you.

8
Apache / Re: OwnCloud needs webDAV
« on: April 12, 2016, 02:33:30 PM »
The command returned an error. What does it mean?

[root@server1 ~]# /usr/local/apache/bin/httpd -M | grep -i dav                                                               
Syntax OK 

9
Apache / Re: OwnCloud needs webDAV
« on: April 12, 2016, 12:45:05 PM »
[root@server1 ~]# httpd -M | grep -i dav
-bash: httpd: command not found


He gave command not found. Apache is installed automatically when installed CWPanel.

How do I reinstall through CWPanel? It is to do this without losing the settings all?

thank you.

10
E-Mail / Re: record (A type) for the hostname
« on: April 12, 2016, 12:31:15 PM »
Thank you, Jae! I will still try, but you've solved some of my doubts.

thank you

11
E-Mail / record (A type) for the hostname
« on: April 11, 2016, 04:33:20 PM »
Hello everyone. I have a problem in the email. The mailtester is saying I need to enter an A RECORD with the name of my domain:

You may want to publish a DNS record (A type) for the hostname server1.edicoescobra.com.br or use a different hostname in your mail software.

My server is named server1.edicoescobra.com.br. If I understand well, the mail requires the RECORD server1.edicoescobra.com.br point to edicoescobra.com.br? But an A RECORD should not always point to an IP?

But where do this? In LIST DNS ZONE / EDIT RECORDS edicoescobra.com.br my domain?

But it remains another problem because tenhos other domains on the server, as will solve the problem when creating the email support@meudominio2.com.br? Can I create several A RECORDS pointing to all server1.edicoescobra.com.br?

Thanks a lot for the help!

12
Apache / Re: OwnCloud needs webDAV
« on: April 11, 2016, 04:17:54 PM »
No one here had problem with webdav? I can not synchronize calendar, but now nothing more in sync owncloud.
Someone could enable webdav smoothly? Someone has idei how to install a module?

13
Apache / Re: OwnCloud needs webDAV
« on: April 06, 2016, 01:53:20 PM »
Hello , I followed the directions , uncommented lines to enable the WebDav and this error occurred .

Searching the internet I found out that the problem is with the module. I did not understand whether to install it or just load . But I can not do any of the things .

Can someone help me? My owncloud not sync in desktop without webdav

THANKS



Starting httpd: Syntax error on line 15 of /usr/local/apache/conf/extra/httpd-dav.conf:
Invalid command 'DavLockDB', perhaps misspelled or defined by a module not included in the server configuration
[FAILED]

Starting httpd: httpd: Syntax error on line 55 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/mod_dav.so into server: /usr/local/apache/modules/mod_dav.so: cannot open shared object file: No such file or directory
[FAILED]

14
SPF / User unknown in local recipient table
« on: April 01, 2016, 03:36:34 PM »
Hello . I have a problem sending e-mail. The error log indicates the following errors


pr  1 11:26:14 edicoescobra postfix/trivial-rewrite[1750]: warning: do not list domain edicoescobra.com.br in BOTH mydestination and virtual_mailbox_domains
Apr  1 11:26:14 edicoescobra postfix/smtpd[1745]: NOQUEUE: reject: RCPT from mail-qg0-f42.google.com[209.85.192.42]: 450 4.1.1 <contato@edicoescobra.com.br>: Recipient address rejected: User unknown in local recipient table; from=<cobra@janelaaberta.art.br> to=<contato@edicoescobra.com.br> proto=ESMTP helo=<mail-qg0-f42.google.com>


Already I googled a lot and it seems to be SPF problem. It which indicates the site mailtester.com

You're not fully authenticated
We check if the server you are sending from is authenticated
-1
[SPF] edicoescobra.com.br does not allow your server 162.243.24.154 to use contato@edicoescobra.com.br
Sender Policy Framework (SPF) is an email validation system designed to prevent email spam by detecting email spoofing, a common vulnerability, by verifying sender IP addresses.

You do not have a SPF record, please add the following one to your domain edicoescobra.com.br:

v=spf1 a mx ip4:162.243.24.154 ~all

[Sender ID] edicoescobra.com.br does not allow your server 162.243.24.154 to use contato@edicoescobra.com.br
Sender ID is like SPF, but it checks the FROM address, not the bounce address.

You do not have a SPF record, please add the following one to your domain edicoescobra.com.br:

v=spf1 a mx ip4:162.243.24.154 ~all




theoretically I should just insert a line (v=spf1 a mx ip4:162.243.24.154 ~all) in the DNS Zone of my main domain, right? I tried to insert an A RECORD TXT and did not work. Here in the forum says that you must enter manually. I went by the CWP, edited manually and enter the RECORD and continues accusing the spf is not configured.
Can anyone help me, I'm stuck for days in it.
thank you



Pages: [1]