Search found 21 matches

by stark
Sat Jun 16, 2018 3:23 pm
Forum: Hosting Control Panels
Topic: Command to find current PHP handler on the cpanel server
Replies: 3
Views: 25604

Re: Command to find current PHP handler on the cpanel server

Hi,

You can execute below command from command line to find current PHP handler on the cpanel server


usr/local/cpanel/bin/rebuild_phpconf --current
by stark
Sat Jun 16, 2018 3:04 pm
Forum: Hosting Control Panels
Topic: Forget Directadmin admin's password
Replies: 3
Views: 25529

Re: Forget Directadmin admin's password

Hi,

Use this in ssh:

passwd username
by stark
Thu Jun 07, 2018 10:09 am
Forum: Hosting Control Panels
Topic: Can we change default cpanel port 2083/2082 to some other port ?
Replies: 3
Views: 26158

Can we change default cpanel port 2083/2082 to some other port ?

Hi,

I need to change the default ports of cPanel, I searched on Google but I could not find any

please help
by stark
Wed May 16, 2018 7:16 pm
Forum: Hosting Control Panels
Topic: Is it possible to access the WHM panel with root password?
Replies: 3
Views: 9688

Re: Is it possible to access the WHM panel with root password?

Hi Ashlin,

Yes, You can create a temporary root WHM session by executing "whmapi1” command via Linux Shell.
by stark
Fri May 11, 2018 12:21 pm
Forum: Hosting Control Panels
Topic: Error: No space left on device: mod_rewrite: Parent could not create RewriteLock file
Replies: 3
Views: 8820

Re: Error: No space left on device: mod_rewrite: Parent could not create RewriteLock file

Hi, You will have to kill the active semaphore processes in order to start Apache service successfully. To list the PIDs of the active semaphore processes ipcs -s If seen more than one process you use this script to delete all semaphores ipcs -s | grep nobody | awk '{print $2}' | xargs -n 1 ipcrm se...
by stark
Wed May 09, 2018 10:03 am
Forum: Hosting Control Panels
Topic: Block account from Sending Mails on Cpanel Server
Replies: 2
Views: 7704

Block account from Sending Mails on Cpanel Server

Hi,

Is it possible to block account on my cpanel server for sending emails?
by stark
Tue May 01, 2018 9:08 am
Forum: Hosting Control Panels
Topic: Possible root compromise detected, failed to create /dev/null:
Replies: 4
Views: 10692

Possible root compromise detected, failed to create /dev/null:

Hi, I received an email from my cpanel said : Attempts to create new directories or files whose filenames begin with numbers have failed. This is indicative of a root compromise of the server. The exact error encountered was: Failed to create directory /dev/null: No such file or directory Any help? ...
by stark
Thu Apr 12, 2018 10:06 am
Forum: Hosting Control Panels
Topic: Change the Location of MySQL on cPanel
Replies: 2
Views: 8623

Re: Change the Location of MySQL on cPanel

Hi Jenni,

Did you follow this steps to change the mysql path ?

https://forums.cpanel.net/threads/how-to-move-mysql-data-directory.110481