Tagged Questions
1
vote
0answers
37 views
Best practices for serving multiple sites with Apache2
I have a server with a number of virtual hosts. Over the last couple of years I have continually been improving on most parts of serving these sites, everything from how and where to do logging, how ...
3
votes
2answers
43 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: ...
1
vote
3answers
48 views
Server responding to request differnetly
I believe as above hosted locally , the long green delay is actually the home page of the website. May i know what causes those delay? Magento is a very CPU intense monster, is it due to the fact ...
0
votes
1answer
780 views
MAMP not working as 'localhost' but works with “127.0.0.1”
I just installed MAMP on Mac OSX 10.8.2.
When it is started, I'm not able to access the server through http://localhost:8888 but when I visit http://127.0.0.1:8888/ and it works fine.
Why is it so? ...
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 ...
9
votes
1answer
287 views
Why chmod 777 is not secure?
chmod 777 file change the permissions of the file file to read, write,
and execute for all.
Ok, so the file can be manipulated in any way by any script on the server. But why is this not ...
4
votes
2answers
5k views
How can I diagnose an Internal Server Error?
I was trying to host a zend-framework project on new host provider.
After uploading everything and configuring the database connection I have encountered Internal Server Error message. My service ...
2
votes
4answers
866 views
How can i check how many users can visit my website at the same time?
i have my website on a shared webhosting account.
I would like to check how many people can visit my site at the same time without the server slowing down or crashing.
I don't have SSH, if that makes ...
0
votes
1answer
93 views
Is there a minimal, pre-built solution for hosting a large collection of files?
My Google-fu has failed me on this one. Every time I search for something like this all I get is a bunch of vulnerability reports. I feel like this should be pretty straightforward, but I'm not having ...
1
vote
2answers
1k views
Apache httpd Problem
I am getting intermittent issues with my site. Pages often hang with huge loading times and sometimes fail to load.
The httpd error logs contain the following:
[Wed Feb 23 06:54:17 2011] [debug] ...
3
votes
2answers
816 views
How to configure apache to allow access to subdomain on my local ip address
I would like to have others inside my local network access resources on my computer at outsideprojects.192.168.0.10. I am running Apache and have a virtual host configured so I can access it at ...
1
vote
2answers
264 views
Apache Per User Directory Not Found
For some reason the user directory I have for my server has stopped working whenever I go to server/~user/public_html/ I get a 404 error. The files are there on the ftp, but they're not showing up ...
12
votes
5answers
398 views
Is it worth looking into a webserver other than apache?
I've traditionally deployed my sites under apache, simply by default. I've heard things about NGinX though and I'm wondering under which conditions it would be superior. In addition to apache and ...
4
votes
1answer
264 views
Apache KeepAlive - why should I ever need it?
I've read several blogs about turning KeepAlive off in apache. When I had it turned on, and a spike in traffic, people started timing out, or had to wait +10 seconds for a page load. However, when I ...