Please make sure the directive NameVirtualHost was inserted before declaring
virtual hosts:
NameVirtualHost *
Check if apache listens on the port 80:
Listen 80
Check if another virtual host with the same name (192.168.10.1) already
exists.
What message did you receive in the browser window when you tried to access http://192.168.10.1?
Mugur
On 4/19/07, phorum@code.campware.org wrote:
>
> Author: Remi Baba
> Link:
> http://code.campware.org/phorum/read.php?8,5487,5489,phorum_session_v5=Remi%2BBaba%3A7d732775fa813aab671a7b54ef3610f8#msg-5489
>
> --------------------------------------------------------------------------------
>
> The install created a NamedVirtualhost*:80. When I run
> '/etc/init.d/apache2 restart' the system generates an error to the effect
> that < *ports and non *ports cannot be used together with a namedVirtualHost
> > and Apache restart fails. So I editted to NamedVirtualHost* (removed :80
> because I thought of conflict with other app using port 8080) and Apache
> restart is successful.
> but cannot reach campsite in browser on 'http://192.168.10.1'
> I considered maybe I re-install with change of install config directory
> from /usr/local/campsite to /var/www/campsite, but that would put all my
> content and admin in the public domain!?
>
> --
> Sent from Campware Forums
> http://code.campware.org/phorum
>
On 4/19/07, Mugur Rus wrote:
>
> Please make sure the directive NameVirtualHost was inserted before
> declaring virtual hosts:
>
> NameVirtualHost *
>
> Check if apache listens on the port 80:
>
> Listen 80
>
> Check if another virtual host with the same name ( 192.168.10.1) already
> exists.
>
> What message did you receive in the browser window when you tried to
> access http://192.168.10.1?
>
> Mugur
>
> On 4/19/07, phorum@code.campware.org wrote:
> >
> > Author: Remi Baba
> > Link: http://code.campware.org/phorum/read.php?8,5487,5489,phorum_session_v5=Remi%2BBaba%3A7d732775fa813aab671a7b54ef3610f8#msg-5489
> >
> > --------------------------------------------------------------------------------
> >
> > The install created a NamedVirtualhost*:80. When I run
> > '/etc/init.d/apache2 restart' the system generates an error to the effect
> > that < *ports and non *ports cannot be used together with a namedVirtualHost
> > > and Apache restart fails. So I editted to NamedVirtualHost* (removed :80
> > because I thought of conflict with other app using port 8080) and Apache
> > restart is successful.
> > but cannot reach campsite in browser on 'http://192.168.10.1'
> > I considered maybe I re-install with change of install config directory
> > from /usr/local/campsite to /var/www/campsite, but that would put all my
> > content and admin in the public domain!?
> >
> > --
> > Sent from Campware Forums
> > http://code.campware.org/phorum
> >
>
>