Sep 17, 2006
5
0
151
Hey, im here to ask for help, i rented a VPS from FDCservers, 1 thing is i cannot access My IP due to this error
Bandwidth Limit Exceeded
The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.
Apache/1.3.36 Server at . Port 80
when i go to http://IP/~user it trys to go to "http://www../~user/"
any idea's on any of these issues?


Thanks

Chris English

Cp-Hosting.Net
 

levelsupport

Well-Known Member
Oct 7, 2006
47
0
156
Open your httpd.conf and check for the following entry

NameVirtualHost <serverip>:80
<VirtualHost <serverip>>
ServerName <server hostname>
Userdir enabled
ServerAdmin [email protected]<server hostname>
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>
 

designeru

Well-Known Member
Nov 2, 2005
83
0
156
Hint!

I guess you have WHM/root access, right ?
If yes, please go to your WHM -> Account Functions -> Unsuspend Bandwidth Exceeders
If no, please contact your provider.
 

levelsupport

Well-Known Member
Oct 7, 2006
47
0
156
did you check for the httpd entry and also make sure you dont have userdir disabled for your virtual host in httpd.conf
 
Sep 17, 2006
5
0
151
When i add UserDir Enabled
i get httpd has failed, please contact the sysadmin. :S

Config for IP below,
<VirtualHost 208.53.183.200>
BytesLog domlogs/.-bytes_log
<IfModule mod_php4.c>
php_admin_value open_basedir "//:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "//:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
UserDir Enabled
ServerName server.cp-hosting.net
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>