I am primarily a software developer and have limited experience setting up servers. I have been tasked with creating an HTTP/HTTPS server for use testing. What are some good guides/online resources for learning how to do a basic Apache HTTP set up? Nothing too complicated, just a good beginners guide. I am using Ubuntu Linux.

Edit: To be even more specific, here's a few things I definitely need to do:

1) Install the apache HTTP server into Ubuntu

2) Get it to host a server on 127.0.0.1 that just throws up a basic HTML page, nothing fancy, just hey here I am!

3) Be able to modify outgoing headers and read incoming headers

4) Be able to do all the same stuff in SSL/TLS

link|improve this question
1  
Windows or Linux? – jer.salamon Jul 27 '10 at 11:53
Ubuntu Linux, sorry should have specified. – themaestro Jul 27 '10 at 12:01
feedback

4 Answers

up vote 2 down vote accepted

Howto Forge has plenty of hand-holding tutorials.

LAMP on Ubuntu 10.4

link|improve this answer
feedback

It is a very boring answer but you can't really go wrong with http://httpd.apache.org/docs/

I think it is well written and should be able to guide you through regardless of level.

link|improve this answer
feedback

Also the ubuntu documentation has a page on this subject. See here: https://help.ubuntu.com/community/ApacheMySQLPHP

link|improve this answer
feedback

Most important, make sure it isn't reachable over the interwebs for the start ;-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.