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: how to see php files for a site:
Author
windy



Joined: 19 Sep 2008
Posts: 40

PostPosted: Tue 23 Sep '08 1:38    Post subject: how to see php files for a site: Reply with quote

now that i have apache running how to do i see my site (local) 8080 that will show my files that are related to one another?
do i need mysql module for apache 2.2.9
do i need to set a directory for the files within Apache conf or htdocs?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Mon 29 Sep '08 19:42    Post subject: Reply with quote

Quote:

how to do i see my site (local) 8080 that will show my files that are related to one another?

I quess open http://localhost:8080 in your browser is a good start--

Quote:

do i need mysql module for apache 2.2.9


For apache itself NOT. What do you wanna do with MySQL?

Quote:

do i need to set a directory for the files within Apache conf or htdocs?


You don't have to. There is set a document root by default.
If you want to know which one it is, search for DocumentRoot in your httpd.conf



How to setup PHP for your apache, you may see our tutorial

http://www.apachelounge.com/viewtopic.php?t=2394

If you still have a question please ask again.
Back to top


Reply to topic   Topic: how to see php files for a site: View previous topic :: View next topic
Post new topic   Forum Index -> Apache