Put your new config and the output from 'httpd -S' on a paste bin and I will take a look.
Also try asking for some real time help in irc.freenode.net #httpd On Sat, Oct 26, 2013 at 8:59 AM, Maurizio Caloro <mau...@gmx.ch> wrote: > Hello Dear Matt > Thanks for your Quick Answer! > > I have done all the changes but stil the same the HomeShine site are not > Available > the Path to this folder are all Ok and i don't know why this error allso > ocure. > Thanks for your help > Regards > Mauri > > 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 <mau...@gmx.ch> 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 webmas...@caloro.ch >>>> 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 webmas...@homeshine.ch >>>> 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 >>>> >>>> >>>> >