You are not logged in.

#1 2007-11-17 01:20:11

jefones
Member
Registered: 2007-09-19
Posts: 17

[SOLVED]Apache not access /

I installed the apache following the wiki for install the torrentflux, but I can't access the /.  In my hd i have mount point /mnt/files. I would like to save my downloads in /mnt/files, but the apache not accept.


My httpd.conf section:

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow   
    Deny from all
</Directory>

I tried to change:
Order deny,allow to Order allow,deny
Deny from all to Allow from all

The packages version:
Apache 2.2.6-2
PHP 5.2.5-2
MySQL 5.0.45-1


But not work!

Thanks for help

Last edited by jefones (2007-11-18 21:44:40)

Offline

#2 2007-11-17 19:03:26

VikM
Member
Registered: 2007-11-10
Posts: 50

Re: [SOLVED]Apache not access /

Try to add Indexes at the Options array.

Offline

#3 2007-11-18 21:44:13

jefones
Member
Registered: 2007-09-19
Posts: 17

Re: [SOLVED]Apache not access /

I solved the problem. The problem is the php. I configured the php.ini and added the path in line 252.

Thanks for help

Offline

Board footer

Powered by FluxBB