[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Thanks for that help earlier..
- To: <hobbit (at) hswn.dk>, <hottbi (at) hswn.dk>
- Subject: RE: [hobbit] Thanks for that help earlier..
- From: "Todd Kleinert" <tkleinert (at) directpointe.com>
- Date: Mon, 31 Dec 2007 16:48:37 -0700
- References: <483387BD5310504F95897573FF3E350D05FB5C15 (at) dpex.dpcorp.internal> <4777E410.7090808 (at) tmsusa.com>
- Thread-index: AchLEhMetjJ1p0K2RL+3XrYOr+Z2HAA9CPv3
- Thread-topic: [hobbit] Thanks for that help earlier..
To get my apache to autostart, at boot I did this:
Fedora Core 1
* login as root: su - (the dash allows your /sbin dir to be in $PATH)
* type: service httpd start (this starts apache)
* type: chkconfig httpd on (this sets apache to start in your current init)
I added these lines into my httpd.conf, tho its just from memory, is this the right options??
Alias /hobbit "/var/lib/hobbit/"
<Directory "/var/lib/hobbit/www">
Options Indexes FollowSymlinks ExecCGI Includes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
then restarted apache
apachectl restart
then browsed to http://localhost/hobbit & what did I see? 401 message? 500 error? Nope.. the monitor was FINALLY working.. yay
Thanks guys for yer help
-----Original Message-----
From: Joe Sloan [mailto:joe (at) tmsusa.com]
Sent: Sun 12/30/2007 11:31 AM
To: hobbit (at) hswn.dk
Subject: Re: [hobbit] Thanks for that help earlier..
Todd Kleinert wrote:
> Yeah, I did put those lines into my httpd.conf file, and fussed with
> that for a couple hours.. Due to some user-related issues, I ended up
> reloading fedora and starting over, again. This time I used the RPM
> install, and would like to stick with this one. So, I need to get back
> into the apache files on this new OS and add in those lines, will get on
> that soon.
>
> With this RPM version, what directory can I find the ./configure script?
> I poked around and found the actual .cfg files for hobbit, where these
> tidbits are implemented, but I was getting used to that ./configure
> stuff..
The configure script is for building hobbit. Since the hobbit rpm comes
already built, there is no need.
Joe
To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe (at) hswn.dk