3,202 reputation
1513
bio website
location
age
visits member for 2 years, 7 months
seen May 6 at 17:47
stats profile views 102

Woo, entered http://stackathlon.appspot.com/ at #33 on 2011-08-04.

stackathlete

Humility? What's that?


Feb
8
comment A Duplicate name exists on the network
A duplicate question exists on Superuser
Dec
29
comment How do I optimize a high traffic Wordpress website?
Maybe MediaTemple have a problem - See serverfault.com/questions/216925/…
Dec
26
comment Virtual hosting all resolving to the same files
If the A to your Q is useful to others, you could add an answer then accept it. If you feel your unanswered Q has no value to others, you could delete it.
Dec
26
comment Apache mod_proxy, how to forward request into local network ip(server)
In what way didn't it work? What did you do, what happened exactly? Were there error messages in the browser or in the logs?
Dec
25
comment james - mail server DNS configuration
Are there any relevant messages in log/james-server.log?
Dec
22
comment Cost effective way to host site / VPS / yourself?
If there's a hardware problem, with CoLo you probably have to go there and fix it yourself. You may have to manage your own backups, recovery testing etc too.
Dec
21
comment Finding Webserver Vulnerability
A Google Support Forum Discussion of 13 Dec 2010 mentions RewriteRule . http://84f6a4eef61784b33e4acbd32c8fdd72.com/%{REMOTE_ADDR} and a commenter says the cause was this vulnerability. Unverified but I thought it might be worth knowing about.
Dec
21
comment Logging Serial port Data
Maybe it is something to do with line-buffering?
Dec
17
comment Ping from openvz VM is not available
This is a duplicate of superuser.com/questions/223027/… - it has been answered there
Dec
14
comment Internal server error, what is blocking an htaccess file allowing to index dirs
If the Apache error message says /var/www/development you can be sure that is where Apache is looking when it receives your request. You can tell Apache where to look by default using the DocumentRoot directive, but there are other directives that can set up other places to look if the URL contains specified path prefixes.
Dec
14
comment Internal server error, what is blocking an htaccess file allowing to index dirs
"Is this terminal?" - when Apache sees a .htaccess containing a directive that isn't allowed, it isn't fatal/terminal for Apache - it just logs the error "DirectoryIndex not allowed here", returns a response code 500 to the client web browser and carries on.
Dec
14
comment Internal server error, what is blocking an htaccess file allowing to index dirs
Is there a AccessFilename directive in apache2.conf? Did you get Apache to reload it's configuration?
Dec
14
comment Internal server error, what is blocking an htaccess file allowing to index dirs
See amended answer
Dec
14
comment Internal server error, what is blocking an htaccess file allowing to index dirs
For any "500 - internal error" response there will be some informative description of the problem in the errors_log file (which might be configured with a different name or a vhost specific name) - Can you see what the error log says? Also, can you update your question with the full contents of .htaccess (just XXX over any sensitive data values)?
Dec
14
comment Internal server error, what is blocking an htaccess file allowing to index dirs
You don't need those [Code] pseudo-tags in your question, If I were you I'd edit them out for clarity.
Dec
4
comment Is someone using my mail?
If you need more detailed help, please post details of your configuration.
Dec
4
comment Is someone using my mail?
See edits to answer above
Dec
3
comment How do I add or switch to a Linux server
In option 2. The existing Windows server could host a Virtual Linux server. There is also an option 4. Install typical Linux tools (Apache, MySQL, PHP, Perl) on the Windows server.
Nov
26
comment How do DNS servers interact?
@fahad - that should be a separate question, not a comment to an answer. In the early days, domain registration was run by the department of defense and no fee was charged. Nowadays there is so much administrative overhead in keeping track of millions of domains that people must be employed specifically to do this work.
Nov
21
comment Using NTP to sync a group of linux servers to a common time source
" NTP provides accuracies generally in the range of 0.1 ms with fast LANs and computers and up to a few tens of milliseconds in the intercontinental Internet." cis.udel.edu/~mills/ntp.html