Tagged Questions
2
votes
0answers
89 views
Reduce Initial Connection & TTFB Time
Similar Question: Here
Website: Cleanfiles PPD Network
Raw Server Link (Skip DNS): http://173.247.246.58/
Waterfall view (Webpage Test):
I recently moved to a new server. All PHP scripts and ...
2
votes
0answers
87 views
mod-ndb. Is it alive?
Does anyone know if mod-ndb project is dead now or what is going on? I need its functionality but their link to documentation is dead and last changes to source code were made two years ago. And if ...
1
vote
0answers
175 views
Improve the speed of reading and persisting Apache POI excel file
I have an excel file i am currently able to import into a mySQL database but i would like to increase the speed of import somewhat. My set up for reading the excel files (approx 40,000 rows in each ...
1
vote
0answers
439 views
ap_pass_brigade failed in handle_request_ipc function
A page is resulting in a 500 error and the log shows this:
[Wed Mar 20 11:19:23 2013] [warn] [client 127.0.0.1] (104)Connection reset by peer: mod_fcgid: ap_pass_brigade failed in handle_request_ipc ...
1
vote
0answers
42 views
Security implications of storing email attachments on Centos Server
There is an application I am working on which requires processing the incoming mails to [email protected].
The company.com mail accounts are being run via Google Apps for Business.
So I fetch the ...
1
vote
0answers
102 views
Cant run PHP MySQL commands from files ran by command line
So Apache has its own service account, and when i load a page from the URL, on my browser, it loads runs the page with the service account and it works fine, no errors.
But when i do php -q "LOCAL ...
1
vote
0answers
30 views
Cannot find the MySQL_EN=“false” in MySQL setup on terminal with Zend package on my Mac.
I am trying to setup Zend framework on my Mac and the O'Reilly guide says that I should see this line: MySQL_EN="false" in the terminal when I run the "sudo nano /usr/local/zend/bin/zendctl.sh" ...
1
vote
0answers
285 views
web page request aborted
On www.tongguitar.co.kr you can see in the Net tab in Firebug (Firefox):
GET www.tongguitar.co.kr, Status: Aborted
GET www.tongguitar.co.kr, Status: Aborted
[...]
GET www.tongguitar.co.kr, Status: ...
1
vote
0answers
1k views
SQLSTATE[00000] [1040] Too many connections with Max_used_connections of 1001
Yesterday everything was working fine. I send out the link to the PHP application to the customer. A few hours later I looked on to the page and saw in the source code the following error:
...
1
vote
0answers
736 views
XAMPP MySQL and file_get_contents
if recently download the latest version of xampp (1.7.7: Apache 2.2.21/MySQL 5.5.16/PHP 5.3.8)
I'm using file_get_contents to download clients sites and check if an update on our in-house cms is ...
1
vote
0answers
189 views
Apache web server hangs when calling stored procedure
I am writing a PHP based website.
My spec :
XAMPP version 1.7.4
Windows Vista
Firefox 3.6
AdoDB layer
I have a MySQL database with one table and one stored procedure :
CREATE ...
1
vote
0answers
589 views
Slow mysql connection to remote DB
Here's my scenario: I have a LAMP server hosted through Amazon AWS that is hosted in the US East region. That web server connects to a local mysql DB and everything runs quickly and smoothly. I ...
1
vote
0answers
1k views
Doctrine_Connection_Exception [ 0 ]: Couldn't locate driver named mysql
To avoid unnecessary comments, I have searched days (google and SO) for a solution but found none that solves my problem, i only ask SO as a last option.
One such solution is to enable
...
0
votes
0answers
8 views
when redirecting getting an error malformed header
the other day i saw in stack overflow how to get redirected using a function..
but its not working here
#!/Python27/python
import cgi
import cgitb ; cgitb.enable()
import MySQLdb
from datetime import ...
0
votes
0answers
33 views
How can I use database of another system connected in the same network
me and my friend is working for a wordpress project I want to use his his machine for changing the code and even DB
for that I have changed the host file and httpd-vhost.conf file as follows
...