Re: [PHP] Virtual Host problem

2004-09-23 Thread Pahlevanzadeh Mohsen
please send it to Apache mailling list. --- "a.k.a kioto" <[EMAIL PROTECTED]> wrote: > Hi all i've try to configure Apache with Virtual > Host in the main > configuration file of Apache i have modify like > this: > > #NameVirtualHost *:80 > NameVirtualHost * > # > # VirtualHost example: > # Almo

Re: [PHP] Virtual Host problem

2004-09-23 Thread Steve Brown
> Someone correct me if I am wrong, but haven't you just confused the > hell out of Apache? You have just declared three virtual hosts, all > listening on port 80, but apache has no way to identify them based on > the incoming packets. You need to add a "ServerName" directive to > each virtual ho

Re: [PHP] Virtual Host problem

2004-09-23 Thread John Nichel
a.k.a kioto wrote: I have insert a file index.php in all main folder of virtaul host: /usr/local/apache/users/default/index.php /usr/local/apache/users/mysite/index.php /usr/local/apache/users/brothersite/index.php I have modified the file hosts in etc/hosts. 39.244.88.126 mordoch 127.

RE: [PHP] Virtual Host problem

2004-09-23 Thread Chris Gregors
as. -Original Message- From: Jason Davidson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 11:42 AM To: a.k.a kioto; [EMAIL PROTECTED] Subject: Re: [PHP] Virtual Host problem your problem, as correctly outputted, is permission based, and as far as i can tell, has no

Re: [PHP] Virtual Host problem

2004-09-23 Thread Jason Davidson
your problem, as correctly outputted, is permission based, and as far as i can tell, has nothing to do with PHP.. Jason "a.k.a kioto" <[EMAIL PROTECTED]> wrote: > > Hi all i've try to configure Apache with Virtual Host in the main > configuration file of Apache i have modify like this: > > #N

[PHP] Virtual Host problem

2004-09-23 Thread a.k.a kioto
Hi all i've try to configure Apache with Virtual Host in the main configuration file of Apache i have modify like this: #NameVirtualHost *:80 NameVirtualHost * # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for r

Re: [PHP] virtual host problem

2002-05-10 Thread Ian Newlands
Re question 2: You can set this using the php_value command in apache. I think you need to have the SAPI version configured for this to work though. You might want to check that out. I have only done this on XP, haven't tried it on linux yet. ServerAdmin [EMAIL PROTECTED] DocumentRoo