logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: okay, i'm a newbie at this...
Author
utopia



Joined: 19 Jun 2006
Posts: 2

PostPosted: Mon 19 Jun '06 22:30    Post subject: okay, i'm a newbie at this... Reply with quote

I downloaded the apache server today, the windows installer version, entered the required information and it said it installed successfully. how do i start using the apache server and editting my data? the purpose was for phpnuke, which my host says has been tried, tested and works on every site.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Mon 19 Jun '06 22:48    Post subject: Reply with quote

What version of Apache did you install ?

Every start can be difficult.

I suggest that you (try) to read the documentation at http://httpd.apache.org/ , also a very a good guide you can find at http://mpcon.org/apacheguide/apache.php .

Indeed phpnuke works fine with Apache, you have to install then PHP and MySql.

Steffen
Back to top
utopia



Joined: 19 Jun 2006
Posts: 2

PostPosted: Mon 19 Jun '06 23:43    Post subject: Reply with quote

thankyou...i followed the instructions on the guide but i still do not understand all this...i may sound a little stupid...I did try to read the manual, and the part on windows, and the one i installed was 2.2, but i still have no clue how to sort out uploading...when i go to the page i was told to (http://localhost, the place i configured it to) it just comes up with It works! in large letters
Back to top
pnllan



Joined: 05 Dec 2005
Posts: 221

PostPosted: Tue 20 Jun '06 10:04    Post subject: Reply with quote

The "It works!" page means that Apache is working. You have to move your files into the folder that DocumentRoot is set...
OR
You need to set your DocumentRoot to another folder that contains your web files (*.html, *.php, etc...). Find this in the configuration file (httpd.conf - can be found in the CONF folder under Apache installation folder)

Code:

.
.
.
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#

###  HERE HERE HERE - either put your files in this folder or change to the folder you want - NOTE the forslashes used in the paths####
DocumentRoot "c:/Apache2/htdocs"
.
.
.
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "c:/Apache2/htdocs">


..
.
Back to top


Reply to topic   Topic: okay, i'm a newbie at this... View previous topic :: View next topic
Post new topic   Forum Index -> Apache