NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Apache with VitualHost ?
On Sat, Oct 26, 2013 at 02:59:50PM +0200, Maurizio Caloro wrote:
> I have done all the changes but stil the same the HomeShine site are not
> Available
Did you run "/etc/rc.d/apache reload" afterwards?
> the Path to this folder are all Ok and i don't know why this error allso
> ocure.
What is the extact error message that you get?
Kind rgards
> Am 26.10.2013 14:11, schrieb Maurizio Caloro:
> > Am 26.10.2013 13:39, schrieb Matt Sporleder:
> >
> >> hometime is not homeshine
> >> Yes this mod now i have change, but stil the same, no Webpage appair....
> >>
> >>
> >> On Oct 26, 2013, at 7:14 AM, Maurizio Caloro <mauric%gmx.ch@localhost>
> >> wrote:
> >>
> >>> Hello Together
> >>> After try to configure Apache with virtualhost, i have the problem that
> >>> the second link "homeshine" are not available.
> >>> - Caloro are Browsable = OK
> >>> - HomeShine
> >>> ony for local Network, but are not Available.
> >>> For any Help iam Happy
> >>> Regards
> >>> Mauri
> >>>
> >>> [Snip-http.conf]
> >>> # Virtual hosts
> >>> Include etc/httpd/httpd-vhosts.conf
> >>>
> >>> [Snip-http-Vhost.conf]
> >>> NameVirtualHost *:80
> >>>
> >>> <VirtualHost *:80>
> >>> ServerAdmin webmaster%caloro.ch@localhost
> >>> DocumentRoot "/usr/pkg/share/httpd/htdocs/caloro.ch/"
> >>> ServerName caloro.ch
> >>> ServerAlias www.caloro.ch
> >>> <Directory /usr/pkg/share/httpd/htdocs/caloro.ch/">
> >>> Options Indexes FollowSymLinks
> >>> AllowOverride None
> >>> Order allow,deny
> >>> Allow from all
> >>> </Directory>
> >>> <IfModule dir_module>
> >>> DirectoryIndex index.html
> >>> </IfModule>
> >>> ErrorLog /var/log/httpd/caloro_error.logs
> >>> TransferLog /var/log/httpd/caloro_trans.logs
> >>> </VirtualHost>
> >>>
> >>> <VirtualHost *:80>
> >>> ServerAdmin webmaster%homeshine.ch@localhost
> >>> DocumentRoot "/usr/pkg/share/httpd/htdocs/homeshine.ch/"
> >>> ServerName homeshine.ch
> >>> ServerAlias www.homeshine.ch
> >>> <Directory /usr/pkg/share/httpd/htdocs/homeshine.ch/">
> >>> Options Indexes FollowSymLinks
> >>> AllowOverride None
> >>> Order allow,deny
> >>> Allow from all
> >>> </Directory>
> >>> <IfModule dir_module>
> >>> DirectoryIndex index.html
> >>> </IfModule>
> >>> ErrorLog /var/log/httpd/homeshine_error.logs
> >>> TransferLog /var/log/httpd/homeshine_trans.logs
> >>> </VirtualHost>
> >>>
> >>> [Snip-Error.conf]
> >>> [Sat Oct 26 13:03:36 2013] [notice] Digest: generating secret for digest
> >>> authentication ...
> >>> [Sat Oct 26 13:03:36 2013] [notice] Digest: done
> >>> [Sat Oct 26 13:03:37 2013] [notice] Apache/2.2.25 (Unix) DAV/2
> >>> configured -- resuming normal operations
> >>>
> >>> [Snip-hosts]
> >>> 192.168.0.103 homeshine.ch caloro.ch
> >>>
> >>>
> >>>
--
Matthias Scheler http://zhadum.org.uk/
Home |
Main Index |
Thread Index |
Old Index