Mam problem ponieważ na serwerze wewnątrz sieci (ip wewnętrzny 192.168.2.254) mam umieszczone kilka stron www każda pod inną domeną.
Domeny na home.pl skonfigurowane prze podanie ip http://xx.xx.xx.xx/katalog1/
i tak dla każdej domeny wskazując po prostu inny katalog. Strony działają i w ogóle ale po najechaniu kursorem na jakiś link wyświetla mi:
Kod: Zaznacz cały
[url]http://xx.xx.xx.xx/katalog/jakasstrona.html[/url]
Kod: Zaznacz cały
[url]http://domena.pl/jakasstrona.html[/url]
W katalogu:
Kod: Zaznacz cały
/etc/apache2/site-enabled/
Kod: Zaznacz cały
@000-default
Kod: Zaznacz cały
<VirtualHost xx.xx.xx.xx>
ServerName domena.pl
DocumentRoot /var/www/katalog1/
<Directory /var/www/katalog1/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Adres xx.xx.xx.xx, to mój zewnętrzny ip przekierowany na wewnętrzny serwer gdzie są strony.
Po restarcie apache2 dostaję:
Kod: Zaznacz cały
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName