This is a discussion on two domains = one apache?? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello NG i have an problem on a HPUX 11.i Server... Apache 2.0.59 is running... in a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello NG
i have an problem on a HPUX 11.i Server... Apache 2.0.59 is running... in a browser on an another workstation the ip 192.168.11.5/Wiki is displayed correctly... when i tried in a browser "wiki" or "www.wiki.de" the apache page is display :-( in /etc/hosts: 192.168.11.5 wiki www.wiki.de in httpd.conf Listen 80 NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot /opt/hpws/apache/htdocs/wiki ServerName www.wiki.de </VirtualHost> I don't know where the problem is :-(((( best wishes Thomas |
|
|||
|
Thomas Bruns wrote:
> Hello NG > > i have an problem on a HPUX 11.i Server... Apache 2.0.59 is running... > > in a browser on an another workstation the ip 192.168.11.5/Wiki is > displayed correctly... > > when i tried in a browser "wiki" or "www.wiki.de" the apache page is > display :-( > > > in /etc/hosts: > 192.168.11.5 wiki www.wiki.de > > in httpd.conf > > Listen 80 > > > NameVirtualHost *:80 > > <VirtualHost *:80> > DocumentRoot /opt/hpws/apache/htdocs/wiki > ServerName www.wiki.de > > </VirtualHost> > > > I don't know where the problem is :-(((( > > best wishes > > Thomas something more the log tells me that the documentroot /opt/hpws/apache/htdocs/wiki/wiki wrong is |
|
|||
|
On Sep 5, 8:30 pm, Thomas Bruns <newsgr...@donbruno.de> wrote:
> Thomas Bruns wrote: > > Hello NG > > > i have an problem on a HPUX 11.i Server... Apache 2.0.59 is running... > > > in a browser on an another workstation the ip 192.168.11.5/Wiki is > > displayed correctly... > > > when i tried in a browser "wiki" or "www.wiki.de" the apache page is > > display :-( > > > in /etc/hosts: > > 192.168.11.5 wikiwww.wiki.de > > > in httpd.conf > > > Listen 80 > > > NameVirtualHost *:80 > > > <VirtualHost *:80> > > DocumentRoot /opt/hpws/apache/htdocs/wiki > > ServerNamewww.wiki.de > > > </VirtualHost> > > > I don't know where the problem is :-(((( > > > best wishes > > > Thomas > > something more > > the log tells me > > that the documentroot /opt/hpws/apache/htdocs/wiki/wiki wrong is- Hide quoted text - > > - Show quoted text - what if you do? http://www.wiki.de/Wiki http://wiki/Wiki http://192.168.11.5/Wiki and what if you do http://192.168.11.5 and where is the documentroot? /opt/hpws/apache/htdocs/wiki/wiki or documentroot /opt/hpws/apache/htdocs/wiki or documentroot /opt/hpws/apache/htdocs/wiki/Wiki or documentroot /opt/hpws/apache/htdocs/Wiki/Wiki or documentroot /opt/hpws/apache/htdocs/Wiki/wiki ? |