|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello,
I try to configure the httpd.conf file to allow user to display information as an index, after I have add the neccessary configuration, it doesn't work. ServerName www.melinx.com DocumentRoot /usr/www/site.index/docs Alias /site "/usr/www/site.index/docs" <Directory /usr/www/site.index/docs> IndexOptions FancyIndexing AddDescription " one of our wonderful catalog " catelog.html/ catelog2.html AddIconByType (CAT, icons/bomb.gif) text/* DefaultIcon icons/burst.gif </Directory>u Should I put the icons/bomb.gif and icons/burst.gif in the /usr/www/ site.index/docs however the icons/bomb.gif and icons/burst.gif is placed in the default location. Should any modification is needed? Thank yo |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On May 28, 6:16 am, kwan <kwan.ji...@gmail.com> wrote:
> Hello, > > I try to configure the httpd.conf file to allow user to display > information as an index, after I have add the neccessary > configuration, it doesn't work. > > ServerNamewww.melinx.com > DocumentRoot /usr/www/site.index/docs > Alias /site "/usr/www/site.index/docs" > <Directory /usr/www/site.index/docs> > IndexOptions FancyIndexing > AddDescription " one of our wonderful catalog " catelog.html/ > catelog2.html > AddIconByType (CAT, icons/bomb.gif) text/* > DefaultIcon icons/burst.gif > </Directory>u > > Should I put the icons/bomb.gif and icons/burst.gif in the /usr/www/ > site.index/docs > however the icons/bomb.gif and icons/burst.gif is placed in the > default location. > > Should any modification is needed? > > Thank yo I put Options all in the directory now it is working. |
|
![]() |
| Outils de la discussion | |
|
|