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.
241
Apache / Re: I did not find them in /usr/local/apache/conf/httpd.conf
« on: July 29, 2018, 11:34:41 PM »
Diretcly add this in your httpd.conf file or you need to uncomment extra files for that
242
Apache / Re: Internal Server Error
« on: July 29, 2018, 11:24:24 PM »
The error means no you are not using password for root connection of mysql.
243
Apache / Re: How can I install mod_cloudflare?
« on: July 29, 2018, 11:16:06 PM »
Dont run "yum install libtool httpd-devel"
rest steps are ok.
rest steps are ok.
245
Apache / Re: Internal Server Error
« on: July 27, 2018, 08:44:32 PM »
Do you even know how to install the script? Have you installed the script previously?
May i know what script you are using for installation?
May i know what script you are using for installation?
246
Apache / Re: Internal Server Error
« on: July 27, 2018, 08:35:33 PM »
The error above means you are not using root mysql password in your database config file.
using the command above you will get root login for mysql database.
Locate where is your database configuration file and use the details.
Code: [Select]
cat /etc/.my.cnf
using the command above you will get root login for mysql database.
Locate where is your database configuration file and use the details.
247
Apache / Re: Internal Server Error
« on: July 27, 2018, 08:27:16 PM »
Are you using root password in your database config file?
249
Apache / Re: Internal Server Error
« on: July 27, 2018, 07:48:43 PM »
You need to set directory permission to 0755 and files permission to 0644. You cant have 0777 as any file or directory permission.
Code: [Select]
chmod 0755 /usr/local/apache/htdocs/applicationtest
251
Apache / Re: Can I use mod_fastcgi ou mod_fcgid with suPHP
« on: July 27, 2018, 06:50:43 PM »
Both are apache handlers. You can use one handler at a time
252
E-Mail / Re: can receive and send mail using roundcube, but not using phpmailer
« on: July 27, 2018, 06:47:21 PM »253
DKIM / Re: Your DKIM signature is not valid
« on: July 27, 2018, 06:05:57 PM »
Copy the same as it is in your domain panel dns.
You cant use @ as you have to define handler for it.
You cant use @ as you have to define handler for it.
254
E-Mail / Re: can receive and send mail using roundcube, but not using phpmailer
« on: July 27, 2018, 06:04:25 PM »255
CentOS-WebPanel Bugs / Re: folder cannot be accessed by IP
« on: July 24, 2018, 06:57:45 PM »
Also do remember one thing you are on OVH server they block smtp outgoing port for sending spam and you will get email regarding it.
If you want to check port is open or not use telnet.
If you want to check port is open or not use telnet.