[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4r - where is the httpd.conf file?
- Subject: Re: [cobalt-users] RaQ4r - where is the httpd.conf file?
- From: eric <eric@xxxxxxxxxxx>
- Date: Mon Apr 9 01:35:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Paul Brown wrote:
> All
>
> Can you please tell me where I can find the 'httpd.conf' file on the RaQ4?
>
> Can this file be ftp'd up and down or must it be edited via Telnet?
>
> Also, I know the Web Server on the RaQ4 is Apache, what is the Email Server?
>
> Cheers in advanced,
>
> Paul
> admin@xxxxxxxxxxxxxxxxxx
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
This probably has been addressed, but wnyway ...
/etc/httpd/conf/httpd.conf is the conf file
/usr/sbin/sendmail is the mail program, usually sendmail 8.9.3, at least on
mine.
Lastly, according to Cobalt, the conf file is not to be manually modified, and
usually does not have to be. :) I have though ... you have to HUP the apache
server, killall -HUP httpd when you make changes. Cheers.