Tagged Questions
0
votes
1answer
33 views
How to point a URL:PORT to specific directory in apache [closed]
I have Centos server and using PHP and Yii Framework. I have following configuration in /etc/httpd/conf/httpd.conf:
Alias /test "/var/www/test/"
<Directory "/var/www/test/">
Options Indexes ...
-1
votes
0answers
6 views
SOLVED index.php not refreshing on CentOS 6 VPS with virtual hosts for subdomains [closed]
I am a relative noob to the linux world, let alone VPS. I have been migrating my site over from shared hosting and in the process have reorganized some folders under my www/html directory and needed ...
1
vote
2answers
40 views
Handle big data with MySQL and Redis
I need help from database gurus.
I have a big database with more than 1.5 gb when exported as SQL file in MySQL.
Problem I'm facing is now that the query on tables like stats that hold millions of ...
-1
votes
0answers
10 views
CSF Firewall | UDP Request On Port 80 Blocked, Incoming UDP 80 is Open? [closed]
Although I'm aware this may (pretty much probably) will get closed for being off topic or whatever. I've tried using the CSF forums, and haven't got a single reply, so I'm hoping I can get help here.
...
1
vote
1answer
11 views
sleeping connection (mysql) mcrypt
I have isolated some code within some other guys code which is causing our servers to grind to a halt. This occurs every time an mcrypt function is called.
$iv = ($iv === false) ? ...
0
votes
1answer
32 views
how to send file to printer on centos using php 5.2.4
I have centos 5 with php 5.2.4. I have a file, html, that i want to print. how can I do this on linux. I cannot seem to find anything anywhere about it. its just all windows stuff. I want to print ...
-1
votes
1answer
43 views
PHP Editor for CentOS 6.X [closed]
I have spent a full day googling around the internet for a good PHP editor for CentOS 6.x. I like Sublime Text 2 most, but this is not available either in the repositories nor as an RPM.
You guys ...
0
votes
0answers
27 views
PHP Strace result - mysql sleeping connections
So, after running a strace on some sleeping connections, I have come across a few things which I have fixed (removed from the strace) But was wondering if anyone can notice anything else from this ...
-1
votes
0answers
15 views
sudo: no tty present and no askpass program specified [centos] visudo file
i am trying to run linux commands in exec() in php. For that one i need to add line in visudo file. i added that line which is shown below.. (in Linux MINT 14)
# User privilege specification
root ...
0
votes
2answers
18 views
sugarcrm 6.5.13 js bugs
I have installed a fresh copy of sugarcrm on centos 5 php v5.2.4 and i get javascript errors.
SyntaxError: missing ; before statement
[Break On This Error]
{ajaxStatus.s ...
-1
votes
1answer
29 views
How to install PHP clamav on CENTOS [closed]
I'm really a newbie with linux, and I need to install clamav to be used on php. How can I do it? please write down step by step for each installation, as I have tried google how to install clamav, and ...
0
votes
0answers
47 views
In a PDF created from “merging” multiple PDFs using pdftk, is it possible to create link from PDF 1 to PDF 2 (or PDF 3) [closed]
I'm running into a lot of frustration here and I'm wondering if I am trying to do something that is impossible.
I have to generate a PDF based on dynamic user input, so it's variable length. This ...
-2
votes
0answers
48 views
MySQL is running but not working [migrated]
In an attempt to tune MySQL to make it work with a recent installation of Drupal I had to modify the MySQL settings on my server. After modifying the configuration file for MySQL (/etc/my.cnf) MySQL ...
0
votes
1answer
26 views
Reboot CentOS serveer from PHP ? (not php service but the server)
I'm currently working on an appliance and trying to grant the user the possibility to restart the server which host it.
Would there be any way to give apache the right to do it ?
I've tried, when ...
1
vote
0answers
14 views
Trouble installing php-devel on CentOS [migrated]
Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing.
We are having trouble getting phpize installed. phpize is not on the ...
-1
votes
0answers
42 views
phpize and php-devel CentOS [closed]
Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing.
We are having trouble getting phpize installed. phpize is not on the ...
0
votes
0answers
31 views
running php script inside virtual directories centos
I am having a devil of a time trying to get PHP scripts to run inside virtual directories on a CentOS web server. The server has a LAMP install and phpMyAdmin.
The server has virtual directores. ...
-15
votes
0answers
107 views
How can Iearn DNS IP with PHP? [closed]
I have my own Linux Centos server, for which I have root access. I want to obtain the DNS details of the visitor who visits index.php page. For example when I change DNS settings to Google DNS on my ...
0
votes
1answer
23 views
How to make the CENTOS linux to run php
I am using CentOS linux
i have installed:
CENTOS
APACHE
PHP
The Problem is when i run php file only the code of the file shows not it's self as
my phpinfo works fine
where i have mistaken
...
1
vote
2answers
31 views
How to create a cron job to run script from web?
I have created a cron job in a server www.domain.com with CENTOS:
*/10 * * * * http://www.anotherdomain.com/cron/task.php
but its returning:
/bin/sh: http://www.anotherdomain.com/cron/task.php: No ...
1
vote
1answer
27 views
How to find out which script is generating email in postfix [closed]
I want to find out what script is generating below emails in Postfix. How can I find this out?
Apr 9 15:44:40 web-02 sendmail[6483]: r395ieiC006483: from=communications@domain.com.au, size=50, ...
0
votes
0answers
39 views
PHPLIST 2.10.19 not sending emails
We are using Exim 4.77, PHPLIST 2.10.19, CentOS release 6.3 (Final)
We want to use SMTP (using Exim) so in the config.php we have set:
define("PHPMAILER",1);
define("PHPMAILERHOST",'localhost');
...
0
votes
1answer
57 views
PHP file upload not working on CentOS6 but working on Apache2 on OSX 10.8
I have two simple scripts to upload a file from a particular path on a local machine and place it on an Apache server. It's working fine on Apache built into OSX 10.8 but not on CentOS 6.
Here is the ...
1
vote
3answers
85 views
PHP error when using simple file upload script: failed to open stream: No such file or directory
I'm a PHP n00b but followed the instructions as per this excellent tut:
PHP Tizag file upload tutorial
However, whilst this worked perfectly on my Mac (OSX 10.8) running the default built-in Apache, ...
0
votes
0answers
29 views
Authenticate php site on linux box against multiple windows AD domains and controllers
We're currently implementing a linux web server within an enterprise windows environment to host our new Drupal intranet site. We would like our users to have seamless integration, so SSO is ...
0
votes
1answer
32 views
Zend Framework auth suddenly stops working
I migrated a large site yesterday to a new machine. The new machine is running centos 6.3 with php 5.3 on zend.
Everything was running perfectly fine without issues. This morning my phone blows up ...
0
votes
1answer
22 views
using exec to append data to file not in current directory
i am trying to set up a little script to allow for php to append data to a file
the file is etc/httpd/conf/httpd.conf
i want to to automatically add data to the file for vhost use...
echo ...
-1
votes
1answer
55 views
phpmyadmin visible in localhost but not in domain [closed]
I have a web server with Centos and I can see my website fine when going to mydomain.com. My problem is that mydomain.com/phpmyadmin gives an error but localhost/phpmyadmin does work. The error ...
1
vote
2answers
65 views
Why do I get this PHP Warning: “setlocale(): Specified locale name is too long”?
When I run this script:
<?php
$old_locale = setlocale(LC_ALL, '0');
setlocale(LC_ALL, $old_locale);
I get:
PHP Warning: setlocale(): Specified locale name is too long in /tmp/loc.php on line 3
...
0
votes
0answers
104 views
CentOS shutting down with php, apache
I don't know why the server shutting down for no reason
especially centos network doesn't answer
CentOS 6.3<br>
Apache 2.4.4<br>
PHP 5.4.12<br>
[Sat Mar 30 22:03:53.266783 ...
0
votes
0answers
31 views
Forbidden response in large url
I need to generate a large url like this:
/backend.php/Inscription/export/1577,1578,1579,..., 1580 etc....
But when the URL has more than 400 IDs, I obtain the following error:
You don't have ...
0
votes
0answers
88 views
PHP Apache shell exec script unable to run a program
I'm fairly new to linux and I have been struggling with this for quite some time and any help is greatly appreciated. I'm trying to run a ruby program located here
...
0
votes
0answers
45 views
Sphinx rotate index terminal Command not working with php exec
The following sphinx index rotate command is working in my centos terminal.
echo "<password>" | sudo -S /usr/bin/indexer --config /etc/sphinx/sphinx.conf gplay --rotate
But when i try to ...
2
votes
2answers
140 views
20 Sec Delay when sending email through mail() Apache+PHP5.3+sendmail?
Today I discovered that my website contact form takes about 20 seconds to send an email in my Godaddy Centos VPS server.
I investigated this problem and found that the source is caused by PHP mail() ...
1
vote
1answer
746 views
CentOS 6.4 cannot install phpize [closed]
I am trying to install xdebug on a CentOS 6.4 virtual box image and ran into the issue that it could not find phpize. I tried to install php-devel but was told by yum that there was a dependency ...
0
votes
1answer
197 views
php54 common conflicting with php53 common when installing php-xml for XMLReader
Specifically, on Amazon Linux, Error: php54-common conflicts with php-common-5.3.23-1.33.amzn1.x86_64 when issuing
sudo yum install php-xml
I uninstalled php54-common and installed php-xml fine, but ...
6
votes
1answer
239 views
PHP CLI “Out of memory” error on VPS server running CentOS with cPanel
I'm running Symfony2.1 on a hosted virtual server running CentOS with cPanel. Everything runs fine except that I can no longer use symphony CLI commands. I'm getting this:
Fatal error: Out of memory ...
0
votes
0answers
28 views
Pear's Mail.php refusing to be included even with full permissions [closed]
I've installed Pear, confirmed it's working, and confirmed that it shows Mail as one of the installed packages. However I get the error
Warning: include(): Failed opening 'Mail.php' for inclusion ...
0
votes
0answers
109 views
How can I change path for xml2-config [closed]
I’m trying to upgrade libxml2 from 2.6.26 to 2.7.7 on CentOS5.5
I installed libxml2-2.7.7 in /opt/libxml2-2.7.7/bin/
I'd already installed 2.6.26 in /usr by yum install libxml2 libxml2-devel.
When ...
1
vote
1answer
29 views
Block IMAP, POP on Linux [closed]
How can I block or deactivate the whole e-mail service on my server (pop, imap, smtp, php mail)? For Outgoing and Incoming emails?
2
votes
2answers
67 views
PHP : Why strtotime conversion give different values and only limited to a particular date?
I have two web servers with different operating system.
SERVER 1 run in Centos 5 with LAMP Server. PHP Version 5.3.21
SERVER 2 run in openSUSE 11.3 with LAMP Server. PHP Version 5.3.5
Both PHP ...
0
votes
2answers
81 views
Internal Server Error(500) and PHP 'max_execution_time on Linux server
I have a php script that need to be processed for one to 5 hours (sending newsletters to our customers). I tried both set_time_limit(2000); and ini_set('max_execution_time', 360000); but neither woks. ...
0
votes
0answers
24 views
Sphinx searchd dead but subsys locked
I have configured everything on sphinx. It is working fine in the command-line interface using Putty. Even i can able to search in the Command Line Interface as below,
[root@phpsalzer sphinx]# search ...
0
votes
1answer
39 views
Sphinx Search Result is not displaying value
i have configured everything in the sphinx and rotated the indexes also. But when i search the sphinx server(terminal command), it is displaying the matches count only as below, i have no idea on this ...
0
votes
1answer
161 views
json php 5.3.23 centos 5 json
I have been having an issue trying to install and configure json.
The error i have now is >
# PHP warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/json.so' - ...
0
votes
1answer
118 views
Apache/Linux Webserver dynamically block incoming POST requests
Backstory: Recently someone somehow compromised a Xenforo installation linked to my server and injected a endlessly looping php mail() script. It sent thousands of emails from within the domain to the ...
-1
votes
3answers
114 views
create mysql user to connect from PHP [closed]
CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost' WITH GRANT OPTION;
But when I try to connect from PHP:
mysql_connect("localhost", ...
0
votes
0answers
148 views
PHP Site compromised: Perl script sending emails from /var/tmp [closed]
One of our sites got compromised and I am unable to find the culprit page.
The site has an uploads folder where user images are uploaded. However, I went through ...
0
votes
5answers
116 views
Display php output on a txt file Linux command line
i currently have a blacklist.php file the generates a black list and I need a to have a blacklist.txt file on linux that it will pull the output from the php file. is this possible ?
0
votes
1answer
603 views
PhpMailer able to send mail from Windows but not CentOS
I have Apache w/ php on my windows for testing purpose.
I also have Apache w/ php on my production CentOS 6.4 server.
I am able to perfectly send an email on my windows server using PHPMailer.
...



