-1
votes
1answer
21 views

apache (httpd) load balancing [closed]

I have reached a state in my research where I understood that a database-driven web app (portal) can be optimised by replication / scaling (even sharding for huge db) and employing a solution like ...
0
votes
0answers
31 views

Login to Subversion using MySQL

I've successfully installed Subversion server with libapache2-svn on a Debian Squeeze. Using a SVN client like TortoiseSVN, I can connect using a htpasswd file. Also I can connect using MySQL with a ...
0
votes
0answers
42 views

Can't import database through phpmyadmin

When I try upload database (794 kb) I have error: No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. ...
-1
votes
1answer
78 views

500 internal server error or blank accessing php files

I keep getting either 500 internal server error or blank page when trying to access a php file in localhost, depending on the file. I know this might be a recurrent problem but I can't find the ...
8
votes
4answers
277 views

Zend / Apache2: Getting 302 Found when requesting url several times

I am programming a REST API with Zend framework. When calling the url several times (e.g. 1000 times with 1 request per second), in about 0.2 % of the cases instead of getting 200 OK as a response I ...
0
votes
1answer
110 views

MySQL deactivated in Lampp, Xampp on Linux 12.04

I have freshly installed xampp-linux-1.8.1 on my Ubuntu 12.04 (Mint 13 maya) Operating system. When run lampp, I get : /opt/lampp/lampp start Starting XAMPP for Linux 1.8.1... XAMPP: XAMPP-Apache is ...
0
votes
2answers
115 views

Detecting server overload to limit mysql queries

I'm programming c++ service which constantly every 1 second makes SELECT query with LIMIT 1 on mysql server, something computes and then makes INSERT and this in loop forever and ever. I'd like to ...
0
votes
3answers
141 views

PHP script runs on command line, but not in browser

I'm a complete beginner at this, but I've set up an EC2 server and I'm trying to develop a simple php-mysql based website. I've managed to get apache2 running and I've got a domain pointed to the ...
0
votes
0answers
145 views

After Updatring to MySQL 5.6.9, localhost does not work anymore

I have installed Apache2 2.2.22, MySQL 5.5, and PHP 5.3 on my server. I use codeigniter to do our project. Everything is working fine until I upgraded MySQL to 5.6, the developer release version. It ...
0
votes
1answer
72 views

Apach2 mod_ruid2 and RDocumentChRoot — Can't Connect to MySQL Database

In Apache2 virtualhost, I've got mod_ruid2 working as I want using RMode stat. I added RDocumentChRoot to chroot the process to the website folder and an unwanted side-effect is that PHP can't ...
-1
votes
3answers
71 views

Running PHP project not working [closed]

I am new to PHP.I have MySql,PHP and Apache2 installed in my ubuntu.and i have one webservice php file which i kept inside var/www.I have one html file inside var/www named hello.html.Apache2 is ...
1
vote
0answers
34 views

Evaluating slow website

I'm trying to trouble shoot a website that my company hosts that seems to run very poorly during peak times. The site was developed by a developer (who has left the company) and was built on ...
0
votes
1answer
69 views

php color not showing properly

i am trying to FIX a crashed site designed by somebody else, designed using php and uses mysql database,(here is it's link http://www.wafms.co.cc on temporary server) now i want to port it to another ...
0
votes
1answer
61 views

How to generate the right password format for Apache2 authentication in use with DBD and MySQL 5.1?

I want to authenticate users for a folder from a MySQL 5.1 database with AuthType Basic. The passwords are stored in plain text (they are not really passwords, so doesn't matter). The password format ...
0
votes
0answers
47 views

Apache2 & Python in Source Engine

i am an Eventscripts Developer (www.eventscripts.com) and code in Python. It's for Counter-Strike Source. But that's not really important. I have a local xampp apache2 server with mysql. I started ...
1
vote
1answer
214 views

PHP/MySQL Performance Testing with Just PHP

I'm trying to diagnose a server where the website is loading very slowly, but unfortunately my client has only provided me with FTP access. I've got FTP access so I can upload PHP scripts, but ...
1
vote
1answer
211 views

SVN Authentication using MySQL

I'm trying to setup per repository SVN authentication via MySQL but I'm having a few problems. Firstly what is the difference between mod_authn_dbd and mod_auth_mysql? Secondly I already have a ...
0
votes
1answer
232 views

MacPorts: MySQL and PHP doesn't connect

I've looked through related posts and their suggested solutions (here and here) but they don't seem to help in my situation. I'm running MacPorts 2.1.2 on Snow Leopard, and I've got the following ...
0
votes
2answers
80 views

Queueing request from the server [Apache]

I have an auction website project, it is now being used for almost 2 months already. The only problem right now is that, sometimes the request from the client is delayed for 2-3 seconds. Let say ...
1
vote
1answer
248 views

Debian, mysql: How can I tune these values

I have a debian VPS with 16 GB ram (CPU: 4 * 2Ghz). I notice some performance issues when I now have about 2,000 request / seconds. The CPU is at: 41% user, 8% kernel, 2% IO, 49% idle and ram: ...
1
vote
4answers
167 views

MYSQL accepts only root accounts

I've got a real big problem. I have LAMP on my computer. When I try to connect to mysql not with root account (via phpmyadmin) - phpmyadmin says that it cannot connect to mysql. So, I can connect to ...
3
votes
1answer
339 views

How to find out what is causing a slow down of the application?

This is not the typical question, but I'm out of ideas and don't know where else to go. If there are better places to ask this, just point me there in the comments. Thanks. Situation We have this ...
1
vote
0answers
100 views

versatile database connection with django and mysql

I have an issue with my deployed application on an apache2 with mod_wsgi. The connection process to the database is exactly successful only once out of 2! I've named the database 'CKP' and for some ...
0
votes
2answers
129 views

Apache2 process never ending - how do I determine why?

So I just set up a new VPS, and as soon as I turn it on (MaxClients set to 140) maxclients will be reached, and apache processes don't stop ending until they reach timeout (15 seconds). How can I ...
0
votes
1answer
415 views

Windows Mysql 5.5 and php5.2: mysql_connect() breaks the script, no output

Whenever a mysql function is called, the script just dies. No output, and no "die" output either. No output about it on the php error logs either. I can't log into the db and access at all. Php just ...
0
votes
1answer
256 views

Apache not killing threads for more than 20 minutes after reaching max thread number

I am running a Linux server with 2 Xeon Quad core, with RAID10 and 8Gb of RAM. I serve some products that dont use to overload the server, but 3 o 4 times a month, for the nature of the products, I ...
1
vote
3answers
304 views

PHP CRON Email Sending CPU Intensive

I'm running an Amazon EC2 'Large' instance - Ubuntu Natty x64 with PHP5 and MySQL. We execute a PHP script via CRON - this sends an email list (2000-4000 emails) using SMTP/PHPMailer. The server runs ...
0
votes
3answers
147 views

PHP in combination with MySQL is extremely slow

I am currently experiencing slowness with one of my servers. It is running an apache2 server with PHP and MySQL. The MySQL server is hosted on the same machine as the webserver itself. Whenever I ...
0
votes
1answer
93 views

auth_mysql and php

I have a directory with auth_mysql in a virtualhost file -- password protected using a mysql user/pass combo. The problem I have is one file inside that directory needs to be accessed without a ...
-1
votes
2answers
127 views

Apache 2.2 + PHP 5.3 + MySql 5 = how? [closed]

I have installed Apache, PHP and MySql separately. Mysql is working. Apache is working. I don't know how to make use of PHP? I put PHP pages in htdocs, but all it's spitting is php code as it is. ...

1 2 3
15 30 50 per page