Results 1 to 4 of 4
Hello,
I have changed DirectoryRoot in httpd.conf file to my desired location, the index.html file shows up when I type "localhost" in the browser.
In the index file I have ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-02-2007 #1
Configuring httpd.conf to make Apache work
Hello,
I have changed DirectoryRoot in httpd.conf file to my desired location, the index.html file shows up when I type "localhost" in the browser.
In the index file I have linked some folders (present in DirectoryRoot folder), but when I click the links, I get "Error 404, Object not found".
Thanks in advance for any help and suggestions.
Using Apache 2.2.6 on Mandriva 2008.0
Regrards,
- 12-02-2007 #2
Thought that this information might be helpful for someone to understand the problem better and answer specifically.
permissions are as follows:
[root@server qawwalis]# ls -al
total 108
drwxrwxr-x 6 asad asad 4096 2007-12-02 13:51 ./
drwx--x--x 56 asad asad 4096 2007-12-02 14:48 ../
drwxrwxr-x 2 asad asad 32768 2007-12-02 10:27 asad_nfak/
drwxrwxr-x 51 asad asad 4096 2007-12-01 09:21 aziz_mian/
-rwxrwxr-x 1 asad asad 1290 2007-12-02 14:03 index.html*
-rw-rw-r-- 1 asad asad 1288 2007-12-02 14:03 index.html~
drwxrwxr-x 8 asad asad 4096 2007-11-03 06:19 qari_saeed_chishti/
drwxrwxr-x 2 asad asad 20480 2007-10-09 01:05 zeeshan_nfak/
httpd.conf is configured as follows:
Haven't changed anything else from httpd.conf<Directory "/home/asad/qawwalis">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
You can visit the link http://62.236.61.96
Thanks.
- 12-02-2007 #3
- 12-02-2007 #4
Fixed it. There was a problem with my index.html file Thanks


Reply With Quote
