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

Pages: 1 ... 15 16 [17] 18 19 ... 31
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.

244
Apache / Re: Internal Server Error
« on: July 27, 2018, 11:06:00 PM »
Hello,

I just replicated the same thing on my test server. You need to go to

Code: [Select]
cd /usr/local/apache/htdocs/folderinwhichfilesare
run the command below

Code: [Select]
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;

Then you can access your files


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?

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.

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?

248
Apache / Re: Internal Server Error
« on: July 27, 2018, 08:11:44 PM »
Message has changed

Code: [Select]
chmod 0755 /usr/local/apache/htdocs

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

250
Apache / Re: Internal Server Error
« on: July 27, 2018, 07:24:00 PM »
What is output of

Code: [Select]
tail -f /usr/local/apache/logs/error_log

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
what is output of

Code: [Select]
tail -f /var/log/maillog

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.

254
Code: [Select]
nano /usr/local/php/php.ini
Find

Code: [Select]
;sendmail_path =
Replace with

Code: [Select]
sendmail_path = "/usr/sbin/sendmail -t -i"
Save it and restart apache

Code: [Select]
service httpd restart
Check if its working now.


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.

Pages: 1 ... 15 16 [17] 18 19 ... 31