0
votes
0answers
4 views

Persistence & Performance of libapache2-mod-log-sql

I have been working on a requirement for our apache2 logs to be recorded to a mysql database, instead of the text log file norm. I had no difficulty in accomplishing the setup and config, and it ...
-1
votes
1answer
24 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
33 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
58 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
90 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
281 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
126 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
119 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
162 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
148 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
74 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
72 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
35 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
70 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
63 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
49 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
224 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
239 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
236 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
85 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
257 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
179 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
365 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
133 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
421 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
263 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
310 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
149 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
95 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. ...
0
votes
1answer
495 views

Trigger ISPConfig vhost folders creation

I make an script that fill up all ISPConfig tables by itself and now i only need to raise some script to create the needed vhost and the rest of the symblink needed for apache to work. My Script is ...
0
votes
3answers
49 views

Why is this mysql connection failing?

I am having an interesting problem with php and mysql. I am trying to write a simple connect and query script to mysql on my localhost(same host as webserver) and am having some problems retrieving ...
0
votes
1answer
229 views

Apache2 mod_dbd - specify encryption type to use MySQL PASSWORD()?

I'd like to secure my phpmyadmin area by using Apache2 mod_dbd Basic Auth, and I'd like to use the 'mysql' database and 'user' table for authentication. (Which, in my opinion, makes complete sense.) ...
0
votes
1answer
50 views

After I configure my php.ini file to load the MySQL module, it doesn't appear in phpinfo() and I can't call to MySQL functions

sorry if this is a really silly question. I googled a lot and nothing came up I have this in my php.ini file: extension_dir="C:\Program Files\PHP\ext" enable_dl = on extension=php_mysql.dll when I ...
0
votes
1answer
354 views

How to configure mod_dbd with MySQL on Apache 2.2

I find it a bit strange that it is so difficult to find information about how to do this. I want to configure my Apache2 to use mod_dbd when authenticating users. But I cannot find any examples or ...
0
votes
1answer
57 views

How can I have 1 htdocs folder and mysql instance and multiple versions of XAMPP (various platforms)

So I want to put xampp on a usb flash drive. I also want to make it cross-platform (windows/mac/linux). Is it possible to have a shared htdocs folder and mysql db?
1
vote
1answer
2k views

How to Install Apache , MySQL and PHP on AIX 7.1 [closed]

i want to install following open source software on AIX 7.1 Apache 2.2.19 PHP 5.2.6 MySQL - 5.0.67 please help me on this.
0
votes
2answers
129 views

apache 2.2 + php 5.3 + mysql problem

i install php 5.3, apache 2.2, mysql at windows 2008. everything works ok except phpmyadmin not. Mysql server works ok. And if i run http://89.212.111.174/raing.si/phpinfo.php show php version 5.2 ...
0
votes
0answers
47 views

Issues signing into local clone of getpersonas.com [closed]

I am currently in the process of trying to setup a clone of getpersonas.com and have run into an issue regarding the sign in form. Apached is giving me these issue: [Sun Jul 03 17:41:21 2011] ...
3
votes
1answer
110 views

The user receives a truncated message (max 19109 chars) from a PHP script when calling to mysqli_real_connect

I have a problem with 1 of our PHP scripts, it sometime returns truncated message. The flow: User call to search.php The script process the request: a Connect to the DB b Build XML using the ...
0
votes
1answer
83 views

Virtualmin mysql problem

Today i changed some chmod settings on my VPS and since then I haven't been able to access any of my mysql databases. It's like all of them dissapeared. And I also had to reset the ssh keys. One of ...
0
votes
2answers
375 views

What is a common web architecture for java apps?

Im currently developing a java web application, and im researching how i should combine different types of technology in order to get the most use of a single webserver. My plan so far is to have the ...
0
votes
1answer
521 views

LAMP / CakePHP quirk - works locally, not on remote server. Debugging Tips?

DISCLAIMER - I am total PHP noob - looking for some help/tips on how to debug this problem... I have a PHP/CakePHP based app running on Linux/CentOS and MySQL. Its also running on my local dev ...
2
votes
5answers
2k views

Optimizing Drupal via PHP Apache and Mysql optimization

I installed Drupal common from acquia and using it for my college Intranet Website. I configured it on Ubuntu lucid lynx Desktop edition running latest XAMPP. I want to increase the performance of the ...
4
votes
1answer
905 views

MySQL is very slow with DELETE query, Apache is weird while query runs

To start, a few details to describe the situation as a whole: MySQL (5.1.50) database on a very beefy (32 CPU cores, 64GB RAM) FreeBSD 8.1-RELEASE machine which also runs Apache 2.2. Apache gets an ...
0
votes
2answers
67 views

how to migrate all of the wordpress content from one host to another?

I'm about to export all of my existing wordpress content from one server into another for backup and recovery purpose, how can I do this ? is it through the MySQL side or can be done through web ...
0
votes
1answer
127 views

Generating SEF pages in a php/mysql/apache environment

I'm planning to create a blog using php/mysql on apache (probably on a linux machine, if this info is at all important). I would like to test out YII framework for that purpose, and would also like to ...
0
votes
1answer
554 views

PHP: Using persistent connections with mysqli_connect results in Broken Pipe errors

I'm running: CentOS 5.5 x86 cPanels-11.26.20 RELEASE Apache 2.2.16 PHP 5.3.3 "--with-mysqli=mysqlnd" MySQL 5.1.51 When I connect to the database, I use "p:localhost" for the hostname to establish a ...
3
votes
1answer
578 views

Does FastCGI or Apache2 limit upload sizes?

I'm having a problem with file uploading. I'm using FastCGI on Apache2 (unix) to run a WSGI-compliant application. File uploads, in the form of images, are begin saved in a MySQL database. However, ...

1 2