Types Of Websites

Oct 8, 2008

what are all the different types of websites? i know there's e-commerce, forums, blogs, personal and etc. what are some other types of websites people start?

View 9 Replies


ADVERTISEMENT

How Many Types Of Hosting

May 6, 2009

Types of hosting:

1.Free web hosting service

2.Shared web hosting service

3.Reseller web hosting

4.Virtual Dedicated Server

5.Dedicated hosting service

6.Managed hosting service

7.Colocation web hosting service

8.Cloud hosting

9.Clustered hosting

10.Grid hosting

11.Home server

View 13 Replies View Related

RDP Access Types

Apr 6, 2009

to add a new terminal user to my windows vps.

Could anyone explain what are the differences between these 3 access types?

The type of access to be granted: 0 = WINSTATION_GUEST_ACCESS

1 = WINSTATION_USER_ACCESS

2 = WINSTATION_ALL_ACCES

View 2 Replies View Related

Editing Mime Types

Aug 27, 2008

Whenever I try to validate a page on my website it says it's invalid because the mime type is incorrect.

If I add this code to the top of the page:

PHP Code:

<?php
header("Content-Type: text/html");
?>

The page then becomes valid.

How can I update the mime type on the server so that I wont have to add this code to every page?

My server is a VPS running Apache with Plesk. I have SSH access.

View 3 Replies View Related

FTP- Limiting Types Of Access

Mar 30, 2008

Is it possible to setup ftp accounts that have the ability for the users to view files on the server and upload their own files, but not download anything from the server? If so, how would this be done, if not, then as a 2nd option, do most hosting companies provide the option to disallow downloads on an ftp account if you need to do so, but allow uploads?

View 4 Replies View Related

Different Local Remote Server Types

Mar 22, 2007

I cannot find a suitable forum for this query so here goes on this one!

I am doing a charity site as a voluntary exercise. They currently host with Eclipse who have the Zeus server (site developed in Frontpage).

This is not an open source server. Thing is, what are the issues of say developing on my loacal machine (apache or IIS5) and having the remote being Zeus. I use Dreamweaver 8 for developing.

I would of thought this does not matter as the server technology is transparent and down to configuration files. The directory structure both ends can be the same.

Am I right to go ahead and not worry about this?

View 1 Replies View Related

Mod_deflate Issues - Not Respecting MIME Types

Jun 8, 2008

I've got mod_deflate set up with Apache with the following line in httpd.conf:

Code:
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript
</IfModule>

It works well, for most things.

The issue I'm having is that mod_deflate is compressing binary data, outputted from PHP scripts as well (undesirable).

The script sends a Content-Type: application/octet-stream header, so I'm guessing that mod_deflate is simply not looking at headers generated by the script before compressing output.

I've even changed the default MIME type for Apache to application/octet-stream but to no avail.

Note that static content which has a defined MIME type doesn't get compressed - it's only the output generated by scripts.

Also, there is no defined MIME type for the .php extension.

I've also tried to disable the filter for certain directories, however, Apache doesn't seem to have an opposite to AddOutputFilterByType (although it does for AddOutputFilter (RemoveOutputFilter)). Also, I can't seem to stick in a negative <Directory> command either, which is a pain :/

View 0 Replies View Related

MIME Types :: Audio/x-scpls & Video/x-ms-asf?

Sep 18, 2008

i run an Internet radio station, and my current web host doesn't support the MIME Types i need for people to be able to click on the links to listen to it

so im looking for a new web host with cpanel preferably. and supports these MIME Types

PLS - audio/x-scpls
ASX - video/x-ms-asf

View 7 Replies View Related

Plesk 11.x / Linux :: Mime Types For Newer Office Files

Jul 24, 2014

I'm running plesk 11.5.30 and I'm having an issue with the new word doc format (.docx) being recognized as a zip file. I've read several posts that explain what mime types to add, and I've found the spot where I need to enter them. The part I'm not sure about is whether the custom mime types field is an addition to the current mime types or a replacement list. Does that field just needs the new mime types or a full list?

View 1 Replies View Related

How Do Websites Get Hacked?

Oct 20, 2008

Every now and then I'll run into a website that has a message that says it was hacked by a certain hacker. How exactly do this? Do they hack into the actual server or do they somehow get a hold of the website owners FTP info?

View 10 Replies View Related

How Many Websites Can Stand On VPS

Oct 19, 2009

how many websites can stand on VPS with following configurations?

I'm asking this because Can I install whm reselling script like whmphp? or WHM Reseller creator?

It enables to create master reseller and whm reseller respectively. So there will be huge number of websites, databases, emails hosted on VPS
So which one to choose?

1.
Disk space - 10 GB
Bandwidth - 200 GB
Burst. RAM - 256 MB
Gurnt. RAM - 128 MB
Max CPU Usage (per CPU) - 80 %
OS - CentOS 5.3

2.
Disk space - 20 GB
Bandwidth - 400 GB
Burst. RAM - 512 MB
Gurnt. RAM - 256 MB
Max CPU Usage (per CPU) -
OS - CentOS 5.3

3.
Disk space - 30 GB
Bandwidth - 800 GB
Burst. RAM - 1024 MB
Gurnt. RAM - 512 MB
Max CPU Usage (per CPU) -
OS - CentOS 5.3

View 14 Replies View Related

How Many Domains/websites On A VPS

Oct 17, 2009

I have a pretty 'beefy' VPS (Future Host 'Titanium' plan, 1Gb RAM, equal share, 750 Mb bandwidth, 50Gb disk).

I'm using it mostly to host relatively small, low-traffic Wordpress sites. Right now, there are about 40 domains & blogs set up.

The majority see only a few dozen visitors per day. A few have traffic around 100 visitors, and 1 or 2 may get up to 500 per day.

My question is, what might be a comfortable limit on domains/blogs I can host before I should start thinking about adding a 2nd VPS?

View 6 Replies View Related

Can't Connect To Outside Websites

Jul 30, 2009

We can't resolve any outside websites, for example wget won't resolve any websites.

elvis:~# wget [url]
--2009-07-30 03:12:15-- [url]
Resolving g-ecx.images-amazon.com... failed: Temporary failure in name resolution.
wget: unable to resolve host address `g-ecx.images-amazon.com'
elvis:~#

How can we debug this? Its just started to do this, before it was fine for months.

We can resolve IP addresses fine.

elvis:~# wget [url]
--2009-07-30 03:18:08-- http://206.251.77.82/~proxy/images/b...ntent-view.png
Connecting to 206.251.77.82:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 241 [image/png]
Saving to: `background-content-view.png'

100%[======================================>] 241 --.-K/s in 0s

2009-07-30 03:18:08 (63.8 MB/s) - `background-content-view.png' saved [241/241]

elvis:~#

View 2 Replies View Related

How Can I Host My Own Websites

May 15, 2009

I have three domains that I want to host myself on my own computer. Two are temporary sites that I only put up on Memorial Day weekend for the Detroit Electronic Music Festival or Movement 09 to direct people to my after parties and the other site is a two page bio site for myself. I have a very tight budget this year and I can't afford to pay for web hosting all year round when these are only temporary sites even though I own the domain names all year round. I do know some of the promoters for the festival do the hosting themselves.

View 14 Replies View Related

Websites Timing Out

Mar 10, 2008

I'm not sure why my brand new dual proc quad core xeon 2.5ghz harpertown gets time out when the server load is under .5

Like it'll be running ultra fast and suddenly, I can't get into ssh, whm, my websites or anything. When I ping it, no reponse. Is it because it restarted itself?

View 4 Replies View Related

How Come The Big Websites Never Have Downtimes

Jun 14, 2008

Just out of curiosity, do the big boys deploy hosting solutions that are different from the ones we know?

They never complain of Network Outages or Hardware failure. How come the likes of Yahoo, Facebook, Youtube and the others are always there any second you need them?

View 14 Replies View Related

How To Access Websites

Jul 24, 2008

Earlier when my client's domain was not resolved he used to easily access his website using [url]

But after putting in the openbase dir protection they cannot access the site anymore.

how can the user view their site when openbase is protected?

View 1 Replies View Related

For Streaming Websites

Oct 31, 2008

If one video was ~128MB and I had 800 videos, and if I had 3000 views on each video, then would a 100mbps line be able to handle that?

View 14 Replies View Related

Websites Are Not Loading

Feb 2, 2007

This is a little wierd, I am not able to see any of my websites on my home network, but from anywhere else it seems too load just fine. Even when i go through a proxy site they load. I'm still able to get to WHM and cPanel from my home but the websites themself do not load.

this started happing yesturday and after a few hours it seemed to work again on its own.

View 5 Replies View Related

Some Of My Websites Haf Been Hacked

Jun 8, 2007

i have a reseller account with canaca.com the safe mode &security mode are on! and everythings was great! till those hackers bastards appeared! they somehow could upload a php shell files to my websites! and then they deleted everythings in 4 of my websites!
i contact my tech support and they restored my websites and i checked that there is no shell files! next day,my websites hacked again and there was i php shell files in them!
i deleted those god damn files and i deleted the page that the hackers put in my websites! you security is zero,and we will hacked the entire server.., but after 3 hours the pages returned and the shell files are there! i dont belive that! the
unbelivable this is that when i want to run those php shell files the safe mode stoped them doing anythings! so how can those bastards do what they do?how can they ulpload the files in the first place? is there any soultions to this problem! cause i restored my websites about 3 times now and everyting i restore it they hacked it again and again!

View 13 Replies View Related

Cannot Access Websites

Jan 17, 2007

I think I broke my server. I was trying to install Zend Optimizer, but it didn't work.

After doing some research, I found out that I needed to disable selinux. After doing so, I rebooted. Then I installed Zend Optimizer and rebooted again.

Since then, all my websites have been inaccessible. I can access my server through Plesk control panel, but connection to my websites just timeout.

What can I do to fix this?

Edit :
I can access my sites via FTP as well.

Edit 2 :
I tried starting Apache with the following command :

Quote:

/sbin/service httpd start

...but it keeps on telling me that the service is already in use.
It seems like TCP is bound to port 80.

View 1 Replies View Related

UK VPS For 15 Websites And VPN Server

Jul 3, 2007

i currently have a reseller server in the states but ive seen for the money im paying (and im not using the space actually) i can get a VPS server here in the UK which i can combine for webhosting and other development projects. I am after a UK based VPS for the following requirements:

Host 15 websites

Access the box remotely and dial-in to the box which needs to be configured as a VPN server (the box will act as a router, i presume masquerading on eth0 for the connected vpn clients to go out through the server and onto the net).

Traffic will not be too high, maybe around 75GB per month.

Around 3-4 websites run forums on (small size phpbb) and the other sites are again small and mostly used for email.

I will need full root access and maximum configurability.

Preferably Suse 10 as i have worked with that before but i am open to suggestions on other OS. I need to configure the pppd service and easier this is via the OS the less time i have to dig in scripts and terminal! I wouldnt mind windows but on a VPS this will be a resource drain so i am happy to get more performance from the box by sticking with smaller footprint of linux.

Plesk for website management, or cpanel, i dont mind either way.

I dont however know how much CPU/RAM i will need, what is a sensible amount? I dont think my requirements are too strenuous, what would be a good sensible amount of RAM to select to allow me to host say 50 web sites in future?

I have heard good things on the forums for the following:

a2b2.com
cheapvps.co.uk
1and1.co.uk

I know you get what you pay for so i do need something reliable, but if people say the service from the above sellers is good i will go for them as the price is fantastic. It would be great to hear of other recommendations also.

View 6 Replies View Related

How Do Websites Know IP Addresses

Apr 29, 2007

Does the client tell the site or a third party internet "authority" do so.

I've heard a guy that make a program that keep changing our IP. How can anyone do that?

I thought it requires a proxy to hide your IP. You can't just "lie" to a server right?

View 1 Replies View Related

VPS You Can Host Multiple Websites?

Apr 27, 2009

So with a VPS you can host multiple websites?

Do certain packages come with WHM where you can make an account for each of your domains?

Also, what is the importance of having more IPs? Does having 1 IP allow me to have only 1 site hosted?

View 9 Replies View Related

Multiple Websites On One Server

Jun 16, 2009

we have one dev server that is hosting a website. I would like to use the same server to host another internal website. Can i do that?

I am using Linux centos OS.

View 8 Replies View Related

Hack Erases 100,000 Websites

Jun 9, 2009

Don't know if anyone else saw this.

[url]

Once again points out the importance of backups.

View 5 Replies View Related

Check Websites Before Dns Propogation

Feb 23, 2008

I used to check new websites before dns propagation by adding an entry to windows/system32/drivers/etc/hosts file and used to work perfectly. But now days I think IE7 and Firefox 2 is bypassing the hosts file and the method is not working.

any alternative method to check the website before dns propagation?

View 4 Replies View Related

Websites Email Going To Spam

Sep 16, 2008

I currently have a problem with my websites email going to spam. Most of the mail my website sends out, responses to registration, lost passwords etc...gets sent to spam. I have never used this site to send mass email or newsletters. I was thinking of getting an external hosted email solution, but wanted to know what you thought is the best solution for this and what you use to send out emails from your site.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved