Tagged Questions
2
votes
1answer
219 views
Very slow TRUNCATE accompanied with “Server seems busy” on httpd log
I have this very simple table with only 35 rows on 5 simple columns (primary key on id auto increment, title (varchar), a bool, and 2 datetime).
As we work in team, we import data from Google Docs, ...
2
votes
2answers
919 views
Apache httpd error and crash
I have a WAMP 2.0 server installed on Win XP .
Apache version : 2.2.11
PHP Version : 5.3
MySQL : 5.1.36
I have about 11 tables in the mysql . Each run of my web application (HTML/Jquery/PHP/MySQL) ...
0
votes
3answers
30 views
The connection to Mysql not closing
One of my site using Apache + PHP + Mysql did not releasing connections. The connection number kept growing. And the connection status is sleep.
| 138 | root | localhost | NULL | Sleep | ...
0
votes
1answer
34 views
Authenticate/Authorize user based on group with apache and mysql
I am trying to get authorization to work on my apache installation. I want to authorize depending on what group the user belongs to.
I am using
Apache 2.2.15
Centos 6.2 (Running as guest in VB)
...
0
votes
0answers
54 views
Install apache with mod_auth_dbm for authentication on Amazon AMI
I am trying to setup authentication for a LAMP server on an Amazon EC2 with Amazon AMI instance.
When I installed apache I ran the following command
yum install httpd
How to now configure the ...
0
votes
0answers
48 views
Monit service name error
So I have the following in my monitrc file:
check process apache with pidfile /usr/local/apache/logs/httpd.pid
group apache
start program = "/etc/init.d/httpd start"
stop program = "/etc/init.d/httpd ...
0
votes
4answers
1k views
500 Internal Server Error?
Recently, I put my project which is php+smarty+mysql in my httpd server. But I encountered an error that says:
500 Internal Server Error
My OS is archlinux, and the httpd server and php were ...