mec-forum
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Recent activity by mec-forum-
How to hook the webmail login process ?
I would like to show a WebMail login form as part of a SSO /Oauth procedure in order to use cPanel Webmails for logging to external web services. Ideally the user would be redirected to an arbitra...
-
how to add password protection to a proxy domain ?
Hello. I have successfully been able to add an alias to a domain that hosts a nodejs app in the htaccess file. But When I try to add a basic password authentication it does give me a blank page ins...
-
Has anyone been able to setup an email forwarder towards Gitlab's "Service Desk" feature's email address ?
I'm talking about
-
change default document root prefix ?
I want the default document root for new domains and subdomains to look like this: ~/domains/example.com Any way I can achieve this ? Thanks
-
how to get a stack trace of php-fpm error AH01067: Failed to read FastCGI header ?
Hello! I am getting a 503 error page on a certain web application (too big to debug without xdebug, but I cannot put xdebug on the server, unless there is a way to load the extension only on a spec...
-
CLI - checking all of the email addresses of a user for new email
I would like to print the number of unread messages for all the email accounts belonging to a certain user. Is there a way to do it without root permissions? One idea is to get the mailboxes with [...
-
How to reference IP, ISP, data from cpHulk brute force emails in a command to append offenders to a csv list
I would like to append offending IPs to a csv list with the same data that is sent by cpHulkd warning emails so that I can later import offenders.csv in excel, sort it and report the abuse. Has any...
-
How to install a script that requires node v8.9.3 ?
I am trying to install the Wekan app using the built-in node support of cPanel. The app is distributed as a meteor bundle: releases.wekan.team/wekan-2.83.tar.gz I was following this tutorialhowtofo...