UnitedForums - UK Web Hosting Forum UnitedHosting Community Hosting Forums
Network and Server StatusCustomer SupportUK Web Hosting
UnitedHostingUnitedHosting Sitemap UK Hosting ForumUK Web HostingWeb Hosting ForumsUK Reseller HostingWeb Host CommunityUK Managed Dedicated ServersHosting Help and SupportUK Domain Name Registration

Go Back   UnitedForums.co.uk > UnitedHosting Community > Webmaster Discussion

Reply
 
Thread Tools Rate Thread Display Modes
Old 3rd August 2008, 03:24 PM   #1 (permalink)
TonyW
Registered User
 
Join Date: Jul 2008
Posts: 34
Webspace allocation

I'm just wondering about the best way to explain to a friend/colleague that the webspace they get to start off with is not empty i.e. the system allocates so much for its own files.

I don't know if it's the same for everybody here, but I've noticed that about 24MB is already used when creating webspace for domains at UH. My point is if you give someone 100MB for their website for example, in reality they only get 76MB to play with, which I know is enough, but it is misleading in this respect as they think they'll get the 100MB to use. Well, they do, but so much is already used if you get what I mean.

I was just wondering how you guys explain this to newcomers.

Last edited by TonyW : 3rd August 2008 at 03:25 PM. Reason: typo
TonyW is offline   Reply With Quote
Old 3rd August 2008, 03:37 PM   #2 (permalink)
MrBen
Munky!
 
MrBen's Avatar
 
Join Date: Sep 2003
Location: nr Woking, England
Posts: 2,582
I've never bothered or had to myself.

Some of that space is allocated to SquirrelMail webmail. You can deselect that in the reseller CP for a site allowing that space to be recovered for customer use. Without SQmail an "empty" site sits at around 6MB in my experience.

Ben
__________________
The impossible I can do today, miracles take a little longer

Veterinary Practice Management System by SoftFooding
Internet Data Usage Calculator: Estimate your monthly bandwidth usage for your Internet connection.
Little Red: Nordic Style Rye Bread
MrBen is offline   Reply With Quote
Old 4th August 2008, 02:27 PM   #3 (permalink)
TonyW
Registered User
 
Join Date: Jul 2008
Posts: 34
I thought as much with reference to webmail. It's a nice touch that we can disable that feature if we want to. I don't recall being able to do that with my last host, but that's probably because there was no way to do that in cPanel.

Last edited by TonyW : 4th August 2008 at 02:28 PM. Reason: + because
TonyW is offline   Reply With Quote
Old 4th August 2008, 06:09 PM   #4 (permalink)
MrBen
Munky!
 
MrBen's Avatar
 
Join Date: Sep 2003
Location: nr Woking, England
Posts: 2,582
You could disable SquirrelMail for all your customers and direct them to use webmail on your site. You could then for example setup a subdomain on your site (e.g. http://webmail.tonyw-hosting.com) that redirects to your SquirrelMail install.

It is also worth noting you will end up paying for any bandwidth they use whilst browsing webmail as it will be logged against your site. Also any preference files or address books created by SquirrelMail for users will also be visible to you via FTP as the files will be part of your site should you decide to go browsing through the filesystem.

Ben
__________________
The impossible I can do today, miracles take a little longer

Veterinary Practice Management System by SoftFooding
Internet Data Usage Calculator: Estimate your monthly bandwidth usage for your Internet connection.
Little Red: Nordic Style Rye Bread
MrBen is offline   Reply With Quote
Old 5th August 2008, 02:29 PM   #5 (permalink)
TonyW
Registered User
 
Join Date: Jul 2008
Posts: 34
Thanks for the tips, MrBen. I won't be doing any of this though, but it is useful to know should I need to.
TonyW is offline   Reply With Quote
Old 8th August 2008, 08:41 AM   #6 (permalink)
pjrobertson
Registered User
 
Join Date: Jun 2007
Location: Wales, UK
Posts: 35
If you have lots of traffic on your site, then your log files can be quite big as well.

Check them out it /var/log/httpd/

You can delete the awstats directory in the html folder as well. This is only used to redirect you to the awstats cgi folder (which can be done with .httaccss)
__________________
Tyddyn Adda
pjrobertson is offline   Reply With Quote
Old 8th August 2008, 12:52 PM   #7 (permalink)
TonyW
Registered User
 
Join Date: Jul 2008
Posts: 34
Quote:
Originally Posted by pjrobertson View Post
You can delete the awstats directory in the html folder as well. This is only used to redirect you to the awstats cgi folder (which can be done with .httaccss)
This info conflicts with the advice given in UH's FTP tutorial where it says:
Quote:
Do not delete the 'awstats' folder as this contains all your websites visitor statistics and information!
TonyW is offline   Reply With Quote
Old 8th August 2008, 01:15 PM   #8 (permalink)
pjrobertson
Registered User
 
Join Date: Jun 2007
Location: Wales, UK
Posts: 35
/var/www/html/awstats is OK to delete, but /var/www/cgi-bin/awstats ISN'T!

I'm sure one of the UH support guys told me. Any confirmation?

I've done this and I don't have any problems. I think the data is stored in /var/www/cgi-bin/awstats/data
__________________
Tyddyn Adda
pjrobertson is offline   Reply With Quote
Old 8th August 2008, 01:19 PM   #9 (permalink)
TonyW
Registered User
 
Join Date: Jul 2008
Posts: 34
I believe you're right, but the info in that tutorial may make newbies think otherwise as it references the awstats folder in the /var/www/html directory.

UH either need to reword that or advise accordingly.

Last edited by TonyW : 8th August 2008 at 01:24 PM. Reason: typo
TonyW is offline   Reply With Quote
Old 12th August 2008, 08:34 AM   #10 (permalink)
Simon
Dedicated to life!
 
Simon's Avatar
 
Join Date: Jul 2005
Location: 36°38'4.48"N - 4°42'18.52"W
Posts: 2,058
Send a message via MSN to Simon Send a message via Yahoo to Simon Send a message via Skype™ to Simon
/var/www/html/awstats contains all the graphics used by the awstats cgi folder, deleting it would mean an increase in the size of your error log as all missing images would be reported....
__________________
Freelance PHP Programming
__________________
Simon is offline   Reply With Quote
Old 12th August 2008, 08:40 AM   #11 (permalink)
pjrobertson
Registered User
 
Join Date: Jun 2007
Location: Wales, UK
Posts: 35
Quote:
Originally Posted by Simon View Post
/var/www/html/awstats contains all the graphics used by the awstats cgi folder, deleting it would mean an increase in the size of your error log as all missing images would be reported....
It hasn't affected my error log.
__________________
Tyddyn Adda
pjrobertson is offline   Reply With Quote
Old 13th August 2008, 02:54 PM   #12 (permalink)
MrBen
Munky!
 
MrBen's Avatar
 
Join Date: Sep 2003
Location: nr Woking, England
Posts: 2,582
I think awstats is intelligent enough to exclude itself from the log analysis - but I could be wrong.

Ben
__________________
The impossible I can do today, miracles take a little longer

Veterinary Practice Management System by SoftFooding
Internet Data Usage Calculator: Estimate your monthly bandwidth usage for your Internet connection.
Little Red: Nordic Style Rye Bread
MrBen is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 08:04 AM.

UK Web Hosting  |  UK Reseller Hosting  |  UK Dedicated Servers UnitedHosting  |  UnitedSupport  |  UnitedForums  |  SEO by vBSEO 3.0.0
Copyright © 1998-2008 United Communications Limited. All Rights Reserved. Registered in England and Wales 3651923 - VAT Reg No. 737662309