[lazarus] freepascal Nameserver up.
Sergio A. Kessler
sak at perio.unlp.edu.ar
Fri Oct 1 16:48:31 EDT 1999
>All I will have to do is then setup a virtual web server for the
>lazsarus.freepascal.org on my host so that it will server up the correct
>web pages.
>
>We will have to corrdinate this so you don't setup the DNS until I have
>the virtual web server setup. I'll work on setting this up this weekend.
if httpd = apache then
begin
Write( httpd.conf,
<VirtualHost lazarus.freepascal.org>
ServerAdmin you at qwerty
DocumentRoot /home/qwerty
ServerName lazarus.freepascal.org
ErrorLog logs/lazarus-error_log
TransferLog logs/lazarus-access_log
</VirtualHost>
)
end;
;-)
Sergio
More information about the Lazarus
mailing list