This is a discussion on Real Newbie How do a modify a module within the Apache Web Server forums, part of the Web Server and Related Forums category; I am trying to modify the autoindex module to make the name field larger. I know I need to change ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am trying to modify the autoindex module to make the name field larger. I know I need to change namewidth = [n] However, I can't find a program that will allow me to open the module to change it. I have tried every text editor I have. What is the proper propgram to use? Thank you, Ralph |
|
|||
|
Raoul wrote:
> I am trying to modify the autoindex module to make the name field > larger. > > I know I need to change namewidth = [n] > > However, I can't find a program that will allow me to open the module > to change it. I have tried every text editor I have. > > What is the proper propgram to use? > > Thank you, > > Ralph > The setting is in your httpd.conf: IndexOptions NameWidth=76 (or whatever you want) Michel |
|
|||
|
On Sat, 18 Jun 2005 03:40:59 +0200, dillinger <dillinger@invalid.not>
wrote: >Raoul wrote: >> I am trying to modify the autoindex module to make the name field >> larger. >> >> I know I need to change namewidth = [n] >> >> However, I can't find a program that will allow me to open the module >> to change it. I have tried every text editor I have. >> >> What is the proper propgram to use? >> >> Thank you, >> >> Ralph >> > >The setting is in your httpd.conf: > >IndexOptions NameWidth=76 (or whatever you want) > >Michel > Thank you so much. That little bit of information has opened whole new possiblities for me. Especially after I figured out I had to reboot my (or atleast restart the server) for it to take effect. I told you I was a real newbie at this. Again, thank you, Ralph |
| Thread Tools | |
| Display Modes | |
|
|