<div>Default locations of files change between distributions. On SuSe 10 the config files are probably in /etc/apache2 and the log files will be in /var/log/apache2.</div>
<div>&nbsp;</div>
<div>It&#39;s possible that they have also broken the config out into separate files and referenced them with includes (allows for a more modular setup).</div>
<div>&nbsp;</div>
<div>Something I forgot to say last mail - take note of the DocumentRoot line as this is the folder served by default.</div>
<div>&nbsp;</div>
<div>Also, some default Apache installs allow for users to host their own content from their home folders. So if you have a /home/walt as your home directory you should be able to create a &#39;public_html&#39; folder under this and reference the content in there via 
<a href="http://localhost/~walt/">http://localhost/~walt/</a><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 24/04/07, <b class="gmail_sendername">walt</b> &lt;<a href="mailto:walt@helvatron.co.uk">walt@helvatron.co.uk</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Steven,&nbsp;&nbsp;Thanks very much for responding.<br><br>I have run a search for httpd.conf but beagle cannot find it.&nbsp;&nbsp;As I
<br>still dont understand the logic behind file placements in Linux (I am<br>beginning to think there isn&#39;t any) I will uninstall Apache and<br>re-isntall it.&nbsp;&nbsp;Hopefully I will then find it then and apply your fixes.<br>
<br><br>According to various linux sites the the file should be in<br>/etc/httpd/conf/httpd.conf but the directory httpd under /etc does not<br>exist.&nbsp;&nbsp;Yet the service is running and port 80 is open.<br><br>I will keep you posted.&nbsp;&nbsp;Many thanks again.
<br>Walter<br>________________________________<br><br>From: <a href="mailto:watford-bounces@mailman.lug.org.uk">watford-bounces@mailman.lug.org.uk</a><br>[mailto:<a href="mailto:watford-bounces@mailman.lug.org.uk">watford-bounces@mailman.lug.org.uk
</a>] On Behalf Of Steven Acreman<br>Sent: 24 April 2007 14:14<br>To: <a href="mailto:watford@mailman.lug.org.uk">watford@mailman.lug.org.uk</a><br>Subject: Re: [Watford] Apache2 Server on Suse 10.2<br><br><br>Hey Walt,<br>
<br>Check your httpd.conf and look for the<br><br>User<br>Group<br><br>I believe by default these are set to nobody.<br><br>Set these to whatever user your want your apache daemon to run as.<br><br>Then change the owner of the files to this userid and make sure the user
<br>has at least read access (use chown and chmod).<br><br>Lastly, check your log files - access.log and error.log.<br><br>Thanks,<br><br>Steven Acreman<br><br><br>On 24/04/07, walt &lt;<a href="mailto:walt@helvatron.co.uk">
walt@helvatron.co.uk</a>&gt; wrote:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hi,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I hope someone knows the solution to this one. I Installed the<br>above and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; want to configure it but I keep getting the following message in<br>
firefox<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; with the URL: <a href="http://localhost">http://localhost</a> &lt;<a href="http://localhost/">http://localhost/</a>&gt; .<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ACCESS FORBIDDEN!<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You don&#39;t have permission to access the requested directory.
<br>There is<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; either no index document or the directory is read-protected.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ERROR 403<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am still a newbie and have no idea which directory and/or<br>document is<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; its trying to access. But I have set all the directories under
<br>apache2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to full access rights and yet the message still comes up<br>although I<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logon as root. I have also installed the server as root.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I also checked the web but none of the soltions there work or I
<br>don&#39;t<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; understand the instructions.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Look forward to hearing from you. Many thanks in advance.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Regards, Walter Jaggli<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Watford mailing list<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:Watford@mailman.lug.org.uk">Watford@mailman.lug.org.uk</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="https://mailman.lug.org.uk/mailman/listinfo/watford">https://mailman.lug.org.uk/mailman/listinfo/watford
</a><br><br><br><br><br>_______________________________________________<br>Watford mailing list<br><a href="mailto:Watford@mailman.lug.org.uk">Watford@mailman.lug.org.uk</a><br><a href="https://mailman.lug.org.uk/mailman/listinfo/watford">
https://mailman.lug.org.uk/mailman/listinfo/watford</a><br></blockquote></div><br>