Tagged Questions
3
votes
2answers
42 views
Turning off Webalizer and/or AW Stats
On our dedicated server, we have AW Stats and Webalizer both running.
I see I can turn them off in WHM.
We use Google Analytics, but also AW Stats sometimes. We never use Webzlier. My question is: ...
2
votes
0answers
48 views
How many connection can my website have? [closed]
As the traffic increased my website hangs quite regularly. The page visit is now averaging 50k per day.
The static page loads fine, but when the page has mysql request it takes too much time to ...
0
votes
2answers
43 views
mod_rewrite issue, won't work when links contain “-”
I've been looking into mod_rewrite for my simple PHP CMS for a couple of days now and I found a rule that was supposed to work for me:
RewriteRule ^(\w+)/?$ view_post.php?url=$1
This is supposed to ...
0
votes
0answers
49 views
How to improve overall site performance/security? [closed]
I use PHP and am avid in my development using that language. What means can I use that will improve the performance of my PHP site, and bolster its security?
0
votes
1answer
365 views
SocialEngine Installation Error 500 (Step 3)
I'm trying to install SocialEngine (clean install, empty database, legal license key) but I ran into this error message 500 at Step 3 of the installation:
Step 3: Setting up MySQL Database
MySQLi ...
1
vote
0answers
25 views
Dedicated Servers: Is one better then two for LAMP pseudo HA setup? [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I know there are zillions of commentary about hosting out there, but I haven't read much about this. Our current ...
3
votes
2answers
398 views
Good Book for Managing a Linux Web Server?
I'm being thrust into the role of managing my own web server. I will have access to some managed support, but I need a comprehensive resource I can turn to that covers: command line basics, apache and ...
0
votes
2answers
409 views
Monitoring load/resource drain of individual scripts on apache
We have a website and for some reason lately its been grinding our server to a halt. It has had a spike of traffic, but even still that spike is only possibly 1k or 2k.
We installed eAccelerator PHP ...
0
votes
0answers
249 views
Apache cannot find mysql database modules [closed]
I've created a simple Django project and setup a MySQL database.
My simple project just creates an entry on the database.
The project works fine when I use the built in development server provided by ...