Sponsored Content
Top Forums UNIX for Dummies Questions & Answers MilesWeb.com shared hosting or unlimited hosting plans? Post 302903409 by Guruguy on Tuesday 27th of May 2014 01:09:22 PM
Old 05-27-2014
MilesWeb.com shared hosting or unlimited hosting plans?

I want to host a website in India, after all my research I have found MilesWeb.com, I am planning to go for their shared plan http://www.milesweb.com/cpanel-hosting.php I have test their contact options and response time, they are really available 24/7. I have checked few other providers, they offer unlimited disk space and bandwidth. Should I consider unlimited hosting plan or a package with fixed resources?
 

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shell hosting

Hi, IMA nOOb; I would greatly appreciate it if anybody could shed some light on this subject. For example I want users to login using ssh or ftp and not be ABLE to leave their userdir so they cannot view any directories outside of the /home/user so they can't cd / ls Sorry... (5 Replies)
Discussion started by: scuzoid
5 Replies

2. UNIX for Advanced & Expert Users

virtual hosting

Running Open BSD 3.3, Apache 1.36 and Bind 9. Vhost www.example.com resolves find but can't resolve example.com. Set ServerName and ServerAlias My main server resolves both find www.examplemain.com and examplemain.com (1 Reply)
Discussion started by: bluehell
1 Replies

3. UNIX for Advanced & Expert Users

Shared hosting, how to install programs and libraries in your home folder

Hi all I hope I am posting in the right section. If not please excuse me and redirect me to the right section. Here is my problem: I am using a shared hosting plan at Godady. I have shell access and of course my own folder. I would like to be able to install programs in my own folder... (4 Replies)
Discussion started by: PiniFarini
4 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 06:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy