Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Storm Dragon on February 17, 2003, 12:41:58 AM

Title: Where's 80Aliases00?
Post by: Storm Dragon on February 17, 2003, 12:41:58 AM
I must be blind, but I can't find "80Aliases00" under /etc/e-smith/templates/etc/httpd/conf/httpd.conf/ ...

Uhh... help? :S

Thank you!
Title: Re: Where's 80Aliases00?
Post by: Terry Brummell on February 17, 2003, 12:54:12 AM
Why not try /etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf .

Terry
Title: Re: Where's 80Aliases00?
Post by: Storm Dragon on February 17, 2003, 01:05:22 AM
Ah! Thank you! :)
Title: Re: Where's 80Aliases00?
Post by: Bill on February 17, 2003, 02:09:26 AM
I know you got your answer, but next time try:
find / -name '80Aliases00'

which translates to "find" from root "/" with file name "-name" 'filename'
 or just do a google.com search on the find command.

Bill
Title: Re: Where's 80Aliases00?
Post by: Storm Dragon on February 17, 2003, 02:25:25 AM
cool