
dougm at hyperreal
May 11, 1998, 10:00 PM
Post #1 of 1
(367 views)
Permalink
|
|
cvs commit: modperl INSTALL.simple.ssl
|
|
dougm 98/05/11 22:00:57 Modified: . INSTALL.simple.ssl Log: s/httpd/httpsd/ Revision Changes Path 1.2 +1 -1 modperl/INSTALL.simple.ssl Index: INSTALL.simple.ssl =================================================================== RCS file: /export/home/cvs/modperl/INSTALL.simple.ssl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- INSTALL.simple.ssl 1998/05/12 04:59:13 1.1 +++ INSTALL.simple.ssl 1998/05/12 05:00:56 1.2 @@ -15,5 +15,5 @@ % Configure mod_perl with ../apache_x.xx/src ? [y] y % Shall I build httpd in ../apache_x.xx/src for you? [y] y (... see make stuff here ...) -% cp ../apache_x.xx/src/httpd <to wherever your httpd lives> +% cp ../apache_x.xx/src/httpsd <to wherever your httpsd lives>
|