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

http://issues.apache.org/bugzilla/show_bug.cgi?id=40292





------- Additional Comments From [EMAIL PROTECTED]  2006-08-22 15:21 -------
Sorry I am not familiar gentoo or slackware. So can you give me some idea on 
how to deploy a site config file with only one line : Listen 1234 in standard 
process.

"/etc/apache2/sites-available" refer to the directory to put the site config 
file. There is another directory "/etc/apache2/sites-enabled" to put the link 
files pointed to the site config files in "/etc/apache2/sites-available". Just 
like the relationship between /etc/rc.5 and /etc/init.d. Only the config file 
with link file in "/etc/apache2/sites-enabled" will be loaded in apache2.

"a2ensite" and "a2dissite" commands just add or delete the link file 
in "/etc/apache2/sites-enabled" directory. For example, "a2ensite test" will 
add a link file in "/etc/apache2/sites-enabled" directory pointed to the test 
config file test in "/etc/apache2/sites-available".

Thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to