<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Johnson,<br>
<br>
&nbsp; OK..I'm going to make an assumption here and that is that since the
httpd binary is no located under /usr/local that your not using the
config. file in /usr/local.<br>
This is a big assumption, and you should investigate further to be
certain.<br>
<br>
Check both config. files for the "DocumentRoot" setting, place a sample
web page in each different DocumentRoot then try going to your server
via a web browser or something like wget.<br>
You could test this theory by placing a simple web page(as seen below)
in the "DocumentRoot" of each different config. file:<br>
&nbsp;&nbsp; FILE NAME:&nbsp; index.html<br>
&nbsp;&nbsp; FILE CONTENTS:&nbsp; Here is my sample web page for location
/usr/local/httpd.<br>
&nbsp;&nbsp; PERMS:&nbsp; chmod 644 index.html<br>
<br>
If your page shows up from a particular spot, then your using the
config under that file name.<br>
<br>
I'm sure there's also a way to check this via the binary..you might try
something like :&nbsp; "strings /usr/sbin/httpd | grep -i HTTPD_ROOT"<br>
<br>
Taking a look at the man page, you also can see the purported
ServerRoot directory:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -d <b>serverroot</b><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Set the initial value for the ServerRoot directive to
serverroot. This can&nbsp; be&nbsp; overridden&nbsp; by&nbsp; the<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ServerRoot directive in the configuration file. <u><b>The
default is /etc/httpd</b></u>."<br>
<br>
Other than that, just testing is probably the quickest way.<br>
<br>
<br>
Good Luck!<br>
<br>
Thanks,<br>
&nbsp;&nbsp; ---Dean.<br>
<br>
<br>
Johnson Leung wrote:
<blockquote cite="mid20050804053048.86954.qmail@web80002.mail.yahoo.com"
 type="cite">
  <pre wrap="">Dean,

Thanks for the reply.

When I do a "which httpd", it returns /usr/sbin/httpd.

Here is the output from "ps aux":

root     24767  0.0  0.8 18748 8256 ?        S   
Aug02   0:00 /usr/sbin/httpd
apache   24770  0.0  0.8 18896 8532 ?        S   
Aug02   0:00 [httpd]
apache   24771  0.0  0.8 18820 8416 ?        S   
Aug02   0:00 [httpd]
apache   24772  0.0  0.8 18840 8440 ?        S   
Aug02   0:00 [httpd]
apache   24773  0.0  0.8 18804 8380 ?        S   
Aug02   0:00 [httpd]
apache   24774  0.0  0.8 18812 8384 ?        S   
Aug02   0:00 [httpd]
apache   24775  0.0  0.8 18820 8412 ?        S   
Aug02   0:00 [httpd]
apache   24776  0.0  0.8 18888 8516 ?        S   
Aug02   0:00 [httpd]
apache   24777  0.0  0.8 18820 8412 ?        S   
Aug02   0:00 [httpd]

Thanks,
Johnson

--- "Dean A. Roman" <a class="moz-txt-link-rfc2396E" href="mailto:droman@romansys.com">&lt;droman@romansys.com&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Johnson,

 Probably /etc/http/conf/httpd.conf is being used,
but to be sure you 
could do an "ps aux" to see the httpd process and
figure out the path 
from the output (look for something with httpd or
apache in the name).
Alternatively, you could look in the
/etc/init.d/httpd file to see where 
it is picking up the apache binary from.

Look under /var/www/html for the pages, but to be
sure look for 
"DocumentRoot" in your httpd.conf file.
This file is pretty well commented.  Most all basic
config. items for 
apache are in this file...start with it.

I haven't used LAMP before, so I can't help much
with that.  However, 
PHP, MySQL, and Apache are old friends of mine :-)  
 .

Hope that helped,
   ---Dean.




<a class="moz-txt-link-abbreviated" href="mailto:jmlleung@yahoo.com">jmlleung@yahoo.com</a> wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi,

I need some help here. I installed Red Hat Linux 9,
      </pre>
    </blockquote>
    <pre wrap="">Apache httpd 2.0.49,
    </pre>
    <blockquote type="cite">
      <pre wrap="">MySQL 4.0.18, PHP 4.3.4 on my Dell machine a year
      </pre>
    </blockquote>
    <pre wrap="">ago and put it aside. I
    </pre>
    <blockquote type="cite">
      <pre wrap="">originally planned to practice writing some simple
      </pre>
    </blockquote>
    <pre wrap="">web pages using LAMP.
    </pre>
    <blockquote type="cite">
      <pre wrap="">Now I am trying to pick it up again. But I don't
      </pre>
    </blockquote>
    <pre wrap="">even remember how to launch
    </pre>
    <blockquote type="cite">
      <pre wrap="">a html page. My httpd is up and running. 

I have 2 httpd.conf files. One is under
      </pre>
    </blockquote>
    <pre wrap="">/usr/local/apache2/conf/, and the
    </pre>
    <blockquote type="cite">
      <pre wrap="">other under /etc/httpd/conf/. Which one is being
      </pre>
    </blockquote>
    <pre wrap="">used? 
    </pre>
    <blockquote type="cite">
      <pre wrap="">Where should I store the .html files? Is it defined
      </pre>
    </blockquote>
    <pre wrap="">by DocumentRoot in
    </pre>
    <blockquote type="cite">
      <pre wrap="">httpd.conf?

Any pointer and/or advice will be appreciated.

Thanks,
Johnson



_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@nblug.org">talk@nblug.org</a>
<a class="moz-txt-link-freetext" href="http://nblug.org/cgi-bin/mailman/listinfo/talk">http://nblug.org/cgi-bin/mailman/listinfo/talk</a>


 

      </pre>
    </blockquote>
    <pre wrap="">-- 
Dean A. Roman
President
Roman Computer Systems
Office: 707-237-6798
Fax   : 707-237-2649
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:droman@romansys.com">droman@romansys.com</a>
Web   : <a class="moz-txt-link-freetext" href="http://www.romansys.com">http://www.romansys.com</a>


CONFIDENTIALITY NOTICE:
This email is intended only for the person(s) to
which it is addressed and contains confidential and
privileged information. If you are not the
addressee(s), or the person responsible for
delivering this to the addressee(s), you are hereby
notified that reading, copying, or distributing this
message is prohibited. If you have received this
electronic mail message in error, please contact us
immediately at the telephone number shown above and
take the steps necessary to delete the message
completely from your computer system.
-Thank you.


_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@nblug.org">talk@nblug.org</a>
<a class="moz-txt-link-freetext" href="http://nblug.org/cgi-bin/mailman/listinfo/talk">http://nblug.org/cgi-bin/mailman/listinfo/talk</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@nblug.org">talk@nblug.org</a>
<a class="moz-txt-link-freetext" href="http://nblug.org/cgi-bin/mailman/listinfo/talk">http://nblug.org/cgi-bin/mailman/listinfo/talk</a>


  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Dean A. Roman
President
Roman Computer Systems
Office: 707-237-6798
Fax   : 707-237-2649
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:droman@romansys.com">droman@romansys.com</a>
Web   : <a class="moz-txt-link-freetext" href="http://www.romansys.com">http://www.romansys.com</a>


CONFIDENTIALITY NOTICE:
This email is intended only for the person(s) to which it is addressed and contains confidential and privileged information. If you are not the addressee(s), or the person responsible for delivering this to the addressee(s), you are hereby notified that reading, copying, or distributing this message is prohibited. If you have received this electronic mail message in error, please contact us immediately at the telephone number shown above and take the steps necessary to delete the message completely from your computer system.
-Thank you.
</pre>
</body>
</html>