View previous topic :: View next topic |
Author |
Message |
aitor11 n00b

Joined: 18 Aug 2002 Posts: 62
|
Posted: Tue May 18, 2004 12:05 am Post subject: Apache+squirrelmail=403 |
|
|
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 |
|
 |
kezzla Apprentice


Joined: 21 Aug 2003 Posts: 253 Location: Austin, TX
|
Posted: Tue May 18, 2004 3:14 am Post subject: |
|
|
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 |
|
 |
aitor11 n00b

Joined: 18 Aug 2002 Posts: 62
|
Posted: Tue May 18, 2004 3:53 am Post subject: |
|
|
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 |
|
 |
hadfield Retired Dev


Joined: 18 Mar 2003 Posts: 308 Location: Vancouver, BC, Canada
|
Posted: Tue May 18, 2004 5:22 am Post subject: |
|
|
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 |
|
 |
aitor11 n00b

Joined: 18 Aug 2002 Posts: 62
|
Posted: Tue May 18, 2004 3:52 pm Post subject: |
|
|
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 |
|
 |
hadfield Retired Dev


Joined: 18 Mar 2003 Posts: 308 Location: Vancouver, BC, Canada
|
Posted: Tue May 18, 2004 4:31 pm Post subject: |
|
|
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 |
|
 |
|