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

Pages: [1]
1
Bryan, have you tried running the 'fix permissions' as well?

I'm having this problem on another user as well.

The only way I was able to get around it before was by copying directories within a user's directory that worked and pasting them since they kept their proper permissions and such.

It isn't as easy as setting user:group to the proper user and group, there is something more than that, and I don't know what it is. It's a very big problem at this point.

2
So, I've set the user and group to the user - but that has not fixed the issue.
It does seem to possibly be some kind of perm issue though. Simply copying an existing, working site root and renaming it to the new vhost's siteroot does in fact work.

What could this be?

3
I already posted a thread about it not adding some longer domains, saying that they already exist on the server.
However, now, when I do add a domain (that is short enough to work) I'm getting a 403 error. I've tried running the fix permissions, but to no avail. This is really causing a problem for me.

I get the same 403 error when manually adding to vhosts, as well.

4
Apache / Re: Report: Missing domain in vhosts.conf
« on: February 13, 2015, 10:05:11 PM »
Possibly helpful: Long domains aren't stored properly in the database. It limits the characters and so it chops long domains. This can result in issues when the vhosts is rebuilt.

5
Apache / Re: Thinks that domain already exists on serve - doesn't
« on: February 13, 2015, 10:03:17 PM »
Update: This appears to only happen on long strings, which is why I saw it when I had a (not short) domain and a subdomain on it. Although, this same domain has a longer subdomain that did work with it.

Any ideas?

6
Apache / Thinks that domain already exists on serve - doesn't
« on: February 13, 2015, 06:08:49 PM »
I'm attempting to add a domain to CWP, however I'm getting the error (with example of domain name):

Quote
Domain subdomain.domain.com already exists on the server!

It does not exist, and isn't in vhosts and isn't in the database or anything either.

Any thoughts? Adding any other domain does work.

7
Installation / Re: Fresh install - can't access webpanel?
« on: January 16, 2015, 03:43:08 PM »
Ha! Turns out it did have to do with CWP not running.

I tried restarting it, and it failed. With a bad group name of 'root'. So, went into /etc/group and sure enough, root didn't exist as a group. croot did, though. This makes me wonder if it was somehow a mistake during installation or a mistyped character on my part (most likely) when I was updated some groups at the end of the list.

8
Installation / Re: how can install MemCached ? thanks
« on: January 16, 2015, 03:33:42 PM »
Qefc - what exactly do you mean by it "turned down my logged in user network time by one second"?

Does this mean it has sped up your response/load time for WP sites? I would definitely be interested in what you did if that's the case!

9
Installation / Re: Fresh install - can't access webpanel?
« on: January 16, 2015, 03:30:25 PM »
No ssl - accessing by port 2030.

Indeed, it is running. I've had it not running before and the page it returns is slightly different. In this case it is unable to connect period, it seems.

I would imagine it to be some kind of port error? Since it is returning:

Google Chrome's connection attempt to 192.99.3.173 was rejected. The website may be down, or your network may not be properly configured.

 I have a handful of accounts and 10+ sites all running fine. It's just that I can't access the panel.
The problem is that I'm not much of a linux admin, so I'm not exactly sure how to troubleshoot that problem or where to look.

10
Installation / Fresh install - can't access webpanel?
« on: January 16, 2015, 03:51:19 AM »
Hey there,
I just moved to a new server and installed a fresh CWP transferred databases, /home/ files, and applicable apache vhosts and passwd/group files. All works great!

Except that I can't access CWP :p

Everything that I transferred worked properly, all is well. And I *thought* that I had logged into the CWP on the new server at one point. But I'm probably mistaken.

I'm currently just getting "Google Chrome's connection attempt to xxx.xx.xxx.xx was rejected. The website may be down, or your network may not be properly configured."

I tried `service iptables stop` along with the mentioned command in this thread http://forum.centos-webpanel.com/installation/can't-access-admin-panel-after-installation/msg35/#msg35

Any thoughts?

11
Installation / What is the best method to migrate CWP to a new server?
« on: December 22, 2014, 07:25:40 PM »
I'm changing VPS's and migrating CWP and the accounts/domains under it as well.

What is the best way to migrate CWP so that it rebuilds the proper paths?
I don't need it to move the files themselves, just build the correct paths when I set my domains the the new server/IP. Thanks!

12
On a fresh install with the only modification being updated mysql (following another thread on here.)

Everything starts up and works fine, however, CWP is running into issues connecting to mysql when you add a user. As a result, it can't actually be used to host any domains.

It is adding the user every else - vhost, passwd, account/public_html - it just isn't adding it in the database. As a result, no addon domains can be used, which is very important for me.

The error I'm getting when I add an account:

Code: [Select]
Reloading DNS zones
rndc: 'reload' failed: failure
MySQL server has gone away
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php(1) : eval()'d code(1) : eval()'d code on line 4

Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php(1) : eval()'d code(1) : eval()'d code on line 4

Pages: [1]