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: Pinpoint error in: sudo nano /etc/apache2/httpd.conf
Author
winkylocc



Joined: 01 Nov 2015
Posts: 10
Location: US

PostPosted: Sun 22 Nov '15 1:43    Post subject: Pinpoint error in: sudo nano /etc/apache2/httpd.conf Reply with quote

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: 55

PostPosted: Sun 22 Nov '15 4:00    Post subject: Reply with quote

where'd thi syntax come from?

Code:
<directory "="" users="" "MyMacbook"="" sites="" "="">
Back to top
winkylocc



Joined: 01 Nov 2015
Posts: 10
Location: US

PostPosted: Sun 22 Nov '15 5:08    Post subject: Reply with quote

It was suggested http://coolestguidesontheplanet.com/get-apache-mysql-php-and-phpmyadmin-working-on-osx-10-11-el-capitan/ on that site. I have been trying to resolve this issue and have been looking for answers in various places. It was added earlier today before I posted this thread.
Back to top
James Blond
Moderator


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

PostPosted: Thu 26 Nov '15 18:35    Post subject: Reply with quote

That code is different!

Code:
<Directory "/Users/username/Sites/">
AllowOverride All
Options Indexes MultiViews FollowSymLinks
Require all granted
</Directory>
Back to top


Reply to topic   Topic: Pinpoint error in: sudo nano /etc/apache2/httpd.conf View previous topic :: View next topic
Post new topic   Forum Index -> Apache