2
votes
2answers
27 views
Need to increase PHP memory_limit for specific directory NOT entire server
i'm running wordpress 2.8.6 as fcgi with safe_mode=on, on plesk9/centOS64. wordpress was installed by installatron. php.ini is being read from /etc/etc/php.ini
i need to increase php's memory_limit, …
1
vote
3answers
70 views
Query causes mysql server to go away
We have an application that has been deployed to 50+ websites. Across these sites we have noticed a piece of strange behaviour, we have now tracked this to one specific query. Very occasionally, once …
0
votes
1answer
54 views
PHP loop acting as cronjob[ensure only one instance running]
Hello everybody,
I have a multi part question for a php script file. I am creating this file that updates the database every second. There is no other modeling method, it has to be done every second.
…
1
vote
1answer
56 views
How to cross compile from Mac OS X to Linux x86?
Hi, I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I:
Compile GCC 4.1.2 toolchain and related tools?
Use that tool to cross compile for target CentOS …
0
votes
4answers
44 views
Trouble Upgrading Python / Django on CentOS
As you can see by reading my other thread today here, I'm having some troubles upgrading Python.
At the moment I have Python 2.4 with Django installed on a CentOS machine. However I've recently …
0
votes
0answers
17 views
Is my centOS dedicated server caching disk files appropriately, or not? [closed]
Here's the head of the top output from my centOS 5 server, at a moment with very low load. What I want to know is whether it is using its free memory wisely to cache files from disk. Of 2G of RAM, …
0
votes
2answers
28 views
Illegalkeysize exception
I am using the Bouncy Castle Java cryptographic algorithm implementation.
I am getting an IllegalKeySizeException. To overcome this I have even changed my java security jars (local_policy.jar and …
1
vote
4answers
81 views
Automatic Database reads/write every second
I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there.
My question is how to implement such a system. I have made the php …
0
votes
2answers
59 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
0
votes
0answers
63 views
how to install php/mysql/apache2 in centOS [closed]
Hi
I running a CentOS remotely now I want to install PHP/Mysql/apache into it. Can you guys please help me in doing so I'm newbie.
thanks
0
votes
2answers
85 views
Apache Forbidden error on clean CentOS install
Hey folks,
I have a clean copy of CentOS.
Just installed Apache, PHP and MySQL. Everything works like a charm.
Except for I created a new user, let's call it 'demo'.
I created a new virtual …
1
vote
1answer
41 views
How do you install gnu MAKE without compiler [closed]
I'm a little new in this area. I have a virtual machine centos5.1 that doesn't come with make or any compiler... basically stripped down. It doesn't come with any install packages like yum, rpm or …
0
votes
1answer
53 views
Ghostscript ERROR: /undefined in --get--
I'm trying to use Ghostscript in CentOS. When trying to issue the following Ghostscript command ghostscript -sDEVICE=pcx256 -r150x150 -sOutputFile=OUTPUT_FILE INPUT_PDF I am getting the following …
1
vote
2answers
51 views
mysql create database and user script
Question Rewritten:
HOMEDIR="ftpuser"
REMOTEIP="1.1.1.1"
MYSQLPASS="password"
Q1="DROP USER "$HOMEDIR"_shop;"
Q2="DROP DATABASE "$HOMEDIR"_shop;"
Q3="CREATE DATABASE IF NOT EXISTS "$HOMEDIR"_shop;"
…
2
votes
2answers
123 views
PHP Sessions “Unknown: Failed to write session data”.
Hello, I'm using centos 5 with php 5.3.0.
I have php installed and set up, in my php.ini I have session.save_path set to "/tmp", I have "/tmp" set to 7777, it's fully writeable. I have a script that …
