Koozali.org: home of the SME Server

Where's 80Aliases00?

Storm Dragon

Where's 80Aliases00?
« 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!

Terry Brummell

Re: Where's 80Aliases00?
« Reply #1 on: February 17, 2003, 12:54:12 AM »
Why not try /etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf .

Terry

Storm Dragon

Re: Where's 80Aliases00?
« Reply #2 on: February 17, 2003, 01:05:22 AM »
Ah! Thank you! :)

Bill

Re: Where's 80Aliases00?
« Reply #3 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

Storm Dragon

Re: Where's 80Aliases00?
« Reply #4 on: February 17, 2003, 02:25:25 AM »
cool