[Gambas-user] XML component examples
Ron Onstenk
ronstk at ...239...
Sun Nov 14 16:02:38 CET 2004
On Sunday 14 November 2004 11:44, Bodard Fabien wrote:
| Le dimanche 14 Novembre 2004 00:38, Charlie Reinl a écrit :
|
| Hi hope F.J. Cruz can connect the server...
|
|
| Fabien Bodard
|
|
Well the connect is not the problem we, Leo and I, found sofar.
Connecting to the apache server works if it is www.magic-systems.net.
It does not respond if the request is for the gambas part.
gambas is setup as virtual server, may be there is a problem.
I think it is but do not know yet what exact, the apache documentation
is inconflict between v1.3 and 2.0
NameVirtualHost 1.2.3.4
<VirtualHost 1.2.3.4>
DocumentRoot /srv/httpd/www
ServerName www.magic-systems.net
UseCanonicalName off
</VirtualHost>
<VirtualHost 1.2.3.4>
DocumentRoot /home/fabien/www
ServerName gambas.magic-systems.net
UseCanonicalName off
</VirtualHost>
V2.x says the 1.2.3.4 should be unique IP or names.
V1.3 says they must be the same as NameVirtualHost if IP
The first match entry counts.
V2.x sound to me more correct as I can't reach gambas and get
always www. as responce.
But then why can others or the proxy do it correct?
I have his httpd.conf studied but see no real faulty things.
A few as i.e. it is started by inetd and not as stand alone.
The server returns www.magic-systems.net as name for all services
instead magic-systems.net
My server in Germany returns the domainname.de:http only, without www.
The only thing I can say it works if I use a ISDN connection.
With the ADSL modem it works only if I use a proxy server between.
The ADSL modem is a ZyXEL 650R-31 and has a router with NAT on board.
I'm see with ethereal response from the DNS system.
then the request is sent SYNC but never answered.
When I go to www.magic-systems.net it works.
It is gambas. that fails and in combination with a ADSL modem/router.
Also it is not excluded tiscali is part of it.
Daniel Campos had same problem and had/has tiscali.es at home with
the problem. Coincidence, who knows.
More information about the User
mailing list