Tagged Questions
0
votes
0answers
174 views
SoftException in Application.cpp:574 errors
I am seeing a lot of "SoftException in Application.cpp:574" errors in my log file.
Is this due to high server activity? I am on a shared server.
2
votes
2answers
352 views
Notification for too many Apache connection errors on shared hosting?
My hosting provider specifies how many simultaneous connections the hosting account can handle. The question is how do I know if my site reached this limit and drops connnections?
I have a PHP site ...
2
votes
1answer
216 views
Issues with timed out downloads via TomCat?
We get, in our opinion, a lot of failed download attempts and want to understand why.
We offer downloads via an email link (typical):
http://www.semanticdesigns.com/deliverEval/<productname>
...
1
vote
1answer
697 views
Stop directory listing using .htaccess and redirect to good error page
I have a directory with several sub directories. I found this article Preventing Directory Listing that shows me how to prevent people from getting the directory listings.
IndexIgnore *
But it ...
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 ...