View previous topic :: View next topic |
Author |
Message |
nes Apprentice
Joined: 10 Aug 2004 Posts: 155 Location: Vienna/Austria
|
Posted: Thu Oct 04, 2007 4:58 pm Post subject: [solved] Apache / Joomla - Grafiken |
|
|
Hallo allseits,
ich habe mir Joomla installiert und probier damit ein bisschen rum; es scheint auch alles einwandfrei zu klappen, einziges Problem ist der Zugriff von ausserhalb, über das Netz, da werden mir nämlich keine im CSS definierten Grafiken angezeigt.
Auf meinem Rechner: http://localhost/joomla/ -> alles klappt bestens.
Über's Netz: http://<meine ip>/joomla/ -> Die Seite wird offensichtlich aufgerufen, der Text meiner HP kommt, jedoch keine Grafiken, das von mir installierte/abgeänderte Template wird anscheinend komplett ignoriert, es kommt schwarzer Text auf weissem Hintergrund.
Ich vermute (!) irgendein Berechtigungsproblem, möglicherweise auch fehlende Einträge in der /etc/apache2/conf/ (da steht nirgends was vom Verzeichnis joomla drinnen).
Ich poste mal zwei Einträge meines /var/log/apache2/access_log, einmal der Zugriff von lokal, einmal übers Netz:
Code: |
// Zugriff lokal - alles bestens
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/css/template_css.css HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/bg-leaves.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET /joomla/modules/textsizer/larg.png HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET /joomla/modules/textsizer/small.png HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/lr_bg.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/toppath.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/bg.jpg HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/table_bg.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/topmenu_bg.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/strelka.gif HTTP/1.1" 404 303
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/subbullet.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/moduletable_th_bg.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/mainlevel_h.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/mainlevel.gif HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET //joomla/templates/privtempl/images/footer_bg.jpg HTTP/1.1" 304 -
127.0.0.1 - - [04/Oct/2007:18:39:07 +0200] "GET /joomla/ HTTP/1.1" 200 10951
// Zugriff übers Netz - offensichtlich fehlt "alles" ausser den Rohdaten der ersten Seite
xx.xx.xxx.xx - - [04/Oct/2007:18:52:13 +0200] "GET /joomla/ HTTP/1.1" 200 10951
|
Wenn mir da jemand weiterhelfen könnte - Danke!
lg., nes
Last edited by nes on Fri Oct 05, 2007 8:43 am; edited 1 time in total |
|
Back to top |
|
|
nes Apprentice
Joined: 10 Aug 2004 Posts: 155 Location: Vienna/Austria
|
Posted: Fri Oct 05, 2007 8:43 am Post subject: |
|
|
Ich hab's selbst gefunden, just for Info:
In der .../htdocs/joomla/configuration.php gehört die Variable
$mosConfig_live_site=localhost
auf
$mosConfig_live_site=<meine ip>
geändert, dann funktioniert sowohl der lokale als auch der Aufruf über's Netz.
lg., nes |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|