Limit 1 Web Page Per Hosting Account
Apr 8, 2008Is it possible, under Linux or Windows, to limit a webhosting account to only 1 webpage (.htm,.cfm,.html,.etc..)?
View 1 RepliesIs it possible, under Linux or Windows, to limit a webhosting account to only 1 webpage (.htm,.cfm,.html,.etc..)?
View 1 RepliesHow do you limit CPU/RAM per account on a shared web server without virtualization? Something like what Dreamhost is now offering, for instance for user "john", assign 256MB of RAM and 10% of CPU. Without Virtuozzo and friends.
View 8 Replies View Relatedis there anyway to disable email sending for certain account in WHM?
i got 20 web sites on my server and i want to give to only one of them the ability to be able to send and recieve email using forms/etc..
and disable that ability for the rest.
which company i can buy a web hosting account with a high CPU limit?
i have site that gets killed on dreamhost bcos of the CPU limit & i can't afford to buy a VPS or Dedicated Server atm
It's really great that more and more webhosting companies support this cause, I have even come across the list of hosting companies.
View 0 Replies View RelatedI know bluehost.com "sort of" does this. If you use more then x % of the total CPU or memory of the server, then your account will be limited automatically.
(A page is displayed saying that the page you're trying to view can't be displayed because it is using too much resources.)
I know bluehost.com "sort of" does this. If you use more then x % of the total CPU or memory of the server, then your account will be limited automatically.
(A page is displayed saying that the page you're trying to view can't be displayed because it is using too much resources.)
I currently have hosting with Site5 (started back before all the overselling), and although my sites are very low in traffic and don't take up much space, I am running up against their 25,000 per site inode limit, due to my hosting a Gallery2 photo album on one of the sites (as I understand, the base install of Gallery2 uses 14,000 inodes alone. Due to how my album is integrated with the rest of the site, it would require hours and hours to switch to something besides Gallery2). All the sites together have used 17 GB of bandwidth so far this month, although much of that has been me uploading stuff to one of the sites to set it up.
Here are my sites:
- Site#1 is a family site, with family photos and a Wordpress blog. Very low traffic (a handful of visits a day), but lots of photos. Inodes not a problem for now (I'm at about 13,000), as unlike one of the other sites, I was able to switch to Zenphoto from Gallery2 pretty easily.
- Site#2 is the newest and fastest growing. It is a site for a small community of people who play a particular online computer game. It runs Drupal, and has about 60 members now, but 5-10 have been joining a day. Most online at one time has been 10. I get anywhere from 30-60 visits a day, but growing. The site uses about 150 MB of storage right now, and this will grow. No photo albums here.
- Site#3 (running Joomla and Gallery2) is for my own gaming group of 8 people that play the above computer game together each week online. Low traffic, but this is the site with the inode problem, as I post screenshots in Gallery2 after each session. Around 25,000 inodes, and 6.5 GB of storage used on the server.
- Site#4 is my wedding site, running on Wordpress. It only gets a handful of visits each day, and will get almost none after the wedding in mid September. No photo album here.
- Site#5 is my fiance's site (running Joomla), which she has pretty much not touched in a year and I doubt anyone visits, but I'm too much of a coward to take down.
With that in mind, I'm wondering what my best solution would be:
- Switch to a VPS, and if so, what kind and who?
- Switch to a different shared host with a higher inode limit
- Stay with Site5 and take the time to farm out the photo album somewhere off the site, or to another program like Zenphoto with a lower footprint.
I'm a tech-geek wannabe and willing to learn. I'm paying about $10 a month (I think) and could probably go as high as $30 or so.
I can not get a .JSP page to display on a deluxe hosted GoDaddy account. I have tried the most basic page. Just to make sure I do not have a type-o, I even used an HTML page to direct me.
Here is the HTML page that has the hyperlink. This page displays fine.
Code:
<html>
<head>
<title>Test</title>
</head>
<body>
Here is a test page
<a href="test.jsp">Test JSP</a>
</body>
</html>
Here is the JSP page that can not be displayed.
Code:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
[url]
<html>
<head>
<title>Test</title>
</head>
<body>
Here is a test JSP page
</body>
</html>
When I click on the link, I get the HTTP 400 error saying the webpage could not be found. I know the code works since I have tested it locally. Plus the code is very simple.
I am very stumped here and have tried GoDaddy’s help multiple times. They keep telling me it is a scripting issue. I am not sure how it can be a scripting issue because there is no script here. Basically, it is an HTML page with a .JSP extension.
we have a site, x.com and it hosts videos, we want to serve these videos using lighty, however, we can't seem to get it to work at all, The current setup is Cpanel with Apache so we want Cpanel + Lighty(only for flvideo.x.com) and Apache for everything else, im running lighty on port 8080, we've tried different ports for the sake of trial and error.
This is the configuration that we have:
# lighttpd configuration file
#
# use it as a base for lighttpd 1.0.0 and above
#
# $Id: lighttpd.conf,v 1.7 2004/11/03 22:26:05 weigon Exp $
############ Options you really have to take care of
####################
## modules to load
# at least mod_access and mod_accesslog should be loaded
# all other module should only be loaded if really neccesary
# - saves some time
# - saves memory
server.modules = (
# "mod_rewrite",
# "mod_redirect",
# "mod_alias",
"mod_access",
# "mod_cml",
# "mod_trigger_b4_dl",
# "mod_auth",
# "mod_status",
# "mod_setenv",
# "mod_fastcgi",
# "mod_proxy",
# "mod_simple_vhost",
# "mod_evhost",
"mod_userdir",
# "mod_cgi",
# "mod_compress",
# "mod_ssi",
# "mod_usertrack",
# "mod_expire",
# "mod_secdownload",
# "mod_rrdtool",
"mod_accesslog" )
## a static document-root, for virtual-hosting take look at the
## server.virtual-* options
server.document-root = "/home2/x/www/flvideo/"
## where to send error-messages to
server.errorlog = "/var/log/lighttpd/error.log"
# files to check for if .../ is requested
index-file.names = ( "index.php", "index.html",
"index.htm", "default.htm" )
## set the event-handler (read the performance section in the manual)
# server.event-handler = "freebsd-kqueue" # needed on OS X
# mimetype mapping
mimetype.assign = (
".rpm" => "application/x-rpm",
".pdf" => "application/pdf",
".sig" => "application/pgp-signature",
".spl" => "application/futuresplash",
".class" => "application/octet-stream",
".ps" => "application/postscript",
".torrent" => "application/x-bittorrent",
".dvi" => "application/x-dvi",
".gz" => "application/x-gzip",
".pac" => "application/x-ns-proxy-autoconfig",
".swf" => "application/x-shockwave-flash",
".tar.gz" => "application/x-tgz",
".tgz" => "application/x-tgz",
".tar" => "application/x-tar",
".zip" => "application/zip",
".mp3" => "audio/mpeg",
".m3u" => "audio/x-mpegurl",
".wma" => "audio/x-ms-wma",
".wax" => "audio/x-ms-wax",
".ogg" => "application/ogg",
".wav" => "audio/x-wav",
".gif" => "image/gif",
".jar" => "application/x-java-archive",
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",
".xbm" => "image/x-xbitmap",
".xpm" => "image/x-xpixmap",
".xwd" => "image/x-xwindowdump",
".css" => "text/css",
".html" => "text/html",
".htm" => "text/html",
".js" => "text/javascript",
".asc" => "text/plain",
".c" => "text/plain",
".cpp" => "text/plain",
".log" => "text/plain",
".conf" => "text/plain",
".text" => "text/plain",
".txt" => "text/plain",
".dtd" => "text/xml",
".xml" => "text/xml",
".mpeg" => "video/mpeg",
".mpg" => "video/mpeg",
".mov" => "video/quicktime",
".qt" => "video/quicktime",
".avi" => "video/x-msvideo",
".asf" => "video/x-ms-asf",
".asx" => "video/x-ms-asf",
".wmv" => "video/x-ms-wmv",
".bz2" => "application/x-bzip",
".tbz" => "application/x-bzip-compressed-tar",
".tar.bz2" => "application/x-bzip-compressed-tar",
# default mime type
"" => "application/octet-stream",
)
# Use the "Content-Type" extended attribute to obtain mime type if
possible
mimetype.use-xattr = "enable"
## send a different Server: header
## be nice and keep it at lighttpd
server.tag = "lighttpd"
#### accesslog module
accesslog.filename = "/var/log/lighttpd/access.log"
## deny access the file-extensions
#
# ~ is for backupfiles from vi, emacs, joe, ...
# .inc is often used for code includes which should in general not be
part
#### accesslog module
accesslog.filename = "/var/log/lighttpd/access.log"
## deny access the file-extensions
#
# ~ is for backupfiles from vi, emacs, joe, ...
# .inc is often used for code includes which should in general not be
part
# of the document-root
url.access-deny = ( "~", ".inc" )
$HTTP["url"] =~ ".pdf$" {
server.range-requests = "disable"
}
##
# which extensions should not be handle via static-file transfer
#
# .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
######### Options that are good to be but not neccesary to be changed
#######
## bind to port (default: 80)
server.port = 8080
## bind to localhost (default: all interfaces)
server.bind = "flvideo.x.com"
This is the weird part, if we lynx x.com:8080 it will display the html file inside the docroot, if i go x.com:8080 on firefox or internet explorer the connection gets reset and internet explorer throws a "cannot display page" error,
I have a dedicated server currently hosted over by Aplus.NET
I have a 3000 GB Monthly Transfer limit and we have been going over this limit for the past few months. This has resulted in a large sum of overage fees.
I am looking to go to another hosting company that is just as good as Aplus.NET, if not better... with a better traffic rate. A friend told me about Choopa.com and I wanted to know how good of a company they were. What are some other top reliable hosting companies with premium servers and that specialize in unmetered bandwidth?
I have about 5 sites all hosted on my same hosting account. One of those domains is attached to the hosting account. I place my other domains in a folder of a sub-directory of my main domain. This has been working fine, up until today when i noticed a weird error. I give you a little example of how my sites are setup
my main domain:
www.maindomain.com
My other sites hosted in a sub-directory of my main domain:
www.maindomain.com/sites/site2/
www.maindomain.com/sites/site3/
How my other sites appear on the web:
www.site2.com
www.site3.com
This works fine for every page until i go to www.site2.com/index.php
It redirects to www.maindomain.com/sites/site2/index.php for some reason
Can WHT'ers please suggest some reliable UK hosts so I can do some research on them? I am just looking for a small hosting account hosting one domain.
View 14 Replies View RelatedIf I go to Hosting Services - Domains and try to switch page, i get this error:
plesk TypeError: item.owner Name is null undefined
And beyond that point, no domains are displayed in Domains...
I want to permanent redirect some .html page from subdomain to main domain WordPress page,Redirect permanent /cat/FSBO76.URL....
View 1 Replies View RelatedI have a problem with my server. I am trying to make a subdomain, and it isn't working. I create it like how in all tutorials says here( click here ) . I completed all fields, but when i try to open the subdomain in a browser page, it's telling me, page not found / page doesn't exist. I have a dedicated server on window server 2008 for my website with a dedicated IP.
View 5 Replies View RelatedRight now my stats system only shows from what website traffic is coming. I have google analytics aswell, and with all its functions, it does not tell me from exactly what webpage traffic is coming, and to what webpage the traffic is coming to.
So, let say someone is sending me traffic from www.reffererxxx.com/cool_video.html to www.mysite.com/super_cool_video.html
My statistics would only show that www.reffererxxx.com is sending traffic to www.mysite.com
Is there a way(a script/service/program) to find out exactly from what webpage the traffic is coming, and to what webpage of mine the traffic is going to?
(I do not have server logs / webalizer / awstats as my server cannot handle the log processing due to high server loads)
after uploading my site to the host, I want to type my domain and the home appears.
At the moment, typing my domian, an generic web host index page appears.
Why don't we use hosting account on other company to backup our server/vps?
there are few company around who offer lot of space an BW. I am thinking to use that account for backup our three VPS.
Is that secure?
I am trying to determine the best design approach for this business need.
There are multiple URLs:
[url]
[url]
[url]
The URLs are going to be specific to a topic but the displaying of the pages is template based. For example, there is 1 JSP page that will display the content for a topic based on an ID.
[url]is ID 1 in my database table.
[url]is ID 2 in my database table.
[url]is ID 3 in my database table.
So I could do a form post to display the specific content for a topic.
Code:
<form name="frmTopic" action=”/topic” method="Post">
<input type="hidden" name="topicID" id="topicID" value="">
</form>
So by populating the topicID and posting this form, it directs to my JSP page and displays the content specific to the topic ID. So if I pass 1, content about cats is displayed. If I pass 2, dogs and 3, birds.
I want to keep the URLs specific to the topic but I do not want to pay for hosting for each site since the only difference from one site to another is 1 page. The 1 page is the page that tells the JSP page which topic to display (I realize I have to hard code the ID number after I add the topic to the database).
Here is my question.
Is there a way I can have a specific index.htm page for each site [url]with one hosting account (I am using GoDaddy)? Then I could have this page redirect to the template JSP passing the ID. I could then put very specific items about the topic on this page to hopefully improve its page rank in search engines.
If this is not possible, I could create an initial JSP page that checks the ServerVariable for the specific URL and then passes the ID… something like this:
Request.ServerVariables("SERVER_NAME")
I am looking for feedback on the best approach so if there is an option that I have not listed that is better, please let me know.
i am about to take on a big account where i will be hosting-developing-designing and doing analysis. im not sure if i should get my own server or transfer this new account to my hosting company (host monster).
im afraid if my server goes down i will not have the experience to rectify it in a rapid speed. is it ok to keep a big account that relies on web traffic and business with a host like host monster and what are the pro"s and con's. i have only done web design and development thus far and the hosting and maintenance is pretty new to me.
How do I stop my add-on domain from appearing in the search engine as a sub-domain? For example, it shows up as example.com/test.com. I only want test.com.
View 9 Replies View RelatedI'm trying to understand how nameservers work. Here is what I would like to do. I'd like to have one nameserver point to my main hosting account and the second one point to another hosting account that I will call my back up host. Is that a proper use of the two nameservers or is that not a good idea for some reason?
View 7 Replies View RelatedI have a question about SSL certs.
How do you transfer an SSL cert that you have on your current hosting plan to new servers hosting plan?
This is on Plesk and on a VPS and I have root access on both servers and both are Plesk if this even makes a difference.
how many visitors bear a shared hosting account, Because if visitor grow it goes down..
View 20 Replies View RelatedMy client wants to point two domain to the same hosting account. I have already setup the first account for him and it works. How can I make it that when I change the nameserver for the 2nd domain to my server it points to the same hosting account as the 1st domain
View 8 Replies View Related