You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sparky Kopetzky <sp...@blackmesa-isp.net> on 2003/07/21 19:39:15 UTC

Re: [users@httpd] Virtual Host problem - still!!!

I tried that... Error log returned ' File does not exist:
/htdocs/phpauction-2.0/'

Something weird is going on here...

----- Original Message -----
From: "Martin Hudec" <co...@corwin.sk>
To: <us...@httpd.apache.org>
Sent: Monday, July 21, 2003 09:06
Subject: Re: [users@httpd] Virtual Host problem


> Hmm, then I recommend to create entry like
>
> <VirtualHost 208.252.219.129>
> ServerAdmin admin@fttta.com
> DocumentRoot /htdocs/fttta_site
> ServerName fttta.com
> ServerAlias www.fttta.com
> </VirtualHost>
>
> On Monday 21 July 2003 16:57, Sparky Kopetzky wrote:
> > Yep, it's on the same machine. In fact, it's the ONLY site on it. I
> > dedicated one machine to the auction.
>
> > > > <VirtualHost 208.252.219.129>
> > > >     ServerAdmin admin@fttta.com
> > > >     DocumentRoot /htdocs/phpauction-2.0
> > > >     ServerName blackmesa.blackmesa-isp.net
> > > > </VirtualHost>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Virtual Host problem - still!!!

Posted by Martin Hudec <co...@corwin.sk>.
Search for DirectoryIndex and set it like this:

<IfModule mod_dir.c>
    DirectoryIndex index.php index.php3 index.html
</IfModule>

And add to each VirtualHost entry:
<VirtualHost .... >
....
<Options>
	Options Indexes
</Options>
</VirtualHost>

On Monday 21 July 2003 19:45, Sparky Kopetzky wrote:
> Tried just setting the main entries in config to www.fttta.com and the
> right documents folder. All I get now is a list of all files in the system,
> and it's not running the index.php file.
>
> SParky

MH

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Virtual Host problem - still!!!

Posted by Milan Reznicek <re...@gytool.cz>.
Did you set the DirectoryIndex?
----------------------------------
Milan Reznicek
Software Developer

e-mail:   reznicekm@gytool.cz
----- Original Message -----
From: "Sparky Kopetzky" <sp...@blackmesa-isp.net>
To: <us...@httpd.apache.org>
Sent: Monday, July 21, 2003 7:45 PM
Subject: Re: [users@httpd] Virtual Host problem - still!!!


> Tried just setting the main entries in config to www.fttta.com and the
right
> documents folder. All I get now is a list of all files in the system, and
> it's not running the index.php file.
>
> SParky
> ----- Original Message -----
> From: "Sparky Kopetzky" <sp...@blackmesa-isp.net>
> To: <us...@httpd.apache.org>
> Sent: Monday, July 21, 2003 11:39
> Subject: Re: [users@httpd] Virtual Host problem - still!!!
>
>
> > I tried that... Error log returned ' File does not exist:
> > /htdocs/phpauction-2.0/'
> >
> > Something weird is going on here...
> >
> > ----- Original Message -----
> > From: "Martin Hudec" <co...@corwin.sk>
> > To: <us...@httpd.apache.org>
> > Sent: Monday, July 21, 2003 09:06
> > Subject: Re: [users@httpd] Virtual Host problem
> >
> >
> > > Hmm, then I recommend to create entry like
> > >
> > > <VirtualHost 208.252.219.129>
> > > ServerAdmin admin@fttta.com
> > > DocumentRoot /htdocs/fttta_site
> > > ServerName fttta.com
> > > ServerAlias www.fttta.com
> > > </VirtualHost>
> > >
> > > On Monday 21 July 2003 16:57, Sparky Kopetzky wrote:
> > > > Yep, it's on the same machine. In fact, it's the ONLY site on it. I
> > > > dedicated one machine to the auction.
> > >
> > > > > > <VirtualHost 208.252.219.129>
> > > > > >     ServerAdmin admin@fttta.com
> > > > > >     DocumentRoot /htdocs/phpauction-2.0
> > > > > >     ServerName blackmesa.blackmesa-isp.net
> > > > > > </VirtualHost>
> > >
> > >
> > > ---------------------------------------------------------------------
> > > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > > For additional commands, e-mail: users-help@httpd.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Virtual Host problem - still!!!

Posted by Sparky Kopetzky <sp...@blackmesa-isp.net>.
Tried just setting the main entries in config to www.fttta.com and the right
documents folder. All I get now is a list of all files in the system, and
it's not running the index.php file.

SParky
----- Original Message -----
From: "Sparky Kopetzky" <sp...@blackmesa-isp.net>
To: <us...@httpd.apache.org>
Sent: Monday, July 21, 2003 11:39
Subject: Re: [users@httpd] Virtual Host problem - still!!!


> I tried that... Error log returned ' File does not exist:
> /htdocs/phpauction-2.0/'
>
> Something weird is going on here...
>
> ----- Original Message -----
> From: "Martin Hudec" <co...@corwin.sk>
> To: <us...@httpd.apache.org>
> Sent: Monday, July 21, 2003 09:06
> Subject: Re: [users@httpd] Virtual Host problem
>
>
> > Hmm, then I recommend to create entry like
> >
> > <VirtualHost 208.252.219.129>
> > ServerAdmin admin@fttta.com
> > DocumentRoot /htdocs/fttta_site
> > ServerName fttta.com
> > ServerAlias www.fttta.com
> > </VirtualHost>
> >
> > On Monday 21 July 2003 16:57, Sparky Kopetzky wrote:
> > > Yep, it's on the same machine. In fact, it's the ONLY site on it. I
> > > dedicated one machine to the auction.
> >
> > > > > <VirtualHost 208.252.219.129>
> > > > >     ServerAdmin admin@fttta.com
> > > > >     DocumentRoot /htdocs/phpauction-2.0
> > > > >     ServerName blackmesa.blackmesa-isp.net
> > > > > </VirtualHost>
> >
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org