Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] mambo, apache2 --> doesnt show any images
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
potatoface
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: ::7F00:1

PostPosted: Sun Jun 26, 2005 3:24 pm    Post subject: [SOLVED] mambo, apache2 --> doesnt show any images Reply with quote

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
View user's profile Send private message
jbjay
n00b
n00b


Joined: 13 Jun 2005
Posts: 22
Location: mostly at home

PostPosted: Tue Jun 28, 2005 7:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
potatoface
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: ::7F00:1

PostPosted: Sat Jul 02, 2005 10:17 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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