[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RaQ XTR httpd.conf corrupt?
- Subject: [cobalt-users] RaQ XTR httpd.conf corrupt?
- From: "Tim Skipper" <mailinglists@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu Jun 27 13:30:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I think I may have found the cause of some of the wierdness I'm
experiencing on my new RaQ XTR.
I've compared /etc/httpd/conf/httpd.conf with
/etc/admserv/conf/httpd.conf
There's a whole heap of stuff towards the beginning that's not in the
/etc/httpd/conf/httpd.conf file !
The /etc/admserv/conf/httpd.conf file is dated about an hour before my
RaQ XTR was made live and available to me, and it does contain some
relevant info for my domain.
Here's a chunk of /etc/httpd/conf/httpd.conf - looks like me like it
stops suddenly in the middle of some config and goes right into the
virtualhost part...
Now, if I replace httpd.conf with this admserv version, can I then
re-run cmuImport again to recreate all the virtual sites? If so, do I
need to overwrite httpd.conf.master & httpd.conf.pkgsave as well as
they also have the same datestamp.
Thoughts (aside from you're f****d!)?
Tim.
------------------
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
# User/Group: The name (or #number) of the user/group to run httpd as.
# On SCO (ODT 3) use User nouser and Group nogroup
# On HPUX you may not be able to use shared memory as nobody, and the
# suggested workaround is to create a user www and use that user.
# NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
# when the value of (unsigned)Group is above 60000;
# don't use Group nobody on these systems!
User httpd
Group httpd
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.
NameVirtualHost XXX.XXX.XXX.XXX
<VirtualHost XXX.XXX.XXX.XXX>
ServerName www.intonet-technology.com
ServerAdmin admin
DocumentRoot /home/sites/site3/web
------------------