Emile Heyns schrieb:
> 
> Erich Schneeweiss wrote:
> 
> > > > I always see only the Admin-Site. I have two additional virtual hosts
> > > > (localhost:80 and localhost:8080), the differece is only the required
> > > > password.
> >
> > Both sites are marked online! I' ve changed this with mysql last week.
> > It still does'nt work.
> 
> what does
> $ echo "select * from host;" | mysql -umidgrard -pmidgard midgard
> return?
> 
> and can you send me the virtualhost defs from your httpd.conf?

mysql> select * from host;
+----+--------------+------+-------+------+-------+------+--------+--------+
| id | name         | root | style | info | owner | port | online |
prefix |
+----+--------------+------+-------+------+-------+------+--------+--------+
|  1 | localhost    |    1 |     1 | auth |     0 |    0 |      1
|        |
|  2 | localhost    |   34 |     2 |      |     1 | 8080 |      1
|        |
|  3 | midgard_test |   42 |     1 | auth |     0 | 8000 |      1
|        |
+----+--------------+------+-------+------+-------+------+--------+--------+
3 rows in set (0.05 sec)

#/etc/conf/httpd.conf
<VirtualHost _default_:80>
DocumentRoot "/home/httpd/html"
ServerName localhost
ServerAdmin webmaster@localhost
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log
</VirtualHost>

<VirtualHost _default_:8080>
DocumentRoot "/usr/local/httpd/htdocs"
ServerName localhost
ServerAdmin webmaster@localhost
ErrorLog /var/log/httpd/error_log
TransferLog /var/log/httpd/access_log
</VirtualHost>



-- 
* Erich Schneeweiss         mailto:[EMAIL PROTECTED]
* Administrator of  paedak-krems.ac.at
* PA Krems      Dr. Gschmeidler Str. 22-30      A - 3500 Krems
* Tel: +43-2732-83591                   Fax: +43-2732-83591-71

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to