I've installed SugarCRM Community Edition on Debian 6.0.3 connecting to MSSQL with FreeTDS. I can use the system as normal except for one deal-breaker problem. On login, I get a blank page outputted. I get a 200 OK, but the HTML is truncated after about 12 lines.
On a large drupal site, the database server is on a separate server connected directly to the web server. The web server uses apache and memcached. The problem is that whenever the post is a large, say larger than 10KB, the server does not return correctly. I checked both apache and mysql logs but could not find any trace of errors being logged.
I'm used to serving sites from Apache, but am now forced to use an IIS server.
A number of my PHP pages are returning error 500 and I can't debug because IIS is suppressing the error messages. I've tried ini_set('display_errors',1); in code but to no avail.
I am using the following setup:
CentOS 5.9
Apache with Nginx proxy for static resources
PHP 5.4
fastcgi
When uploading smaller files, everything works fine.
I have installed WordPress first installation on Apache server
Its opening fine but when i logged in with my user id and password
http://examplesite.com/wp-login.php
It is showing blank in Firefox and in IE page not open with no errors.
I cleared all my browsers cache history still not able to open the page after login.
There is no errors logs generated.
wordpress version3.4.2
php 5.3.3
mys
I have a shared hosting account with no SSH access (only cpanel & ftp) and I have trouble viewing error logs by apache.
There is a error_log file in my home directory and I have a feeling that error logs used to go in that directory correctly when I first started working on server.
My site frequently displays 500 Internal Server Error. Restarting apache, brings the site back to normal state. Other sites running on the same server does not have this issue. Apache error log have no information related to this. The apache loglevel of this site is set as "warn".
What may be the reason for this ?
My site is written on PHP and deployed in linux server.
I'm having many SSL related errors showing up in my Apache 2 Error Logs. I've been having issues with periods of high load averages. Upon checking my error logs, I'm seeing a ton of errors, with more coming in every second.
To debug my webapp behaviour behind some weird network, I need to dump all HTTP request coming to the Apache2 server (on a standard Ubuntu).