On May 27, 2012, at 11:59 AM, Craig Treleaven wrote:

> At 5:19 PM +0200 5/27/12, Bjarne D Mathiesen wrote:
>> Error
>>                ::      ${prefix}/var/logs/apache2/error_log
>> AccessLog               ::      ${prefix}/var/logs/apache2/access_log
> 
> Minor point but should these be  ${prefix}/var/log/blah (no "s")?  OS X logs 
> are in Private/var/log.  At least one of other port uses 
> ${prefix}/var/log/${name}.

Good catch Craig, thanks.

Proposed apache 2.4 layout:
ServerRoot              ::      ${prefix}/www/
DocumentRoot            ::      ${prefix}/www/htdocs
Apache Config File      ::      ${prefix}/etc/${name}/httpd.conf
Include Files           ::      ${prefix}/include/${name}
Other Config Files      ::      ${prefix}/etc/${name}/extra/
Module Locations        ::      ${prefix}/lib/${name}/modules
ErrorLog                ::      ${prefix}/var/log/${name}/error_log
AccessLog               ::      ${prefix}/var/log/${name}/access_log
cgi-bin                 ::      ${prefix}/www/cgi-bin
binary                  ::      ${prefix}/bin/httpd
start/stop              ::      ${prefix}/bin/apachectl
apxs                    ::      ${prefix}/bin/apxs


Regards,
Bradley Giesbrecht (pixilla)

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to