[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re:IIS Revenge
- Subject: [cobalt-users] Re:IIS Revenge
- From: Charlie Summers <charlie@xxxxxxxxxx>
- Date: Fri Sep 21 08:17:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
At 4:38 PM -0400 9/21/01, Gerald Waugh is rumored to have typed:
> Stick these lines in httpd.conf
> between <Directory> and </Directory> within httpd.conf,
> right under ServerName is a good place.
> Then restart httpd.
Well, yeah, but at least the RaQ3 isn't sensible enough to use httpd.conf
alone as is the standard, rather using access.conf/httpd.conf/srm.conf. The
<Directory> container is in access.conf.
Since it's such a good idea, though, I've placed it in the <VirtualHost>
containers for all of the websites on my RaQ. (*sigh*) Of course, I assume
that the next time I look at the GUI crosswise it'll over-write the changes,
but that's the price we pay for running an appliance...
Charlie
P.S. Reminder for those who aren't used to linux; simple way to restart
the httpd server is:
/etc/rc.d/init.d/httpd restart
...that script will take start|stop|restart|reload|status as modifiers.
Me