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

Pages: [1]
1
FTP / Re: SFTP chroot
« on: June 13, 2016, 11:43:40 PM »
Could this be implemented in a future release?

2
Apache / Re: Suspicious File Alert mail every night
« on: January 20, 2016, 09:51:02 PM »
Will this work for php-build also in the tmp directory?

File:   /tmp/php-build/php-5.4.45/*

3
Apache / Re: How to use the domain associated to user account
« on: January 15, 2016, 02:08:16 AM »
The customers main domain folder is "public_html". Add-on domain directories can be specified at the time of creation.

4
Information / Re: Delete domain
« on: January 12, 2016, 01:23:28 AM »
Hi Igor!

Why would an admin have to delete a clients add on domain? If the client added it, they should be able to delete it, no?

5
Information / Re: Delete domain
« on: January 02, 2016, 04:35:30 PM »
I also have this problem. Client cannot delete an added on domain.


6
CentOS 6 Problems / Re: i have lost root password cwp pannel
« on: December 28, 2015, 10:15:29 PM »
can you log into your vps control panel and update your password?

7
CentOS 6 Problems / Re: i have lost root password cwp pannel
« on: December 25, 2015, 11:53:26 PM »
what kind of server? VPS?

8
CentOS 6 Problems / Re: cron emails
« on: December 22, 2015, 01:25:04 AM »
Before adding any cron jobs, add this before all cron jobs. Must be before all of them.

Code: [Select]
MAILTO=youremail

9
PHP / Re: Which PHP should be used?
« on: December 30, 2014, 01:57:55 AM »
I also had the cron issue with php. Through some Google searching, I came up with this:

SSH into the server under the user who will be running the cron job.

Code: [Select]
[user@server ~]$ which php
/usr/local/bin/php

I then changed my cron for that user from just php to /usr/local/bin/php and all is well.

10
Apache / Re: The server's fully qualified domain name
« on: December 28, 2014, 11:26:39 PM »
You can also edit  /usr/local/apache/conf/httpd.conf (Apache Settings -> Apache Configuration) and remove the pound sign before ServerName. Change YourDomain to yours. Save and restart appache.

Code: [Select]
#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName YourDomain:80

Pages: [1]