Computer Forums

Computer Forums (http://www.geekboards.com/forums/index.php)
-   Building Websites (http://www.geekboards.com/forums/forumdisplay.php?f=3)
-   -   how to setup apache (http://www.geekboards.com/forums/showthread.php?t=62)

cantstraferight 04-21-2006 08:18 PM

how to setup apache
 
I was trying to setup apache last week.

I was able to get it installed and I could put files on it.

But if I had a file called index.html it wasn’t opened automatically by going to the directory.
Does any one know how to set it up correctly?

Not_My_Style 04-22-2006 08:52 PM

No, I had problems getting my Apache server to work as well. I lost my Web hosting and I needed a way to test my PHP coding. Someone post if they know please.

etali 04-24-2006 03:52 PM

I recommend you google FoxServ and install that - its Apache+PHP+MySQL, and it does all the work on the config files for you. Very handy if you just want it to work out of the box :)

rijulraju 04-24-2006 08:04 PM

You can also use Abyss web server. Its basically a very simple and easy to use web server thats completely hassle-free. I got Abyss, MySQL and PHP up and running within 30 minutes.

Label Printers 11-30-2009 12:48 AM

I recommend you to use WAMP 3.0 just install this you dont need to install anything else. just put you site under root folder and run from browser that's it.

dvdreplication 05-21-2010 07:43 AM

Apache server is used to configure the PHP and all web based programming languages. Apache server is one of the most popular server used by the web programmers all over the world.
________
RV90

innoshare 07-08-2010 10:54 AM

Check DirectoryIndex in httpd.conf
 
If your Apache install isn't opening index.html and is instead showing directory contents or an access denied message (and you don't want that), you need to check the following config entry in your httpd.conf:

Make sure you have index.html specified as a DirectoryIndex file:
DirectoryIndex index.html
*you can add other file names like index.php, etc. if you want Apache to serve them up instead of trying to do a directory list or giving an access denied message.
__________________
Atlanta Internet marketing | Atlanta web developers


All times are GMT -5. The time now is 09:42 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.