On Wed, Jul 26, 2000 at 01:06:44PM +0800, Raymond wrote:
> hi all,
> 
> Question #1:
> 
> i am currently working on having a secured site by installing openssl and 
> mod_ssl with apache. to start apache, i type in the command:
> 
> /var/lib/apache/bin/apachectl startssl
> 
> if i edit httpd.conf, will i use the same command to restart apache again? 

That depends on how you edit your httpd.conf ;-)
If you did remove all the <IfDefine SSL> </IfDefine> pairs, then SSL would
be on by default.

> because with a standard apache installation, i use apachectl to start my 
> apache the first time and if i do some editing on my httpd.conf, i now use 
> the command "/var/lib/apache/bin/httpd -f /var/lib/apache/conf/httpd.conf" 
> to restart my apache. are they the same?
> 
As long as /var/lib/apache/conf/httpd.conf is the default location of your 
httpd.conf, then there is no need to point to it directly.

> Question #2:

> DocumentRoot /var/lib/apache/htdocs/mysite
> 
Change to DocumentRoot "/var/lib/apache/htdocs/mysite"

> ScriptAlias /cgi-bin/ /var/lib/apache/htdocs/mysite/cgi-bin/
> 
Change to ScriptAlias /cgi-bin/ "/var/lib/apache/htdocs/mysite/cgi-bin/"


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to