From the course: Installing Apache, MySQL, and PHP

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Configure and run Apache on Windows

Configure and run Apache on Windows

From the course: Installing Apache, MySQL, and PHP

Start my 1-month free trial

Configure and run Apache on Windows

- [Instructor] In a previous video, I described where to find the files you need to run Apache on Windows. Next, I'll show you how to configure the server and run it. Go to the Apache directory that you created previously. And it contains all these subdirectories and files. Next, go to the conf directory. That stands for configuration. And look for a file called Httpd.conf. Now, I've associated the conf file extension with Visual Studio Code, my favorite current text editor but if you haven't done that on your computer, you might see the file extension appear. You can open this file with any text editor. I like using Visual Studio Code but your tastes may differ. Once you have the file open, do a search for Apache24. This directive configures the server root on your file system. I renamed my directory, so I need to reset it here. So instead of Apache24 with an uppercase A, it'll simply be apache, all lowercase.…

Contents