Lucia Eiselstein wrote:


> I read this manual and created a site like described there:
> http://www.midgard-project.org/manual/basicdevel.htm
> I have now a new host under SG0. It's name is topart01:8100
> 
> I added this to midgard-data.conf:
> 
> Listen 8100
> NameVirtualHost 127.0.0.1:8100
> <VirtualHost 127.0.0.1:8100>
>     MidgardEngine On
>     ServerName topart01
>     Port 8100
>     
>     # Switch off magic quotes - it is required with Midgard
>     php3_magic_quotes_gpc off
>     php3_magic_quotes_runtime off
>     
>     # Configure text parser:
>     # Change to 'russian' for Russian Midgard
>     MidgardParser latin1
>     MidgardBlobDir "/var/www/blobs"
> </VirtualHost>
> 
> How I can view the page I created?
> If I click on the hostname under host - view properties, there only
> shows up a netscape error message "The document contained no data. Try
> again later, or contact the server's administrator.".

That probably means that the apache process is being aborted.
How did you compile PHP?

> If I change this host to test.topart01:80 in both midgard and
> midgard-data.conf, then Netscape is unable to locate the server. 

Is the name test.topart01 defined? Can you ping it?

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to