Deehem
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by Deehem-
Thanks for the suggestions. I opted to use the cPanel::PublicAPI Perl module for this. I have attached the full working script below in a gist, for reference. /https://gist.github.com/Deehem/6dd1...
-
Thanks. I'm using something similar which is the Perl cPanel::PublicAPI module with no luck. It sends the request, but then just refuses to FTP from there and doesn't even send a completion email :...
-
Thank you Michael. That's perfect. Just one question - why is /var being used for a configuration file in this instance as opposed to /etc?
-
Managed to replicate this on our own network. Also submitted a bug report.
-
The database will need to be created via cPanel for the database to be linked to the MySQL server. Creating databases manually via MySQL won't automatically add them to the cPanel interface.
-
Can you provide us with the exact error you are seeing?
-
You would create another user, add the new user to the wheel group and elevate permissions.
-
Indeed. I don't believe it's possible with standard installation to do this for all services. Probably not what you're looking for, however Exim as a service is configurable to achieve this via /e...
-
Do you have the correct permissions on that file? What does the apache error_log file say? 644 should suffice for /home/.htaccess :)
-
Instead of using modsec to achieve this, you could use bad-bot-blocker in a global .htaccess file. An example of b-b-b can be found here.