Good morning,

On 6/8/15 at 11:48 AM -0700, GaryB <[email protected]> wrote:

Not being very familiar with Terminal editors such as nano, I would like to do the editing in BBEdit. However, even though I have configured BBEdit to view hidden files, I am unable to find /private/etc/apache2/httpd.conf, or even /private for that matter, in the file open dialog, even though it shows up in the terminal. Any help?

Try Cmd-Shift-G in the open file dialog, you should be able to enter the full path and open the file.

And by the way, will the changes to <Directory> expose my computer to unwanted 
visitors?

There are heaps of things more relevant then that; <Directory> blocks are way the down the list of things to look at to keep people off your computer. Have a look at your firewall settings.

<Directory >
#Options FollowSymLinks
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order deny,allow
Allow from all
</Directory>

BTW, that doesn't look right; you haven't specified a directory in the opening tag.


Charlie

--
   Charlie Garrison  <[email protected]>
   github.com/cngarrison   metacpan.org/author/CNG

O< ascii ribbon campaign - stop html mail
http://www.ietf.org/rfc/rfc1855.txt

--
This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].

Reply via email to