0
votes
1answer
22 views

What are the affects of disabling CGI on my server to enable PHP CLI

I have a DS WHM - cpanel running apache / with litespeed I have a number of websites running on this server I need to run CLI on one of the sites the CGI module is enabled in the apache build. The ...
0
votes
0answers
12 views

403 when posting to a specific URL on an cPanel/Apache server

I'm having an issue with an cPanel/Apache server where my script gets a 403 error on a certain form being posted. The only thing that shows up in the error log is a 404 trying to find the 403 page. ...
0
votes
1answer
72 views

How can I configure a Ubuntu LAMP web server with permissions like CPanel?

I know how to set up a LAMP stack on Ubuntu pretty well for a single website / single user, but I'd like to allow multiple users to host multiple sites on a single server. This is for different ...
0
votes
0answers
30 views

Sever Comprimised, what to do to sort it out? [duplicate]

I know this is a rather loaded, and vague question. More so as no server is configured equally. That said I am just looking for some common tactics to helping detect the threat and then containing it ...
0
votes
0answers
48 views

Installing node.js/socket.io alongside Apache/PHP

I have a LAMP setup that I am currently very happy with. It is running an already built PHP application to which I need to add real time notification capability. After hours of research I have ...
1
vote
2answers
58 views

Determine php script causing MySQL huge load

I'm running a young non-profit organization aiming at providing free and low cost web hosting. Since few days, our server load is around 1.5, sometimes raising to 7. top shows me that MySQL is the ...
0
votes
1answer
25 views

Duplicate php files on cpanel shared hosting account?

2 php files with the same name in the same folder on my cpanel shared hosting account. How is this possible? What I remember is that when I uploaded a newer version of the file it did not ask me if ...
-1
votes
2answers
72 views

Server hacked - help needed [duplicate]

I have noticed that a new folder was added to website and it was used as phishing from our site. I think, it was added few days before. The added code page is showing "Reported Web Forgery!". I have ...
0
votes
1answer
54 views

Compile PHP 5.4 as CGI with CPanel

My question is related to: Compile PHP 5.4 as CGI with cPanel on Centos What about if I am not using suPHP? I've added in /usr/local/apache/conf/php.conf Action application/x-httpd-phpdev ...
-1
votes
1answer
32 views

What are steps to migrate from old to new server using cpanel? [closed]

I've just moved from old to new server but have many problems now. What I did was: Initial set up of cpanel; 2. Change of hostname from default to my domain aaa.aaa.com; 3. Migrate multiple accounts ...
-2
votes
3answers
33 views

Pagespeed still works on a new server even though it shouldnt

I had mod_pagespeed installed on my previous server. I didn't use it and disallowed via .htaccess because after some testing it turned out that it actually slowed down my site. So it remained ...
0
votes
1answer
87 views

Nameserver change resolving to incorrect IP address after WHM restore

I have moved 5 websites to a VPS server and updated the DNS with the new name servers. I restored these sites from complete backups within WHM. The IP address of the original host was 123.456.789 ...
0
votes
1answer
218 views

Changing timezone of server using cPanel / WHM

I have changed time zone of my server to Asia/Kolkata in WHM by going to the following path: Home > Server Configuration > Server Time But still my website is showing timezone as ...
1
vote
2answers
275 views

upgraded php to 5.3.19 and memcached stopped working

I have a server with centos 6.3 and cPanel After the upgrade from php 5.3.16 to php 5.3.19 my site stopped working. When I try to execute an index.php manually, I'm receiving the following error. ...
0
votes
2answers
503 views

Apache restart does not load new php.ini

Never had this problem till updated CPanel today? Maybe that is part the problem? I only have the one php.ini file # /usr/local/bin/php --info | grep php.ini Configure Command => './configure' ...
0
votes
0answers
524 views

cPanel/WHM not honoring php config for turning off magic quotes

I have set in my WHM php configuration for magic quotes to be off, however phpinfo is reporting that '--enable-magic-quotes' is set in the Configure Command section, and I'm having issues that lead ...
0
votes
1answer
208 views

File upload folder permission fastCGI - How to make it writeable?

I am using centos 5.7 with cPanel WHM running fastcgi/suEXEC I am trying to make a particular folder writable to allow a script to upload files but seem to be having problems. The folder (and all ...
0
votes
0answers
275 views

Upgraded to PHP 5.4.7 via cPanel EasyApache now have SQLite extension mismatch

I have used Eayapache via cPanel WHM to rebuild Apache with PHP 5.4.7 (upgrading from 5.3.17) All went well during the rebuild. However my error logs now show the following message :- [Fri Sep 28 ...
0
votes
1answer
71 views

Our clients site is redirecting to a pill scammy site [duplicate]

Possible Duplicate: My server's been hacked EMERGENCY We've usually host our clients site, but we aren't hosting this one. The website itself (weddle-funeral.com) works just fine. if ...
0
votes
1answer
107 views

Adding a site to cPanel when the domain already exists in the cPanel dns cluster [closed]

I am currently attempting to add a site to a cPanel machine when the domain name already exists within the cPanel DNS cluster. The reason behind this is to move the site on to a machine with a ...
0
votes
0answers
118 views

Can you have multiple PHP 5.x versions with cPanel 11.3x?

I've been Googling around for a while on this one but I haven't found a good answer yet! Is it possible to set up cPanel 11.3x so that it can run different versions of PHP 5.x (e.g. 5.2, 5.3 and ...
0
votes
1answer
588 views

Cron job is not working receiving email No input file specified

I'm am in charge of a VPS with one hosted website. I need to run a crop job for the site and am having much trouble with it. From the cpanel for the site I'm running php -q ...
0
votes
1answer
157 views

fcgi php.ini override

I'm using cPanel on centos5 64bit installed. PHP handler is : fcgi cat /usr/local/apache/conf/php.conf output is : LoadModule fcgid_module modules/mod_fcgid.so MaxRequestsPerProcess 500 ...
1
vote
1answer
312 views

“no input file specified” with apache/php after recompile

I have CPanel and I recompiled php to 5.3.13 and im getting "no input file specified" on sites like vB and MyBB running in fcgi and suEXEC (same mode as before). on build I have checked: Mod SuPHP ...
0
votes
1answer
66 views

cpanel api fileman alternative

trying to remotely unpack a zip file, then move the contents on cpanel servers. Some research led me to xmlApi class and the fileman module. And here my problem lies as Fileman module is returning ...
1
vote
0answers
106 views

Configuring FastCGI for mass hosting setup

I'm running a bunch of websites on a server but I'm having memory issues from all the PHP processes. What should I change? I need to change FcgidProcessLifeTime to say 600 right which means the user ...
1
vote
1answer
73 views

Migrating JBoss installation and install it on a PHP server

I'm configuring a new dedicated server that is going to run 3 sites, 2 of them are migrating from an old server. Each site has it's own domain and dedicated ip. 2 of this sites are already up and ...
0
votes
1answer
34 views

Rewriting /latest produces server error

So I'm working on a site for a magazine, and I want the URL /latest to rewrite to the file latest.php. I'm working on a cPanel hosting server, so I put a .htaccess in the /public_html directory like ...
-2
votes
3answers
1k views

Can't run any PHP

I run a fairly popular website (I do not mean to brag, but I have 20,000 users who want access. I don't want to keep them waiting any longer.) and it has been down for almost a month while I try to ...
1
vote
1answer
51 views

What is happening during a cPanel transfer?

I am switching hosting providers and the new host says they can migrate my cPanel with all it's settings. What actually happens during the migration and what kind of risks do I face? I am running ...
0
votes
1answer
443 views

APC keeps flushing

See my APC here: http://www.animefushigi.com/apc.php If you keep hitting the Refresh button on the top left, watch the number of "Hits" and the "Start Time" and "Uptime" values. They all go up and ...
0
votes
2answers
212 views

PHP out of memory connecting to MySQL

I have an almost new CPanel installation on 64-bit Centos 5.7. It is on a VPS with 2G of RAM. In the php.ini file, the memory_limit=256M. Despite these relatively large limits, I'm getting ...
0
votes
3answers
3k views

Error while compiling PHP on CentOS 6.2 with cPanel

I am getting this error while trying to configure PHP 5.4.0 RC6 on my CentOS 6.2 server with cPanel: configure: error: libXpm.(a|so) not found. The full error configure is below as well as the ...
0
votes
1answer
515 views

PHP PDO and cPanel

I've been handled down this project, which is running PHP 5.3.6 with PDO support disabled. I have a cPanel login to interface with the server. What would be the process to install/enable PDO MysQL ...
0
votes
2answers
407 views

defaultwebpage.cgi and no index.html

I have new server, server ip point me to http://ip-address/cgi-sys/defaultwebpage.cgi File manager can show me public_html folder without any index.html and htdocs? Please advise me how to run php ...
0
votes
1answer
409 views

(PHP) Fatal error: Call to undefined function imagettftext()

I have recently updated my server to the latest version of PHP 5.1.27, except now - a few of the scripts used by my websites come up with the following error: Fatal error: Call to undefined function ...
0
votes
2answers
370 views

Create Symbolic Link to files below user's home dir

I apologize in advanced if this question is better suited for Stack Overflow. We have a CentOS cPanel server and we want to share some PHP code base with another user. We don't have open_basedir ...
0
votes
1answer
257 views

All my PHP files are prompting direct download [duplicate]

Possible Duplicate: What causes PHP pages to consistently download instead of running normally All php files on my website are prompting direct download instead of viewing the page. So ...
0
votes
1answer
738 views

WHM/Cpanel Installing APC

What is the correct way to install APC on WHM and check that is is working? The steps I have carried out so far: SSH on the server as root and run yum install pcre-devel In WHM go to PHP ...
0
votes
1answer
254 views

Create CardDAV or LDAP server on shared host via PHP?

Is it possible to run a CardDAV or LDAP server on my shared hosting account? It is a Linux account using CPanel. I do not want to store my address book on my local computer any more, but centralized ...
1
vote
1answer
504 views

Compile PHP 5.4 as a CGI with cPanel on Centos

I have looked all over and found ways to compile PHP as a cgi/secondary install but no guides show how to compile PHP 5.4 as a cgi to be called in a .htaccess. I want to have a development cgi version ...
-1
votes
1answer
171 views

Cannot connect to mysql after upgrade via cpanel

Have cpanel, tried to upgrade from mysql 5.0.98 to 5.1.x using easyapache. After that happen my site went down and cpu went sky high with a ton of queries. Using php 4.4.9. Went ahead and downgraded ...
2
votes
1answer
870 views

PHP_Flag and PHP_Value Command Not Found Issue

We currently have a dedicated server with one company that is running apache, php, mysql etc. It currently has whm/cpanel installed. We are migrating to a new server with cpanel/whm. Everything ...
-1
votes
1answer
121 views

How to make file download from linux folders in php

i have the backup archives in some linux folder. /backups Now i want make the web interface from which user can download those files. is there any way that that i can have username and password ...
-1
votes
1answer
310 views

How can i send mail from php script where localhost resolves to accounts domain in WHM/Cpanel

i have a server running WHM/cPanel most up to date. Mail server is Exim. I have about 10 accounts on the server that use php scripts to send mail. Password recover, order updates etc. Many of the ...
-1
votes
1answer
165 views

Trying to upgrade php on WHM/Cpanel and I am getting errors

After I recompile Apache for the newer version of php. Everything goes fine, but I get the following php errors: Warning: main() [function.main]: It is not safe to rely on the system's timezone ...
0
votes
1answer
92 views

Are there any way to forward all emails from *@mydomain.com to info@mydomain.com

Are there any way to forward all emails from *@mydomain.com to info@mydomain.com
0
votes
1answer
99 views

Server not rendering PHP pages

I have a cPanel server which we have used the 'express transfer' feature on to transfer the accounts. However, now it just downloads the index.php file and doesn't render it. How do I go about ...
1
vote
1answer
1k views

Enable imagettftext() PHP function in cPanel

Is there a way to enable a disabled PHP function in cPanel? The function I want to use is imagettftext().
2
votes
1answer
1k views

cPanel on CentOS: PHP with ZIP?

I've been tasked with a project to install PHP 5.2.x so that it has the ZIP extension onto a CentOS server that is already running PHP via cPanel / Easy Apache. Apparently cPanel's version of PHP ...

1 2