cPanel is a Linux-based web hosting control panel that provides graphical interface and automation tools to simplify website and server management for website owners and web hosting providers. It offers a range of features such as email and file management, backup and restoration, security, and domain management. Only PROGRAMMING related questions are on-topic. General configuration questions are off-topic.
Questions tagged [cpanel]
5342 questions
6
votes
1 answer
How to upload a file (using FTP) to a password protected folder in C#?
I have password-protected a folder on my web server using CPanel (HTTP?). I am trying to upload a file via FTP in C#, but I keep getting this error:
The remote server returned an error: (553) File name not allowed.
When I use the same code to…

Alec Baldwin's Bald Twin
- 165
- 2
- 7
6
votes
2 answers
Composer escapeshellarg() has been disabled for security reasons
Hey I have a server on linode.com (Centos 7). I installed cpanel and composer in my server, when I run this command (via ssh) for creating a blank symfony project,
composer create-project symfony/framework-standard-edition '~2.6'
It outputs…

nusu
- 364
- 1
- 4
- 15
6
votes
1 answer
cPanel Could not determine the nameserver IP addresses for
I'm using cPanel and when I add this IP, the system report with the following message:
Could not determine the nameserver IP addresses for
“filesharingz.org”. Please make sure that the domain is registered
with a valid domain registrar.
The…

Nguyen Thu
- 173
- 1
- 1
- 7
6
votes
1 answer
How can I tell if SQLite is installed properly on Linux?
I'm using a web hosting service on a shared account. They have MySQL, but I need to use SQLite for a Joomla extension called SobiPro. How can I tell if SQLite is installed and working properly on Linux?

Edward
- 9,430
- 19
- 48
- 71
6
votes
6 answers
How do i enable PDO in CPanel using Easy Apache
I have connected to CPanel and tried to enable PDO for PHP in it.I have checked Many posts which says to find easyApache to enable PDO.But i am not able to find it in my CPanel Home.All i can find are the below functions
Please provide suggestions…

hemanth kumar
- 3,068
- 10
- 41
- 64
6
votes
1 answer
406 error of cpanel
I have installed bugzilla on my cpanel. But while creating a new bug it display 406 error
Not Acceptable
An appropriate representation of the requested resource /bugzilla/post_bug.cgi could not be found on this server.
Additionally, a 404 Not Found…

Ram
- 71
- 2
6
votes
3 answers
How can I set up error_log by folder?
My company has a large hosting, but it’s not managed by us, we don't see configuration files, but I want to reply this feature on our local test server.
I’m new in my company and want to start some debug of applications to fix some minors and majors…

Camilo Lizarazo
- 382
- 2
- 10
5
votes
3 answers
Hosting node.js for a specific domain only on a VPS
I have a VPS where I have hosted a few sites. All based on LAMP stack, so it was no big deal. They provide WHM/cpanel for managing different sites. I decided to try node.js, bought a separate domain for it, and I need some clue how to point that…

Mehdi
- 1,075
- 1
- 11
- 24
5
votes
3 answers
Retrieving values from json using objective-c
I am currently trying to work with json and objective-c however having a bit of difficulty. The following is the json that is being returned
{
sethostname = (
{
msgs = "Updating Apache configuration\nUpdating cPanel…

Peter
- 773
- 1
- 7
- 23
5
votes
2 answers
Piping emails through cPanel and PHP
I know that there have been quite a few posts floating around on this subject but I am still stuck it seems.
I have set cPanel up so that any emails that go to support@mydomain.com will be picked up and processed by a PHP script.
Now after much…

Marc Towler
- 705
- 11
- 32
5
votes
2 answers
Is there a way to deploy a fastapi app on cpanel?
I'm having trouble deploying a FastAPI app on cpanel with Passenger

Hlabs
- 55
- 1
- 7
5
votes
1 answer
PHP: What is lsphp?
Our website is currently having problems and produces errors 507 and 508 (Resource Limit is Reached). I checked cPanel and saw that we've reached the number of Entry Processes available to us and we are at 98% CPU usage.
So, I checked SSH to see…
user12230438
5
votes
3 answers
Cannot upload media files on CPanel (using django)
I am not able to upload my media files on Cpanel. Initially I was able to upload files but now it shows Error 404 URL Not Found.
There is nothing wrong with my code or my url as it works fine on localhost.
I have checked for permissions of directory…

Error
- 133
- 2
- 10
5
votes
1 answer
cpanel Warning: Your system administrator must enable shell access to allow you to view clone URLS
I am trying to connect GitHub repo with Cpanel so I can work locally form the VSC form my PC and when I push the code to GitHub it automatically uploads the code to Cpanel in the tutorials they git a clone URL but I don't get it, it says must enable…

Zeyad Zaher
- 103
- 1
- 11
5
votes
2 answers
Use email created on cpanel in django
I have created an email id on my cpanel, I want to use it in django.
As for gmail we write,
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_USE_TLS = True
EMAIL_USE_SSL = False
EMAIL_PORT =…

Error
- 133
- 2
- 10