Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Apache+squirrelmail=403
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
aitor11
n00b
n00b


Joined: 18 Aug 2002
Posts: 62

PostPosted: Tue May 18, 2004 12:05 am    Post subject: Apache+squirrelmail=403 Reply with quote

Hello, i have a problem that is making me crazy, i have my server working perfectly, but when i try to make a new subdir inside htdocs, like when i install squirrelmail, i always get a 403 error, i did chmod 755, i looked at the forums but nothing worked, please help, me what kind of info i have to give to get some help?

Aitor
Back to top
View user's profile Send private message
kezzla
Apprentice
Apprentice


Joined: 21 Aug 2003
Posts: 253
Location: Austin, TX

PostPosted: Tue May 18, 2004 3:14 am    Post subject: Reply with quote

http://www.domain.com/subdir/ <--Is that what you are doing ?

What are you expecting to get ? A directory listing ? Or webpage ?

You might need to add Indexes to your apache configs:
Options Indexes FollowSymLinks MultiViews

Code:
commonapache2.conf:

Options Indexes FollowSymLinks MultiViews

IndexOptions FancyIndexing VersionSort NameWidth=* SuppressDescription SuppressLastModified SuppressHTMLPreamble ScanHTMLTitles


Squirrelmail uses php, so make sure you have it installed.
Code:
# emerge mod_php
# vi /etc/conf.d/apache2
APACHE2_OPTS="-D PHP4"
Back to top
View user's profile Send private message
aitor11
n00b
n00b


Joined: 18 Aug 2002
Posts: 62

PostPosted: Tue May 18, 2004 3:53 am    Post subject: Reply with quote

Im triying to get squirrelmail working, not a file listing, and yes i have php working, im using wordpress and gallery.

Aitor
Back to top
View user's profile Send private message
hadfield
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 308
Location: Vancouver, BC, Canada

PostPosted: Tue May 18, 2004 5:22 am    Post subject: Reply with quote

Quote:
when i try to make a new subdir inside htdocs, like when i install squirrelmail, i always get a 403 error


If you always get a 403 error when you make a new subdir inside htdocs, how did you get gallery and wordpress working? I think I'm not quite sure exactly what your problem is here, besides the fact that you can't get squirrelmail to work.

Did you restart apache if you needed to add anything to the conf file?

What if you do something like moving the gallery directory to something like gallery.old and then naming the squirrelmail directory gallery, just to check if it's an apache config problem or not?
Back to top
View user's profile Send private message
aitor11
n00b
n00b


Joined: 18 Aug 2002
Posts: 62

PostPosted: Tue May 18, 2004 3:52 pm    Post subject: Reply with quote

Yes, i have everything else working for two months by now, once i had a problem with my router and i thougt that was the server so i changed the permissions but now thay are all 755, and no is not working either if i rename squirrelmail as gallery

Aitor
Back to top
View user's profile Send private message
hadfield
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 308
Location: Vancouver, BC, Canada

PostPosted: Tue May 18, 2004 4:31 pm    Post subject: Reply with quote

Have you tried:
http://your.sites.url/squirrelmail/index.php

Check your apache error log and it should tell you what's going on. Maybe you could post the relevant parts of the error log here too.
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