Quantcast
Channel: Forums | InterWorx CP
Viewing all 900 articles
Browse latest View live

SiteWorx backups failing

$
0
0
Hello,

I recently transferred sites to a new virtual machine running CentOS 7. Trying to run structure-only backups are failing with "MySQL server not running".

I am able to login to NodeWorx/SiteWorx just fine and can see iworx-db-2 running on 127.0.0.1:2307.

Here is some info from iworx.log:

2016-09-18 20:38:18.68014 [8lmamp-vqqg-09ya-CLI] [INFO] : db_connect failed... sleeping 5 seconds... : backup.php
2016-09-18 20:38:23.68285 [8lmamp-vqqg-09ya-CLI] [INFO] : db_connect failed... sleeping 5 seconds... : backup.php
2016-09-18 20:38:28.74474 [8lmamp-vqqg-09ya-CLI] [ERR] : ##LG_MYSQLD_NOT_RUNNING## : backup.php
2016-09-18 20:38:28.82767 [8lmamp-vqqg-09ya-CLI] [INFO] : script end : backup.php

I am not sure the difference between the old and new mysql services in iworx but it seems like the backup script is not able to connect to iworx-db-2? Has anyone else had this issue?

Hi All

$
0
0
Hi All

First Post, just thought I'd say Hi, and see you in the forums

Rich

php-zip

$
0
0
Hi All

I have followed the guides on here to upgrade to php7, but i need to add the php-zip extension - can anyone please advise how to do this?

Thanks
Rich

permissions error

$
0
0
Here's what Ive done.

Old Server - Running Plesk - Zip site folder
Interworx Server - Create Site - Upload Zip - UnZip

Here's the problem
Navigate to site, can only see the homepage, - layout is good, but none of the graphics are visible. All other pages claim to 403 Forbidden as do the images on the homepage
All the permissions on all the files and folders are the same, even for the homepage

Not sure where to start looking now :( Any advice will be much appreciated

Should add, there is no DB for the site, its GRAV Flat File CMS

Synchronization support

$
0
0
Hi,

Hey Interworx, do have any plan to make some util/plugin which will sychronize /home to 2.server as online backup.
Who would like to have synchronization cross more servers used as identical backup?
When one server will fail, then second one will take work.

I have experience that no solution works well, but when my servers will in different datacenters and DNS setting will be for redundancy, then is big chance that everything will work.

I know than rsync can do same work, but when it will be supported by IW natively, it will be better for all.

I'm having a Few problems with IW ....

$
0
0
Server Spec
CEntOS 7.2
PHP 7 (Remi)

Ok so here's the list, Descriptions in-line

1. <testdomain>/index.php/html works <testdomain>/folder/page.php/html doesn't. I have installed a Joomla site on my server, and when I am browsing it, with the mod_rewrite enabled in the Joomla control panel and htaccess.txt renamed to .htaccess (as I normally do with no problems on my other server) I can't access any subpages of the site - all I get is a 403 Forbidden page
2. I can't install GRAV on any siteworx accounts, either manually or via softalicious. I do see the cogs on the setup screen when I create a new Siteworks account for each site I have tried though

Any help would be much appreciated

Multiple Versions of PHP

$
0
0
Hi all,

I need to able to run PHP 5.6, 5.7 and 7 and have the selectable by website, some sites prefer PHP7 and other don't work properly under it.

Is it possible to do this?

Adobe.com in DNS logs

$
0
0
Hello,

After fresh install of Interworx 5.1.x on Centos 6.8 I got the following in DNS logs, somebody meet something similar?

thanks,

22:32:48.243932500 00000000000000000000ffff5d71aee1:d2e0:efcc - 0001 adobe.com




CNAMEs with underscores

$
0
0
Hi all,

I'm not sure whether this is a bug or it has been restricted to this for whatever reason. We have a client who wishes to add 2 CNAMEs to his domains DNS records.

zendesk1._domainkey.domain.com must point to zendesk1._domainkey.zendesk.com
zendesk2._domainkey.domain.com must point to zendesk2._domainkey.zendesk.com

The first part of the record is fine and it is accepted but the second part which is:

zendesk1._domainkey.zendesk.com

Is not accepted and comes up with an ! mark. It seems it will only accept it when the _ has been removed.

They are valid records as they do seem to be accepted by Cloudflare. Is there a way round this for the Interworx control panel to accept the above CNAME records?

Kind Regards,

can not login to client area

$
0
0
i have registered as partner some time ago
but now i can not login to my client area
i am using forgot password but new password dont work again

regards

Problem - Application bypass Firewall Rules

$
0
0
Hi,

Im using IX latest version (5.1.30) with CentOS 7 and I have the Firewall turned ON with IMAPS 993 port closed and also port 587 is closed by default because i never installed on IX the Alternate SMTP Server Settings.

You can see my firewall details on the image screenshot I leave bellow:
http://imgur.com/a/ZLdXw

The problem is that even with this ports closed, I have an application that seens to bypass / ignore this rules. I describe in more detail bellow:

I have migrated a PHP application to this server and the application uses the IMAPS protocol to get email tickets to the helpdesk and the 587 port to send out the emails. Both this settings where already setup before the migration and after the migration was done I was very surprise to see that both the ticket fetching using the 993 IMAPS and sending email using the 587 SMTP port, keep working.

So it seems the application is bypassing / ignoring the firewall rules, or the firewall rules are not being setting up properly.

Just one final note to say that I have also notice that besides the application fetching and sending email, i'm also receiving the default email notifications (ex: backup email notifications) from this server on my email. How can this happen if both port 25 and 587 are closed?

Can anyone please help me resolve this? How using SSH can I check and make sure of what ports are open and closed?

Thanks

Is it possible to automate installation and configuration of interworx

$
0
0
Hello,

We have much of our server provisioning automated, except when configuring nodeworx. Is it possible to automate the agreement, configuration of NS, mail server and a few other configurations which we currently do via manually through the web interface.

We do a number of things from turning on and configuring some plugins, changing settings, setting the NS and DNS synchronization etc.

Thanks!

John

Rewrites and derps

$
0
0
So I've got a customer who came to me for help with his .htaccess.

He's got a site with a subfolder that has a .htaccess with custom 404s. All good, right? Right. So, what's the problem, then? The problem is that his main site also has .htaccess. The two seem to be interfering with each other and generating an infinite loop.

Main site .htaccess:

Code:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /view.php?id=$1 [L,QSA]

RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# END SSL config

Subfolder .htaccess:

Code:

ErrorDocument 404 https://mypastebin.com/vice/404.php
I also tried with some variations of /404.php, /vice/404.php and full URLs, etc. None of it is working.

I tried with this:
Code:

ErrorDocument 404 https://mypastebin.com/vice/404.php
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

Obviously, this doesn't quite work and usually results in:

Code:

[Tue Oct 18 07:19:32.109454 2016] [core:error] [pid 18255] [client xxx.xxx.xxx.xx:11271] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Any idears, folks?

Possible firewall bug

$
0
0
While trying to lock-down FTP logins for my WAN IP only, I noticed that if ports 20 (ftp-data) and 24 (lmtp and/or sftp) become de-listed in the Interworx firewall if they are entirely closed. I don't see this behavior when ports 21 and 22 are entirely closed and they remain listed in the firewall GUI along with all other closed ports.

It's simple enough to add the missing port entries back, but in order for these entries to remain listed at least one TCP or UDP pathway needs to be open.

It would be nice if these common ports that go missing remained listed in the firewall regardless of their state like all other closed ports.

interworx-5.1.31-1242 is broken

$
0
0
Hello,

Both my Interworx systems updated to interworx-5.1.31-1242 last night which broke them completely.

I now get the following:

Warning: main(../include/iworx.conf.php): failed to open stream: Permission denied in /usr/local/interworx/html/index.php on line 32

Fatal error: main(): Failed opening required '../include/iworx.conf.php' (include_path='.:/usr/lib64/php') in /usr/local/interworx/html/index.php on line 32


Oct 19 01:17:45 Updated: 3:clamav-0.99.2-101.rhe5x.iworx.x86_64
Oct 19 01:17:50 Updated: 1:vpopmail-5.4.33-121.rhe5x.iworx.x86_64
Oct 19 01:19:48 Updated: interworx-5.1.31-1242.iworx.noarch
Oct 19 01:19:51 Updated: interworx-smarty-2.6.19-1242.iworx.noarch
Oct 19 01:20:02 Updated: interworx-phpmyadmin-4.0.10.17-1242.iworx.noarch
Oct 19 01:20:22 Updated: interworx-squirrelmail-1.4.23-1242.iworx.noarch
Oct 19 01:20:48 Updated: interworx-roundcube-1.1.2-1242.iworx.noarch
Oct 19 01:21:27 Updated: interworx-horde-5.2.10-1242.iworx.noarch
Oct 19 01:22:02 Updated: interworx-5.1.31-1242.iworx.noarch




Help needed getting back into Interworx & Webmail - PHP error

$
0
0
Not sure what happened or what to do about it. I'm getting this error when I use the Nodeworx or webmail URLs:

Warning: main(../include/iworx.conf.php): failed to open stream: Permission denied in /usr/local/interworx/html/index.php on line 32

Fatal error: main(): Failed opening required '../include/iworx.conf.php' (include_path='.:/usr/lib64/php') in /usr/local/interworx/html/index.php on line 32

I'm running PHP 5.6 from the remi repo and Ioncube from Licensecart.

Help appreciated.

MySQL service won't start

$
0
0
Hi, my server has been running great, however just yesterday MySQL service won't restart or start. I have tried starting it through the terminal and the nodeworx interface. Not sure why it won't restart. Anybody else having mysql issues after the 10-18-16 upgrade?
Thanks


Ver 14.14 Distrib 5.5.53, for Linux (x86_64) using readline 5.1# sudo /sbin/service mysqld start
MySQL Daemon failed to start.
Starting mysqld: [FAILED]

Server SSL Certificate via LetsEncrypt

$
0
0
Within the Siteworx Interface for each account i can easily generate an SSL Certificate with "Generate All With Let's Encrypt" - unfortunately this option isn'd available for the Nodeworx - "Server - SSL Certificates".

Is there any workaround to get the Letsencrypt SSL Certificate for the Server itself?

Thanks,
Thomas

SSL Certificate Issues - Can't log into Nodeworx

$
0
0
Hi,

I was trying to replace and update the SSL certificate via Nodeworx. I generated a self signed certificate and completed the new certificate process via a 3rd party vendor for an SSL. When I went back in to update all services and add the new SSL information, something bad happened.

So bad, that I cannot log into nodeworx or siteworx control panels via http or https. My websites are still up, and I can SSH into the server, but I can't get to the control panel to fix whatever is wrong.

Any help on fixing this or getting back access to nodeworx or siteworx?

Thanks

Php-cgi

$
0
0
We have a server that runs Interworx and on there is one website which is ran by Drupal for one of our clients. Every now and again the PHP-CGI loves to take up between 100-135% of the CPU. This then creates a bit of a load on the server and the website starts to load very slow.

It's not the best site in the world but has anyone got any tips to prevent this from happening. Is it a server problem like not enough resources or is it more to do with the website itself?

Any help will be appreciated.
Viewing all 900 articles
Browse latest View live