xmlmania

Member
Jan 4, 2005
11
0
151
Hi,

I'm setting up a server:

Dual Opteron 244 with CentOS 4.1 x86_64.

Control Panel info:
WHM 10.1.0 cPanel 10.2.0-C89
WHM X v3.1.0

The problem I have is that Apache seems to break when I try uploading a site.

If I have a fresh account created it works fine: http://www.xmlsoft-dns.com/

But if I upload a files and delete some it always screws up by closing the connection.

For example...

Heres a empty account: http://www.xmlsoft-dns.com/~xmlsoft/

This works.

Here is an account thats failing cos I uploaded some files (some PHP files) and a .htaccess file: http://www.xmlsoft-dns.com/~fisho/

The .htaccess file contains:
Code:
Options +FollowSymlinks

AddHandler application/x-httpd-php .html .xml .js .css

#php_flag display_errors on
#php_value error_reporting 1
php_value default_charset UTF-8
Anyone have a clue what might be wrong?