<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [rt-users] Help With Apache configuration</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Phillip,</FONT>
</P>

<P><FONT SIZE=2>You didn't mention specific OS you're on but I'm guessing maybe Red Hat? I don't have a Red Hat box handy to check these commands so I'm doing it from memory, so ***please check the syntax before taking my advice***.</FONT></P>

<P><FONT SIZE=2>It appears you've got Apache installed in two places, one via RPM and the other manually. The server root for the Red Hat RPM version is '/var/www' and it's got a startup script defined in '/etc/rc.d/init.d/httpd' (I think). You can probably change the references in that file, after making a backup of course, to point to the '/usr/local/apache' installation. After that you can start Apache (as root) by typing 'service httpd start'.</FONT></P>

<P><FONT SIZE=2>The service may already be set up to start automatically. You can check for that by running (as root) 'chkconfig --list'. That will show you the run levels the service gets started on. The line for 'httpd' may look something like this:</FONT></P>

<P><FONT SIZE=2>   httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off</FONT>
</P>

<P><FONT SIZE=2>You can turn it on for runlevels 3, 4 and 5 by typing 'chkconfig --level 345 httpd on'. You may be able to just type 'chkconfig httpd on'. Please check the syntax before trying it. Red Hat has (or used to) a graphical runlevel editor that might be easier.</FONT></P>

<P><FONT SIZE=2>If none of this makes any sense to you don't do anything until you've done some research via Google or your OS Vendor's site. Or maybe you can just throw caution to the wind and do it anyway, you do have backups, right?</FONT></P>

<P><FONT SIZE=2>Rick</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Phillip Leremi [<A HREF="mailto:phillip@reportstar.net">mailto:phillip@reportstar.net</A>]</FONT>
<BR><FONT SIZE=2>Sent: Tuesday, March 23, 2004 1:08 AM</FONT>
<BR><FONT SIZE=2>To: rt-users@lists.bestpractical.com</FONT>
<BR><FONT SIZE=2>Subject: [rt-users] Help With Apache configuration</FONT>
</P>
<BR>

<P><FONT SIZE=2>i'm a new baby to Apache, so what i want to know is which httpd.conf </FONT>
<BR><FONT SIZE=2>should i change cause i have two httpd.conf files the first is in </FONT>
<BR><FONT SIZE=2>/etc/httpd/conf and the second one is in /usr/local/apache/conf .</FONT>
</P>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>Kind Regards,</FONT>
<BR><FONT SIZE=2>Phillip</FONT>
<BR><FONT SIZE=2>Phillip Leremi</FONT>
<BR><FONT SIZE=2>Tel: 011 884 7633</FONT>
<BR><FONT SIZE=2>Fax: 011 883 5805</FONT>
<BR><FONT SIZE=2>phillip@reportstar.net</FONT>
<BR><FONT SIZE=2>www.reportstar.net</FONT>
</P>
<BR>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>rt-users mailing list</FONT>
<BR><FONT SIZE=2>rt-users@lists.bestpractical.com</FONT>
<BR><FONT SIZE=2><A HREF="http://lists.bestpractical.com/mailman/listinfo/rt-users" TARGET="_blank">http://lists.bestpractical.com/mailman/listinfo/rt-users</A></FONT>
</P>

<P><FONT SIZE=2>Have you read the FAQ? The RT FAQ Manager lives at <A HREF="http://fsck.com/rtfm" TARGET="_blank">http://fsck.com/rtfm</A></FONT>
</P>

</BODY>
</HTML>