diskvasup.blogg.se

Apache web server windows msi
Apache web server windows msi





apache web server windows msi
  1. Apache web server windows msi install#
  2. Apache web server windows msi zip file#
  3. Apache web server windows msi software#
  4. Apache web server windows msi windows 8#

Any changes you make to the nf file will require a restart of the web server (close it and open it again) to take effect.Windows Web Server Configuration. If you want to enable mod_rewrite on your Apache server, search for the line that contains mod_rewrite.so (in nf) and remove the preceding pound sign (#). I use wwwroot for my document root because I originally started on IIS. To do this, open the nf file again and change the location for the DocumentRoot and the following line (approximately lines 241 and 242). You my want to move your document root somewhere other than the default htdocs folder. There will already be a simple HTML file in there. Your server uses the web files in your htdocs folder, which is here: With your server running, you can use localhost (type it into your browser, like: to access your web files. You can stop your server by closing the window. Keep it minimized while you want your server to be running. This is good, meaning there were no error messages. Your server is now configured and should be functional. This tells windows that when you try to navigate to localhost in a browser, it should direct the requests to your own computer (which your server now resides on). Open the hosts file with a text editor and add the following line before everything (on its own line):

apache web server windows msi

Add index.php in there or any other files you need your server to recognize as index files. Scroll down to the line that has DirectoryIndex index.html (approximately line 275). Then change the line directly below it to match the new position: Change it to reflect the position of your document root, which should be:ĭocumentRoot "C:/Program Files/Apache24/htdocs"

apache web server windows msi

Find the line that starts with DocumentRoot (approximately line 241). The document root is where Apache looks for your website files. This will mean that you access your web server by typing localhost into your browser ( DocumentRoot

apache web server windows msi

Remove the pound sign (#) that precedes it. Change it to:įind the line that contains ServerName (approximately line 217). Open it in a text editor as you'll need to make a handful of edits:įind the line that starts with ServerRoot (approximately line 37). Inside the Apache24 folder is a conf folder, with a file called nf. I simply put it in the Program Files folder, so my path to it looks like:įrom this point on I'll assume you have your Apache server in the same folder. Extract the Apache24 folder it contains to your desired location for your server to run.

Apache web server windows msi zip file#

You should now have a zip file named httpd-2.4.7-win32-VC11.zip or similar in your download folder. If you have a newer version, you should be able to simply substitute it, unless major changes have been made. You can download from the official Apache site, but will then need to compile your own build, which is well beyond the scope of this guide.Īt the time of writing, the latest version of Apache server (httpd) available at Apache Lounge is 2.4.7, so that version will be referenced in this guide. Apache Lounge distributes Windows versions of the latest Apache build. You might wonder why you are downloading from Apache Lounge and not the official Apache site. Under System Type, it will tell you if you have a 32-bit or 64-bit system. If you are not sure if you need the Win64 or Win32 version, click on your Start Menu, right-click on Computer, and click Properties.

Apache web server windows msi software#

This Microsoft software package contains dependencies for the Windows version of Apache server.ĭownload the latest Apache server (httpd) from Apache Lounge. You can check if you already have it by going to the Programs and Features control panel, and looking for "Microsoft Visual C++ 2012 Redistributable".

Apache web server windows msi install#

If you do not already have it, download the Visual C++ Redistributable for Visual Studio 2012 and install it.

Apache web server windows msi windows 8#

This guide was written specifically for Windows 7, but the steps should be similar for Windows 8 and other versions. This is a quick and easy guide for installing the latest Apache server (httpd) on your Windows computer.







Apache web server windows msi