Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Pinpoint error in: sudo nano /etc/apache2/httpd.conf |
|
Author |
|
winkylocc
Joined: 01 Nov 2015 Posts: 10 Location: US
|
Posted: Sun 22 Nov '15 1:43 Post subject: Pinpoint error in: sudo nano /etc/apache2/httpd.conf |
|
|
I am having trouble determining why I can get http://localhost/ to display "It works" but can't get http://localhost/~MyMacbook to display the file in my user root I have created an apaste of my .conf file in hopes of someone helping me pin point any issues with my configuration. I am operating El Capitan on Mac OS X. Here is the .conf file http://apaste.info/OUZ |
|
Back to top |
|
covener
Joined: 23 Nov 2008 Posts: 59
|
Posted: Sun 22 Nov '15 4:00 Post subject: |
|
|
where'd thi syntax come from?
Code: | <directory "="" users="" "MyMacbook"="" sites="" "=""> |
|
|
Back to top |
|
winkylocc
Joined: 01 Nov 2015 Posts: 10 Location: US
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 26 Nov '15 18:35 Post subject: |
|
|
That code is different!
Code: | <Directory "/Users/username/Sites/">
AllowOverride All
Options Indexes MultiViews FollowSymLinks
Require all granted
</Directory> |
|
|
Back to top |
|
|
|
|
|
|