cPanel is a Linux based web hosting control panel that provides a graphical interface and automation tools designed to simplify the process of hosting a web site. cPanel utilizes a 3 tier structure that provides functionality for administrators, resellers, and end-user website owners to control the ...
-2
votes
2answers
30 views
Internal Server Error` [closed]
i get this error in my server log each time it will fire internal server error
[Fri May 17 15:35:16 2013] [error] [client 117.198.199.55] File does not exist: /home/maahitec/public_html/404.shtml
...
1
vote
0answers
11 views
Strange behavior when sending mails with PEAR with authentication
I am trying to use PHP PEAR to send 50,000 individual emails using SMTP authentication. Everything works fine in my tests (10 to 20 mails) but when I run the real script, it starts sending fine but ...
0
votes
1answer
7 views
login to roundcube without logging in to cpanel
I am trying to set up web mail for users on my server. I want them to be able to access RoundCube, but I have cPanel installed so the only way to access RoundCube is after logging in to cPanel. Since ...
0
votes
1answer
4 views
Cpanel and WHM will not save the passwords in Chrome
When trying to login on a cPanel or WHM server, the browser never asks if I want to save the login credentials (user/password). This only happens with Chrome (I can save password perfectly with FF and ...
0
votes
0answers
32 views
Cron job doesn't run php script correctly, running the file manually does?
Ok ive got a php script at the root of my domain that scrapes a site, and generates and html table. At the end of the script it will use wp_update_post to update a page on my blog with the new table.
...
-1
votes
0answers
16 views
Nginx failing to bind to a addres which is open [closed]
I am trying to make apache and nginx work together so nginx handles the static files and then apache does the php ones. I successfully changed apache to run on port 8081, and it is, when I try to ...
0
votes
0answers
14 views
Restrict file to file access by directory
Recently been working on a new project which lets users create their own turnkey blog/forum/.. any of the available scripts. However, I ran accross a problem: each user gets their own folder for the ...
0
votes
1answer
13 views
Using SSL on main domain in WHM
I have one domain hosted on my memset virtual server running WHM/Cpanel. Although I do want to access the features of cPanel I don't want my domain to act like it is on a shared IP address as this ...
0
votes
1answer
11 views
Running Shell script on cPanel
I want to deploy Django site on my server using cPanel, but everywhere I find that I've to use shell scripts. I've followed the official cPanel blog here on Shell Access: ...
0
votes
0answers
23 views
Cpanel Exim relay spam filtering
I am using the code below to forward my domains mail to different ip address's and that's working but I would also like to be able to use spam filtering on the domains.
Is there a piece of code out ...
0
votes
0answers
20 views
Server API - Apache 2.0 Handler
I have website which is build using Apache 2.0 Handler, but cpanel is showing CGI/FastCGI Handler. We have many websites on VPS but we want only one website to use server API as Apache 2.0 Handler ...
0
votes
0answers
12 views
Cpanel - How to creat folder for all user
I want to creat a folder for all user connect and include if use php command.
Example:
/folder/file.php
I can use php command to include in php file
My file: /home/user/public_html/test.php
PHP ...
-2
votes
2answers
23 views
mail() has been disabled for security reasons [closed]
Pls someone help me, what can possibly be the problem. Is there anyway I can enable the php mail function on the ISP web server using cPanel or any other means?
1
vote
1answer
32 views
how to change context path of tomcat?
In netbeans I can right click on project name, select properties > run > and change the context path,
how can I change the context path of the tomcat on my server which is accessible using cPanel?
0
votes
1answer
15 views
Moving a Symony2 project from localhost to cPanel
I have done my php project using Symfony2 framework. Now i nee to host it in a server with cPanel. The web folder in my server is public_html and my project web folder is named web. So if i copy the ...
0
votes
0answers
14 views
Protecting a public facing development server with multiple sites/clients/logins
Long story short, we are setting up a development server at work (small 4 man dev team). It will house a GIT repo, and our development sites for clients.
We want to restrict access to the server as a ...
0
votes
0answers
16 views
(SOLVED) HTAccess 500 Error - Hosting FuelCMS using cPanel
I'm new with FuelCMS & Web Hosting (my 1st time), and I am using cPanel hosted on IIX8-1 PRO server.
For the sake of simplicity, just call the site "mywebsite.com". This website are available in 3 ...
1
vote
1answer
39 views
How to take out the project name from domain? [duplicate]
(Firstly it is not a duplicate, as the other question is not visible to users any more, and none of the answers are correct) I need to remove the project name of my Java application from the domain, ...
1
vote
1answer
24 views
accessing image from public_html not possible
I am using Cyberhost.in to host a JSF application. The problem that I am facing is that whenever I am trying to access image files from public_html folder I am getting a 404 error. I have kept my war ...
-4
votes
0answers
26 views
Create multiple accounts cpanel/whm [closed]
I have to create 150 accounts in WHM with dkim and spf enabled.
I have a ideea to do in bash. But i don't know what script to run in "/scripts/".
Thank you
0
votes
0answers
17 views
display cpanel xml-api output using php
I'm creating a PHP site which creates accounts automatically using the xml-api of PHP. The account creation works perfectly, and the var_dump output of $response is shown below:
...
0
votes
2answers
15 views
Forcing SSL with .htaccess
I have a piece of code here which works and forces SSL:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://sharepanel.net/$1 [R,L]
Is there anyway to make this work with all ...
1
vote
2answers
71 views
HttpURLConnection.getResponseCode() freezes execution/doesn't time out
I'm writing an Android app that connects to a cPanel server (Apache 2.2.22) page which is password protected. When the authentication credentials are correct, I have no problem connecting. However, ...
-1
votes
0answers
49 views
The following RPMs are missing from your system cpanel-perl-514-munin [closed]
I have a VPS configured(centOS). I receive the following error log by email everyday. Any idea on why this happens?
Problems were detected with cPanel-provided files which are RPM
controlled. ...
-2
votes
0answers
15 views
Fix apache Configuration without ssl [closed]
I have clicked on my ehcp panel "Fix apache Configuration without ssl" (link - myip/ehcp/index.php?op=dofixapacheconfignonssl) function and my server and cpanel is down.
How can I fix this?
-1
votes
0answers
22 views
How can I trace the source of randomly sent emails from a Codeigniter site? [closed]
I check the code there is no such code, so is it virus or something else?
I also check the server and WHM but I cannot fix the problem; please share if you have any solution.
0
votes
0answers
41 views
codeigniter php.ini allow_url_fopen=1
ini parameter allow_url_fopen=0 to allow_url_fopen=1
but when to cpanel set custom php.ini create and .htacsess to
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond ...
0
votes
1answer
29 views
How to debug that why cron not working
I have two cron job schedule in daily once basis at cpanel:
/usr/local/bin/php -q /home/publicwe/public_html/sts/class/payment/growth.php
/usr/local/bin/php -q ...
2
votes
1answer
98 views
Server ban IP on json request
My server ban IP for 10 minutes when i try to get data from it by app.
I have 2 devices with 2 different IP. I try to load script in browser: devices load it correctly. Then i try to request data from ...
1
vote
0answers
33 views
Create SRV Record using CPanel/WHM API
I wrote a module for our billing system last year that allows us to create A-Records on the fly for our customers when needed. I now need to be able to do the same thing but with SRV Records and am ...
0
votes
1answer
41 views
unity3d webplayer dosent work
my game run in windows .exe mode perfect but when I build my game as unity web player that does not work.
my host is Cpanel ( linux )
I use php server side code and in Unity java code and for DB ...
-2
votes
0answers
22 views
Optimize my web application [closed]
I want to optimeze my web application and I want to use a server for databases, another for the php application and finally a server for the files.
Some of you have any experience?
0
votes
0answers
22 views
Suddenly, folder in cPanel shows persmission 000 and can't delete / change permissions?
I haven't done/updated anything in the last 2 weeks to my website. And today, I receive a message from one of my customers saying they can't access my XFOLDERX page, like this:
"Excuse me man, I cant ...
-1
votes
1answer
89 views
Best Free alternative to WHM/Cpanel [closed]
Few days ago I purchased a cheap VPS for a project. Our budget is very small so i can't afford to buy WHM and Cpanel. Are there any free hosting control panels that offer same amount of functionality? ...
1
vote
1answer
23 views
How to block an attacker with “no-data” IP address and how can this be possible?
I have an attacker with "no-data" IP address accessing my website, I looked at the cpanel Latest Visitors Stats and I do not know how can this be possible?
0
votes
0answers
23 views
How to install tomcat and javabridge on cPanel server
is anybody installed tomcat and javabridge on cPanel server. if so please guide me I am struggling with some setup
skn
2
votes
1answer
56 views
unable to set header in php and send email from cpanel
I am unable to set header in php for from address I have tried all possible values :
The code below is correct but code is not attached to header .
It shows this as default from but does not change.
...
0
votes
0answers
56 views
403 error on wordpress install, but site still working
I'm getting a '403 Forbidden' error on a website, even though the site is still viewable..
The cPanel error console is filling up with;
"Directory index forbidden by Options directive"
I'm unsure ...
0
votes
2answers
39 views
cPanel mysql error 0
I was trying to connect to my mysql server via PHP webpage, and after some time, I figured out that it returns error 0.
Some details:
I am running a webserver with cPanel, and it also includes mysql ...
0
votes
1answer
30 views
How to make .php extension to load as .html
I'm using CPANEL, there is option apache handlers. How to make the .php extensions to load like .html
Example
example.com/index.php
To be
example.com/index.html
Thanks in advice!
0
votes
0answers
20 views
Rerouting emails through another server
I'm having problems with sending emails to Yahoo email addresses. Our IP got banned by them and it's been over 4 days since I submitted the from to get whitelisted, but no reply from them.
I've ...
0
votes
0answers
11 views
CNAME: cross-site redirections toward subdomains [migrated]
Good day everyone,
I saw many documentation about cname, but it couldn't help defining what was wrong with my approach.
I am stuck on a CNAME problem. I would welcome your advice and tips there. ...
0
votes
0answers
22 views
Cron Job unexpected behaviour. Changes time on its own
I want to run a cron job every minute.
I used settings * * * * * as well as */1 * * * *
However, after a few hours I check on these settings and they will have change to */21 * * * * * or */22 * * * ...
1
vote
1answer
14 views
Making Crons to quit running an existing script
I am running a script which constantly works over my Database. How ever It is necessary to restart the script once an hour. Obviously I can't do that automatically. I don't want to use daemon, its too ...
0
votes
1answer
23 views
Domain configuration W WW or WWWW
Hi have multiple domain for one web application hosted on tomcat. My server is managed with web host manager and cPanel. This domains are configured ok and shows web applications if you type domain ...
0
votes
0answers
36 views
404 error when redirecting war file from my index.html
In my cPanel i had upload my Home.war flie in public_html. so it direct shows the list of files.
Home.war
cgi-bin/
So i had upload the index.html file in public_html
<!DOCTYPE html PUBLIC ...
1
vote
1answer
25 views
Redirect multiple folders to single folder
I was wonder if it's possible to do the following:
So, when you get a new hosting, you start with only a few folders right? .. and then you add a few more folders, css, js, imgs, assets, media... and ...
0
votes
1answer
25 views
CSF Firewall: how to block IPs without restarting CSF
How can I dynamically (programatically) block IP addresses using Config Server Security & Firewall?
I am on Centos (linux) with cPanel & WHM
0
votes
0answers
20 views
intl not install completely
I try install intl in two servers whit cpanel, in both of them intl install without problem, one of them have php 5.3.22 and other one php 5.4.11
But on both of servers intl not install completely ...
0
votes
1answer
22 views
CSF Installtion issue in cPanel/WHm
I have installed csf on cPanel/whm successfully but my problem is when I enable csf firewall. It blocks all incoming and outgoing requests so, no one can open their domain name, ftp nor anything. I ...



