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

Pages: 1 ... 6 7 [8] 9 10 ... 13
106
CentOS-WebPanel Bugs / Re: SSH Login Rejected
« on: January 30, 2015, 02:25:34 AM »
Quote
And, All the running domain's will turn to Apache CentOS default page..

Run the vHost rebuild function on your panel.

107
CentOS-WebPanel Bugs / Re: SSH Login Rejected
« on: January 30, 2015, 02:24:03 AM »
Quote
The main problem is I can't remote my server via ssh.

Remove the content of /root/.ssh/known_hosts
If you wanna avoid that next time, create a startup script.
A power down is never a software problem.

Create a new file under /etc/init.d/, call it anything, myscript.sh as example.
Add it to the rc.local like this echo "/etc/init.d/myscript.sh" >> /etc/rc.local

While is not the proper solutions, it works.

My recommend is to don't wait for solutions when you have a problem.
Put the solution before it, bui a SAI for your office.

108
Installation / Re: SSH / Quota warning on Centos after install
« on: January 28, 2015, 09:01:17 AM »
While is not the proper solution, you can CONTROL anything in your browser.

Actually im using GM(firefox)/TM(chrome) userscripts on a lot of webpages i dont like how looks. (Including this forum width http://forum.centos-webpanel.com/other/old-forum-style/msg1270/#msg1270)

You can install that extension and hide it. Anyway, it is showing a little before removal.

Example code:
Code: [Select]
// ==UserScript==
// @name        cwp hide danger alert
// @namespace   cwphd
// @description Hides the fucking warning messages on cwp panel
// @include     http://YOUR URL:2030/index.php?chk=*
// @version     1
// @require  http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
// ==/UserScript==

// JQuery Compatibility statement

this.$ = this.jQuery = jQuery.noConflict(true);

$(".alert-danger").remove();

If you wanna hide all messages, just put alert instead alert-danger.

109
PHP / Re: suPHP - 500 Internal Server Error
« on: January 28, 2015, 08:29:51 AM »
Yes, you literally fuckup the security on your server.
This is why i ask you if you are serious.

Obviosly it works. Uninstall suPHP to make it work better...

110
CSF Firewall / LSF firewall not working at all
« on: January 28, 2015, 08:27:21 AM »
I dont remember when or why, the Firewall has stoped.
Does not start, does not restart, does nothing.

What should i check first??

111
CentOS-WebPanel Bugs / Re: member can't using web ftp only admin can use
« on: January 24, 2015, 06:45:30 AM »
Permissions over a php files has nothing to do about ftp software.
Some of the services are intalled on the fly when you install CWP.
You cant make a user account into a ftp service if that ftp services didn't exist.

90% access problems to php files on CWP will be suPHP related.

112
PHP / Re: suPHP - 500 Internal Server Error
« on: January 23, 2015, 07:58:08 AM »
Quote
is not in document root of Vhost "/usr/local/apache/htdocs"

This one too easy fix. Open /usr/local/etc/suphp.conf and change check_vhost_docroot=true to check_vhost_docroot=false
I have another error. When I try open http://sharedip/~test/ I see
Mismatch between target UID (99) and UID (502) of file "/home/test/public_html/index.php" (UID must bi different)
When I open http://test.com/~test/  it works. How to fix it?

I cant believe... are u serious?

113
PHP / Re: suPHP - 500 Internal Server Error
« on: January 20, 2015, 08:25:57 PM »
I woul recommend for all people getting this problem to try rebuild vhost from the admin cwp panel.

114
Addons / Re: Team Speak 3 - Admin data not working
« on: January 20, 2015, 08:22:53 PM »
Are you running the lastest version?

I've install, started and run it perfectly after updated cwp. Succesful display token and accepted it on TS3 software.

I remember it was working too the last time i try it.

Can you look for apache/php logs to find out what is happening when you click the button?

Regards.

115
E-Mail / Re: Change E-Mail Password
« on: January 20, 2015, 08:07:45 PM »
and how would this plugin change your email password if it has NO access to the mail server database?
roundcube is using dovecot/smtp for connection when checking for emails.

Im guessing that Roundcube has a plugin capable to edit.
i found, is this: http://trac.roundcube.net/browser/github/plugins/password/README

I guess you must supply root server account and password and not any cwp user you created but im not sure. You do the best triying first a cwp user and testing it.


116
DNS Manager / Re: Free centos dns manager contact info
« on: January 20, 2015, 07:59:09 PM »
For anyone who know wich is the less data needed to fill their form.

Im doing some stupids workarounds to make that work and made som tests with partial successful. I don't wanna track all the data involved because i can actually make a trick to accomplish the same. Im just triying to find the right way.

Make a shit spaguetti code to let you a good idea to code it's a waste of time.

117
CSF Firewall / Re: Firewall Icon status on Dashboard
« on: January 19, 2015, 09:28:37 AM »
I got a similar problem, but mine is really OFF (i've checked).

I dont know why, but sometimes i come into the panel and noticed the CFS firewall is stoped.

118
E-Mail / Re: Roundcube hangs while sending mail
« on: December 30, 2014, 09:37:58 AM »
Logs please. Look at /var/log/maillog.
As example
Code: [Select]
tail /var/log/maillog
You can export it to a txt file to copy/paste/read it by:
Code: [Select]
tail /var/log/maillog > ~/mail.log

119
MySQL / Re: root Password
« on: December 30, 2014, 09:34:42 AM »
Are SAME password.

You have to check the usual file /root/.my.cnf (.hidden file)

120
Apache / Re: Default Page Displayed for all domains
« on: December 30, 2014, 09:30:44 AM »
Fast but you don't know when it is going to break.

humm... you have rebuild powers, templated config files (the stuff on the luggage-rack of previous images). Really, the most things can be rebuilded in minutes.

I really don't know how to backup email inboxes, lists and other configs. Just see html files and mysql.

I can understand you about stable and powerfull choice :)

I guess that you can't get real stability for a currently developing software. But it promises!


Pages: 1 ... 6 7 [8] 9 10 ... 13