View previous topic :: View next topic |
Author |
Message |
potatoface Guru
Joined: 18 Feb 2004 Posts: 542 Location: ::7F00:1
|
Posted: Sun Jun 26, 2005 3:24 pm Post subject: [SOLVED] mambo, apache2 --> doesnt show any images |
|
|
hi,
i have both mambo and phpbb installed.
there are no problems with phpbb but mambo doesnt show any images, only text when i try to access it from the lan or the internet.
when i connect with my hostname sick.mesc.lan all images are there!
the directories of mambo and phpbb have same permissions and owner --> root.
the configuration of both in commonapache2.conf is the same:
Code: | <Directory /home/www/localhost/htdocs/mambo>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
<Directory /home/www/localhost/htdocs/phpBB>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory> |
any help is appreciated _________________ The generation of random numbers is too important to be left to chance.
Adopt an unanswered post.
Last edited by potatoface on Sat Jul 02, 2005 10:18 pm; edited 1 time in total |
|
Back to top |
|
|
jbjay n00b
Joined: 13 Jun 2005 Posts: 22 Location: mostly at home
|
Posted: Tue Jun 28, 2005 7:57 pm Post subject: |
|
|
hi!
i ams sure this a permission issue.as fa as i remember imaage directory is to be set 777 or 755, but even if you set it doesn't work.at least for me.i tested in FreeBSD and in Gentoo Linux
mambo somehow can not handle the permission commands _________________ LINUX,The Future Technology
Linux is a registered trademark of Linus Torvalds. |
|
Back to top |
|
|
potatoface Guru
Joined: 18 Feb 2004 Posts: 542 Location: ::7F00:1
|
Posted: Sat Jul 02, 2005 10:17 pm Post subject: |
|
|
in my /mambo/configuration.php i changed the local address of my machine
Code: | $mosConfig_live_site = 'http://sick.****.lan/mambo'; |
to my 'real' address
Code: | $mosConfig_live_site = 'http://******************.26.11.tuwien.teleweb.at/mambo'; |
now i see cant see any images when browsing locally _________________ The generation of random numbers is too important to be left to chance.
Adopt an unanswered post. |
|
Back to top |
|
|
|