Using A VPS To Provide Internet Access Via ADSL Line
Jan 10, 2008
This might win me the "stupidest idea 2008" award but I was wondering..
I have an active ADSL line at home but I don't have an active account at an ISP.. Could I somehow get Internet access through my VPS (for a week or so, till my new ISP activates my account)?
View 6 Replies
ADVERTISEMENT
Jan 15, 2007
i have a win 2003 server and iis6
i have about 300 sites i will change my internet line
to change all web sites ip's to new ip in iis how can i do that?
View 0 Replies
View Related
Apr 30, 2009
how to add a mysql access host by command line? or or how to add a mysql access host through an sql query?
View 3 Replies
View Related
Jul 2, 2008
My server is new from SoftLayer when i try to restore Data Base He Give Me this Massege
ERROR 1044 (42000) at line 15: Access denied for user 'mov_uu'@'localhost' to database 'mav2'
i try to restore another data base he give Also A masseges
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
And i have Upload Center It Was Work 100% Suddenly He give me
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request
------------------
also
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required '/home/nameofuser/public_html/vb/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
View 2 Replies
View Related
Oct 12, 2009
i m a part of development team and i can't find way to test site url while defining website on DW when it says whats your site url. what the other guys r entering are my ip and folder name like [url]is this the right way?
View 7 Replies
View Related
Jan 16, 2007
I have a local webcam that I want to access it over the internet. I have a static IP from SBC (my internet service).
I connected the internet line directly to my router/modem/switch (all in one), my computer (192.168.1.100) to a port on the router/modem/switch, and my webcam (192.168.1.101) to another port on the router/modem/switch. I am able to access and view my webcam locally [url] from my home pc.
Now I want my friends to access and view my webcam over the internet. How do I configure it so I can access the webcam from [url]?
View 3 Replies
View Related
Oct 16, 2009
does any one have any advice on choosing a free remote desktop which runs on mac osx to access my vps via the internet , which i recently acquired.
View 7 Replies
View Related
Jun 19, 2007
I am interested if anybody knows who provides mobile satellite internet access?I would like to access the internet from anywhere in the world?. What are the costs? Do they have different speed plans?
View 1 Replies
View Related
Feb 29, 2012
I have XAMPP server which works fine. When I wanted to load webpages through my lan network it said I need to edit httpd-xampp.conf. When I try to load from internet there is no connection at all. I changed httpd-xampp.conf from this
Code :
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from 127.0.0.0/8
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
View 3 Replies
View Related
Oct 28, 2012
I recently installed Apache/2.0.64(win32)on my Windows 7 machine and am having a problem with external access. The installation appears to be good as it shows all services running and I can access a basic index.html file through 127.0.0.1
I have ruled out any router or firewall issues and am fairly sure the problem is with the httpd config. But the only changes I've made are to the NameServer and Listen directives, so I'm lost for an answer to the problem.
The NameServer is set to my actual IP address while the Listen one is set to my servers internal IP address, but I have tried switching them around with no success.
The other thing I don't know is if I need to have SQL and myPHP installed just to check basic functionality.
View 1 Replies
View Related
Oct 25, 2009
I am thinking of bonding several ADSL connections at my house in order to get a faster upload speed to my servers.
Does anyone know of any good routers out there that could do this job (Cisco or HP would be preferred, but any brand is okay)?
View 2 Replies
View Related
Jan 14, 2009
I'm working with a non-profit and we're looking for an inexpensive hosting but we also need to be able to access MYSQL (port 3306) through the internet.
We use Crystal Reports and need to get to the database directly for reports.
View 12 Replies
View Related
Jul 1, 2007
I recently looked at my secure and mesaages log and have been getting a lot of failed SSH root login attempts. So I thought I better do something about it.
Ideally I want to allow SSH login from just 3 remote public IP's, and block all others from even trying
How would you go about implementing this?
I have tried using IPTables, but I think im getting the rule wrong somewhere.
Here is what I have:
Code:
## Access to SSH from Pre-approved IP Addresses ONLY ##
iptables -I INPUT 1 -p tcp --dport 22 -s 123.123.123.123 -j ACCEPT
iptables -I INPUT 2 -p tcp --dport 22 -s 123.123.123.124 -j ACCEPT
iptables -I INPUT 3 -p tcp --dport 22 -s 123.123.123.125 -j ACCEPT
iptables -I INPUT 4 -p tcp --dport 22 -s 0.0.0.0 -j DROP
However this still lets me login from IPs not in the list above?
View 8 Replies
View Related
May 21, 2009
in ssh i try create new database
root@server1 [~]# mysql -uumar_cs -ppassword umar_cs </home/umar/public_html/localhost.sql
it is show direct
ERROR 1044 (42000) at line 21: Access denied for user 'umar_cs'@'localhost' to database 'umar_cs'
i try from script same message
i think maybe the problem from the size in this file
/etc/my.conf
set-variable = max_connections=500
i change to
set-variable = max_connections=500M
and restart mysql
and i try create same problem!
View 10 Replies
View Related
Jan 12, 2007
To provide Shared SSL on cpanel linux, need to install SSL on WHM and let client to use/access like [url]. However, it can alwasy lead to abusing of bandwidth because with accessing[url], they can use server's bandwdith, not client's.
Is there anyway to prevent it? so only enable [url]? instead of using firewall to block port or like that.and enable [url
View 7 Replies
View Related
Apr 13, 2008
I'm planing on virtualizing my server and selling off windows 2008 virtual machines running on windows server 2008 hyper-v.
Is it common for people with dedicated servers to sell off virtual slices?
View 5 Replies
View Related
Jul 9, 2007
Is it common for 10-15$+/month to provide only 1 database?
View 12 Replies
View Related
Mar 4, 2009
I am looking to get hosting for site that I want to build. At the moment I am looking for shared hosting. Things that I need from the host are unlimited MySQL databases, Unlimited Domains/Sub-Domains, 5GB Disk Space and 10 GB Data transfer. My budget is about $10/month. I know hostgator provides 1 month for 1cent after coupon. I know hostgator oversells but their plans meet my requirements and from what I have read here they aren't too bad. Are there any other hosts that provide the first month for free or close to free, I would like to try out the hosting service for a month to see for myself how they are.
View 13 Replies
View Related
Feb 7, 2009
Does anyone know of a company that provide backup service
I need to be able to FTP in and upload/download.
It is to upload backup files from my shared hosting account, so I have a backup.
View 4 Replies
View Related
May 2, 2009
i want to ask about best companies that provide backups spaces
View 14 Replies
View Related
Apr 15, 2009
I am a front end designer/developer with no server-side expertise. I am probably going to have to provide hosting to my freelance clients very soon. These would be small WP sites with low traffic, but there could be as many as 50 domains being hosted at a time just to begin with.
I need the host provider to do all the tech work and provide support to me, if not to the clients (who will inevitable contact me to deal with problems, which is OK). I am not able to manage/troubleshoot my own server.
I am considering Mosso/Rackspace, but recently I've heard some very negative comments on forums (such as this one) that are concerning me.
Does anyone have a recommendation given my needs and experience level with servers/hosting? I am not looking for a "cheap deal" - I need reliable service and peace of mind.
View 10 Replies
View Related
Sep 25, 2009
I mean like no ID checks and they provide instant setup if I am paying by paypal. I know credit card they find it risky but I am paying with paypal they should not ask for any ID verification and Hostgator claims they provide instant setup but its very rare they flag your order even if you pay by paypal.
View 14 Replies
View Related
Nov 12, 2008
As the subject implies, does anyone know of any VPS providers that provide free OS reloads, if at all possible? The reason I'm asking is because I am planning on building my Linux system administration skills, allowing me to eventually manage my own server. I am real competent when it comes to Windows, however, I really don't want to use it as much as possible.
So if you know of a VPS provider that provides free OS reloads, I would be real grateful if you could share them to me.
View 14 Replies
View Related
Feb 4, 2008
I want to register a domain from some organization. During the registration the registrar asks me to provide a primary DNS with an IP address and a secondary DNS with an IP address.
Because I have already a website with a godaddy hosting, I want that may new domain also points to my godaddy hosting. So I have to provide the DNS of my godaddy hosting to the domain registration company.
But my question is; Which IP address do they require? Do they ask me the IP address of my DNS’s (NS43.DOMAINCONTROL.COM, NS44.DOMAINCONTROL.COM) or the IP address of the server on which my website is running.
View 7 Replies
View Related
May 13, 2008
in my country 99% of web masters do not know what cpanel is!
they hardly have any other way of controling things
they use ssh or telnet or ftp and send a support request
now my question how many percentage of hosting companies in the world do not provide cpanel?
And if you as a host do not provide cpanel how should you expalin that to the client?
Is cpanel really necessary?
View 14 Replies
View Related
Mar 28, 2007
I have a web server for shared hosting and I'd like to know if it's possible to offer Jabber. It seems Jabber is not like MySQL that is suitable for a shared environment, right? Is there a way for each account to have its own Jabber server?
View 0 Replies
View Related
Apr 30, 2009
I currently host a few sites for small businesses and teachers on my multi-addon shared account. However, I know some companies will provide free hosting or some other deals such as free months or credit or money for referring clients. What are some of these companies that do this?
View 14 Replies
View Related
Dec 10, 2008
Any good recommanded dedicated server providers which allows Warez linking?
View 11 Replies
View Related
Aug 12, 2008
hi i was planning to buy one server from pacificrack and while googling about pacificrack i found this site
and saw many content about pacificrack here...so i just registered just by thinking that
i can get best suggestions here from industry experts
so anyone one here using pacificrack ? are they reliable and good company?
View 7 Replies
View Related
Dec 8, 2008
I am in a process searching for a well know hosting company provide over 20gb bandwidth transfer per month. I am currently using 1and1.com for titan.
I found softlayer and they only provide 10gb max and cost $1800 per month.
View 12 Replies
View Related
Feb 2, 2008
I find that I like using CPanel with addon domains in a new unlimited domains shared plan rather than using WHM with each name having its own CPanel in a reseller plan (which I have been used to until now at another host). The only problem is that all the addon domains are out of order - they are not even in the order in which I add them. This puts a damper on things and makes managing them much less efficient than one would expect with the addons in order.
After putting in a support ticket, I was told they can't do anything about it at all. They told me the order of the listing is the order in the "mail server apache configuration."
After posting this matter here in the Apache forum, I have been informed by an SP member that the answer I got wouldn't hold any water at all, or more accurately, consists of a whole lot of smoke. As a person who knows how easy and basic it is to sort data lists or drop-down form selector fields myself, I must admit that it's hard to believe nothing can be done in the 21st century.
I have no desire at all to go with another reseller plan, and like using CPanel instead with addons.
Does anyone know of the good and well known unlimited domain hosting providers who keep the addon domains in order within CPanel? Is there any other good option for shared hosting that doesn't involve using WHM and does offer common sense multiple domain management where everything is in order?
View 4 Replies
View Related