<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 6/24/14 9:24 AM, Stefanos Anastasiou wrote:<br>
</div>
<blockquote class=" cite" id="mid_1403619800_29885_YahooMailNeo_web171802_mail_ir2_yahoo_com" cite="mid:1403619800.29885.YahooMailNeo@web171802.mail.ir2.yahoo.com" type="cite">
<div style="color:#000; background-color:#fff; font-family:bookman
        old style, new york, times, serif;font-size:14pt">
<div>Hi list.  I have two questions that are confusing me a little bit.</div>
<div>First of all I am keeping all my HTML template files /usr/local/apache2/htdocs.  This folder has read-only permission settings by default so every time I want to edit/create a template I use nano or pico through terminal with root privileges. So, would
 it be wise (would it be secure?) to make htdocs folder have read/write permission and if not what other way is there so I can edit/make template files easily?
<br>
</div>
</div>
</blockquote>
You don't need to keep your templates (or mapfiles) in the htdocs folder.
<blockquote class=" cite" id="mid_1403619800_29885_YahooMailNeo_web171802_mail_ir2_yahoo_com" cite="mid:1403619800.29885.YahooMailNeo@web171802.mail.ir2.yahoo.com" type="cite">
<div style="color:#000; background-color:#fff; font-family:bookman
        old style, new york, times, serif;font-size:14pt">
<div><br>
</div>
<div style="color: rgb(0, 0, 0); font-size: 19px; font-family:
          'bookman old style', 'new york', times, serif;
          background-color: transparent; font-style: normal;">
Another question is that when I make my mapfile and set STATUS to default everything works fine. But when it's set to on I get a blank page (needless to mention about STATUS off). That's not normal right?</div>
</div>
</blockquote>
<br>
That is normal, believe it or not.  DEFAULT means the layer is on all the time.  ON means the layer is accessible all the time.  the difference is that with the ON value, you need to include a "layers=<layer_name, layer_name, . . " chunk in the call to mapserver
 (assuming you are using CGI).<br>
<br>
bobb<br>
<br>
</body>
</html>