DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9484>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9484

Dynamic ServerAdmin configuration

           Summary: Dynamic ServerAdmin configuration
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: mod_vhost_alias
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I suck at this sorry, but it was bugging me enough add a line at 
server/vhost.c:670

s->server_admin = apr_pstrcat(p, "webmaster@" , main_s->server_hostname, NULL);

This will change serveradmin to webmaster@<hostname> cool huh ?
Can you add this into the code base in a much prettier way :)
I guess something like an httpd.conf directive along the lines of 

"ServerAdmin [EMAIL PROTECTED]"  ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to