How To Create A Website Using Apache
-
Create website using Apache
Hello all, I post this in the general help section not really knowing where to put it, but I doubt I'll get any real help there, so hopefully you guys can help me out.
I'm looking to create a website using Apache. The only problem is that I don't really know where to start. Can any one help me get started?; how to create your domain name, where to put your html files, how implement python scripts in your code, etc.
Any help would be appreciated!:wq
-
Re: Create website using Apache
HELLo!
You don't use Apache to create a website, you use it to serve (send) a webpage to other people. What you want to do is to find yourself a (x)HTML and CSS tutorial, and learn these two languages. Use any text editor you'd like to write the code, and remember to use W3C's validation service.
Happy syncin'!
-
Re: Create website using Apache
Originally Posted by Hellkeepa
HELLo!
You don't use Apache to create a website, you use it to serve (send) a webpage to other people. What you want to do is to find yourself a (x)HTML and CSS tutorial, and learn these two languages. Use any text editor you'd like to write the code, and remember to use W3C's validation service.
Happy syncin'!
Alright I've been looking at tutorials and got something working (I'm not sure what). I followed this tutorial and that all works. A more refined question is how do I make my site visible to other users. When I'm on my computer I can put in the web address and it connects, but I can't connect to it from a different computer. Once I figure that out I'll be up and running.Edit: When I click on rapache from Applications -> System Tools -> rapache it says that there are unresolved issues with my site. It says I have to normalize the site to manage it. When I click Resolve it freezes. Hope that helps.
Last edited by c0mput3r_n3rD; January 19th, 2010 at 05:44 AM.
:wq
-
Re: Create website using Apache
HELLo!
Trust me when I say that Apache is not necessary at all. It's somewhat similar to ordering a catering firm, just to have them watch you make your own supper.
What you need to do, is to go to sites like W3 Schools, and learn how to use the basic tools first. Once you know HTML and CSS, you can begin to expand into server side scripting languages (like PHP, Python, Ruby (on rails), or similiar). That's the only time you really need to have a web server running locally.
Static HTML-pages are equally well tested when opening them locally form the hard drive, as from a web server.Happy codin'!
-
Re: Create website using Apache
Originally Posted by Hellkeepa
HELLo!
Trust me when I say that Apache is not necessary at all. It's somewhat similar to ordering a catering firm, just to have them watch you make your own supper.
What you need to do, is to go to sites like W3 Schools, and learn how to use the basic tools first. Once you know HTML and CSS, you can begin to expand into server side scripting languages (like PHP, Python, Ruby (on rails), or similiar). That's the only time you really need to have a web server running locally.
Static HTML-pages are equally well tested when opening them locally form the hard drive, as from a web server.Happy codin'!
I know html and I'm learning Python. I really just need to know how to publish my site on the web so the world can see.:wq
-
Re: Create website using Apache
have you tried searching for an apache howto on https://wiki.ubuntu.com ?
I am infallible, you should know that by now.
42 lines of Perl
"My favorite language is call STAR. It's extremely concise. It has exactly one verb '*', which does exactly what I want at the moment." --Larry Wall
(02:15:31 PM) ***TimToady and snake oil go way back...-
SHI-
Home Site
-
Re: Create website using Apache
HELLo!
I would recommend paying for a web host then, or perhaps see if you can find a free one if money is the object. Running a web server comes with a host of security issues, and you really have to know what you're doing in order to run a public web server.
For testing and development, follow slavik's recommendation.
Happy codin'!
-
Re: Create website using Apache
Originally Posted by slavik
:wq
-
Re: Create website using Apache
If you are behind a router or firewall, you need to place the web server inside the DMZ.
-
Re: Create website using Apache
From the Ubuntu Forums Code of Conduct.
If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
How To Create A Website Using Apache
Source: https://ubuntuforums.org/showthread.php?t=1384843
Posted by: boydmixtiffinuel.blogspot.com
0 Response to "How To Create A Website Using Apache"
Post a Comment