I decided I didn’t want third party hosts cause they just want your money. I don’t have an apache server or anything. Just DSL connection on my laptop.
Related Product:
How to Host your own Web ServerHave you ever wondered how difficult it would be to host your own web server or web site on your own computer for everyone on the internet to see? Why... Read More >
I use Windows-XP(professional) with broadband internet connection. For downloading and using PHP/MySQL on my PC, I wish to know whether my server is a Personal Web Server or not and whether I have a local host or not. If it is not, then I’ll have to download the Apache server. How should I decide upon it?
Host Your Web Site On The Cloud is a step-by-step guide to hosting web sites on Amazon EC2. Authored by Amazon's Senior Manager of Cloud Computing ... Read More >
Basically I have Apache 2.2 set up on my windows server with PHP & CGI installed, and basically I have 2 domain names that I want to host with on my server – 1 of the domains I want to point to one location in my web folder on my server and the other domain I want to point to another folder. I have followed numerous tutorials online about how to set up VirutalHosts and when I did this, I got a 403 forbidden error when visiting either of the domain – When I checked the error and access logs, there was no problem by the looks of things. Could anyone give me some detailed advice on how I would set this up or if there is a piece of software that will easily allow me to do this?
Thanks in advance
Related Product:
How to Host your own Web ServerHave you ever wondered how difficult it would be to host your own web server or web site on your own computer for everyone on the internet to see? Why... Read More >
A Brief Insight into using wordpress. And a good 24/7 Support site to use it with. Many people believe they are only for beginers. This is NOT ture! Please go to: To buy your own very cheap webhost with free one-click installs for FREE. This is cheap so grab now before prices go up. Over 40 script including popular scripts like Wordpress seen here. Remember:
This is exactly what you need:http://httpd.apache.org/docs/2.0/vhosts/
You also may try this:
This is called “virtual hosting”, and it’s a very routine thing to do
with apache. Requests for a site by name get routed to the proper
directory on the server. Mac OS X Server does this through the admin
interface.
It’s very easy. In Server Admin (Server Settings on 10.2.x Server), go
to the Web Settings, and then to Sites. When you make a new “Site”, you
tell it what the DNS name of the site is, and which directory is its
document root on the server. That’s it. So let’s say you have
www.foo.org and www.bar.com, two completely different websites. You’d
make one entry for www.foo.org, and tell it that its document root is
whatever you wish, e.g., /Library/WebServer/FooSite. And you’d make one
for www.bar.com, with a document root of, say,
/Library/WebServer/BarSite. (The directories can be anywhere; they
don’t have to be in /Library/WebServer. I usually keep mine, there,
though, and I usually name the root the same as the primary url of the
site. So if I have a site like testing.org, I’ll make its document root
/Library/WebServer/testing.org.) You’ll also probably want to have
different access and error logfiles for each site. It’s one of the
settings you can specify for each site; I usually make them something
like /var/log/access_log_testing.org to keep them straight.
That’s it; that’s how OS X Server does virtual hosting. You just have
as many DNS names as you want/need pointed at the IP address of OS X
Server, and tell OS X Server’s web settings what to do when it gets a
request for that particular name. There is a lot more that can be done,
but that’s basically it.
One more thing that is commonly done, but doesn’t have functionality
exposed in the GUI, is wanting aliases for virtual hosts, i.e., if you
wanted both “foo.org” and “www.foo.org” to both work for the site. One
solution would be to make two identical virtual hosts with the
exception of the DNS name, but that’s dirty. The way to do it is to add
a ServerAlias line to the virtual host entry that ends up getting
created by OS X Server. On 10.2.x it’s in
/etc/httpd/httpd_macosxserver.conf, and on 10.3.x they’re in individual
virtual host files in /etc/httpd/sites. Anyway, you’ll see something
like:
ATT/SBC – Residential – Elite DSL package.
I’ve got apache set up on my computer and I want to host my own php/mysql web site.
How much usage before they slap on additional charges, bump me to a commericial account, or suspend my account?
Hi all,
i want to clarify if i can create a web page in vb.net and host it in Apache server. can u please point me to some tutorials? thanks in advance.
Regards,
Karthik
Host Your Web Site On The Cloud is a step-by-step guide to hosting web sites on Amazon EC2. Authored by Amazon's Senior Manager of Cloud Computing ... Read More >
First, when i said “good seek time, which is about 7200rpm” i meant to say “good seek time” and “a hard drive speed of about 7200rpm”. This video is a tutorial about how to set up an Apache web server. If you are tired of searching for a hosting provider and paying 90-120 dollars a year and yet they still do not give you everything you need, it is time to do it yourself. With apache you can build…
This video will show you how to partition a hard disk drive and setup virtual hosts on them. You will need to use a second hard disk because you wont be able to partition the hard disk that your system is on. In the end you will be able to limit the total size of a web site so your friend wont take up to much of your bandwidth. We are using windows XP. Site for the codes sites.google.com Site of t…