<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
I did restart - many times now. The logs give me a permission and .htaccess
error. I touched and changed permisions on the .htaccess but it is still
unable to open.<br>
<br>
Apache was added after the install, by root. I changed the ownership temporarily
to apache.users to see if it made a difference but still no change -- can't
display a page.<br>
<br>
The port thing sound work a try -- I will try it tomorrow when I get access
to the machine again.<br>
<br>
Thanks, any other ideas that I might try. The website is hosted behind
an actiontec dsl "router" with port 80 as a pass thru. <br>
<br>
Note: The web page will come up if I simply put an index.html in the /var/www/html
directory -- the apache default. But when I try to bring up a page from
some other directory -- problems occur.<br>
<br>
Thanks again for the quick response,<br>
Matt <br>
<br>
<br>
Scot Jenkins wrote:<br>
<blockquote type="cite" cite="mid20030626203831.A3235@thinkunix.net">
<pre wrap="">Matt Thoren wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I am trying to use apache's virtual host for 3 domains to 1 IP address.
Below is a snippet.
I have done the research configured the httpd.conf, made sure the
/www/docs permissions are 0644 but I still get permission errors "403"
and am unable to display the appropriate index.html.
</pre>
</blockquote>
<pre wrap=""><!---->
1. did you restart apache? sounds obvious but it happens...
2. what does the apache log say when you try to hit the site?
look in <apache_install_dir>/logs/dummy-host.example.com-error_log
I just looked at a config I have access to that's doing something
similar. The only thing that jumps out at me is where you have:
        <VirtualHost 123.123.123.1>
I have (added port number); I don't think it's required though:
        <VirtualHost 123.123.123.1:80>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="$mailwrapcol">--
Matt Thoren
MTT Computer Consulting Inc.
<a class="moz-txt-link-abbreviated" href="mailto:mthoren@mttcc.com">mthoren@mttcc.com</a>
<a class="moz-txt-link-freetext" href="http://www.mttcc.com">http://www.mttcc.com</a>
612-743-8773
</pre>
<br>
</body>
</html>