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.


Topics - ltarrant

Pages: [1]
1
Apache / PHP Processing in .htm & .html files
« on: March 28, 2023, 08:54:57 PM »
Hi,

I am trying to enable PHP processing in .htm & .html pages for a legacy website.

On our cPanel server we simply use addHandler in the .htaccess file. But with CWP we are getting errors that it can't be found.

htaccess:
AddHandler application/x-httpd-php81 .php

Error Log:
Caused by SystemException in API_Linux.cpp:444: execve() for program "/opt/alt/php81/usr/bin/php-cgi" failed: No such file or directory

Any guidance much appreciated.

2
Installation / No Incoming Mail
« on: February 03, 2021, 03:05:41 PM »
I just setup a new VPS on Cent OS 8 Stream and installed CWP.

I used the CWP to CWP to transfer accounts from the old VPS. Switched the Nameserver IP to point at the new VPS.

Websites are all loading fine and email from previous server. However, I have just realised new incoming emails are not being recieved.

I have reviewed the log and found the following error:

 Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied!

So I added the following to /etc/dovecot/dovecot.conf

service stats {
    unix_listener stats-reader {
        user = vmail
        group = vmail
        mode = 0660
    }

    unix_listener stats-writer {
        user = vmail
        group = vmail
        mode = 0660
    }
}

The error in the log is now gone but the emails are still not arriving in inboxes still. Worryingly they are not sat in queue either.

I have tried reboot and rebuilding mail server.  However, each time I rebuild mail server it loses the setting added above and I get the error mentioned about again. Add the same fix and problem remains.

Need to resolve urgently so any guidance gratefull recieved.

3
SSL / AutoSSL Unable to select correct IP
« on: August 27, 2018, 06:04:40 AM »
Hi,

Installed 6 autossl certs for domains without issue but now for some reason I am unable to select the main shared IP from the drop down list. My VPS has 3 ips and only the 2 additional ips are listed.

Are there limits are the number of free certs that can be issued to an ip or is something wrong.

4
E-Mail / Rainloop Issues
« on: March 20, 2018, 12:49:12 PM »
I have loaded latest release of Rainloop on a fresh install of CWP. It ssetup to access local postfix/dovecote mail server on same box.

Everything appeared to be working fine. Incoming email loads no issue and testing connection settings for the domain in the admin area everything lights up green.

However, when I try to send or save a new email the Icons flash red and get a message saying Can't send or Save.

I have checked permissions/ownership and all seem fine and I can't see anything obvious in the logs which I have turned on. I tested turning off the Firewall but issue remains.

To be sure it wasn't a mail server issue (rather than Rainloop) I setup a remote mail server in Rainloop but I still get the same issue.

Anything obvious I'm missing as I'm new to CWP?

Thanks

Pages: [1]