apache and dns exports

Scott mailinglists-freeside at sisna.com
Fri Dec 31 15:43:07 PST 2004


I am using freeside 1.4.1 on debian sarge.


What variables can I use in the apache export? 

Is $zone the FQDN?  most of my sites are www.example.com, however, some are 
users.example.com, and forum.example.com.  I'm looking for enough control to 
manage it the same way I have.

Can I embeed a perl snippet to create a template, if I don't have the values I 
need?

Does freeside handle reloading of apache when configration changes are 
complete?

I have seperate logging directories for each domain, each log directory has 
group read/search access to it.  All others are denied.  Will freeside be 
able to manage this?

Here is a sample of the site config.  

<VirtualHost 66.118.142.69:80>
        SSLDisable
        ServerAdmin webmaster at example.com
        ServerName www.example.com
        ServerAlias example.com
        DocumentRoot /var/www/hosts/www.example.com/docroot
        User dilvie
        Group dilvie

        ErrorLog /var/log/apache-ssl/example.com/www-error.log
        CustomLog /var/log/apache-ssl/example.com/www-referer.log referer
        CustomLog /var/log/apache-ssl/example.com/www-combined.log combined

        ScriptAlias /cgi-bin /var/www/hosts/www.example.com/cgi-bin
        <Directory  /var/www/hosts/www.example.com/cgi-bin>
                AllowOverride None FileInfo AuthConfig
                Options Includes ExecCGI SymLinksIfOwnerMatch
        </Directory>
</VirtualHost>

Is there anyway to allow addition for more aliases? (on demand)

I have seperate includes for each website.  All are included in one swoop with 
'Include "/etc/apache-ssl/websites.d/"'.  I assume this export is only using 
the one file detailed in 'httpd_conf', right?

As for the dns exports, all I see are 'export host', 'named.conf location' and 
'path to zone files'.  Doesn't this need a username to?

And last but not least, is there any way to review how freeside-queued 
processed exports for a specific service?

Thanks,


Scott Edwards
Daxal Communications
http://www.daxal.com/




More information about the freeside-users mailing list