On Thu, Apr 24, 2008 at 10:23 AM, Martin <[EMAIL PROTECTED]> wrote:
> OK, I thought /htdocs was starting in the webroot rather than the "real"
> root. But why would it produce that error if the "only" problem was the VH
There is probably another section someplace that is
getting matched and has
Joshua Slive skrev:
On Thu, Apr 24, 2008 at 8:42 AM, Martin <[EMAIL PROTECTED]> wrote:
This is my httpd.conf file
mail:/etc/apache2# cat httpd.conf
NameVirtualHost *:80
That should be . I bet that fixes your problem.
Yes! Thanks a lot. Sometimes things are easily solved by mo
On Thu, Apr 24, 2008 at 8:42 AM, Martin <[EMAIL PROTECTED]> wrote:
> This is my httpd.conf file
>
> mail:/etc/apache2# cat httpd.conf
> NameVirtualHost *:80
>
That should be . I bet that fixes your problem.
> [Thu Apr 24 15:28:43 2008] [error] [client 192.168.0.81] File does not
> exist: /
Joshua Slive skrev:
On Sat, Apr 19, 2008 at 2:53 AM, Martin S <[EMAIL PROTECTED]> wrote:
Davide Bianchi skrev:
Martin S wrote:
/var/www/apache2-default, still it tries to find /htdocs for the outside
boxen.
Your configuration is certainly broken. How do you ge
On Sat, Apr 19, 2008 at 2:53 AM, Martin S <[EMAIL PROTECTED]> wrote:
> Davide Bianchi skrev:
>
>
> > Martin S wrote:
> >
> > > /var/www/apache2-default, still it tries to find /htdocs for the outside
> boxen.
> > >
> >
> > Your configuration is certainly broken. How do you get it from the
> localho
Davide Bianchi skrev:
Martin S wrote:
/var/www/apache2-default, still it tries to find /htdocs for the
outside boxen.
Your configuration is certainly broken. How do you get it from the
localhost and how do you get it from 'outside' boxen?
Maybe you have vhost without knowing.
It's most certa
Martin S wrote:
/var/www/apache2-default, still it tries to find /htdocs for the outside
boxen.
Your configuration is certainly broken. How do you get it from the
localhost and how do you get it from 'outside' boxen?
Maybe you have vhost without knowing.
Davide
--
This is an air conditioned
Hi,
I have a problem with my server in that it doesn't display my site
unless I am browsing to it from localhost. Then it display just fine.
Whenever i try to reach it from another box, I get a Page can't be found
error and in the apache2 error.log I find File doesn't exists /htdocs.
I checke