Like many people I have a directory of files that aren't called via a url link.
The boards previous help directed my to the 5.25 FAQ. I was able to use
the 2nd half of 5.25 FAQ (the Find command method) to create a list of pdf
files and after adding the filename path to my htdig.conf file I was able to get
things working! However, I would prefer to use the Autoindex feature of
Apache and this is what I can't get working... I'm kinda bound to using the
graphical ApacheConfig app and the first half of 5.25 wants you to edit the
httpd.conf manually. Sure I can do it, but the next time someone uses ApacheConfig
my work will be lost.

Here is what I have configured.

In Apache I have two virutal hosts set up.
In my one virtual host ,"clerk.myserver.com",
For that virtual host I click on Directories and add the path /var/www/html/clerk/docs
I click on Indexing (actually I believe it defaults to being clicked "on")

I save and restart my httpd service

When I vi the httpd.conf file here is what it says...

# Virtual host clerk.rmyserver.com
<VirtualHost 192.131.11.14>
DocumentRoot /var/www/html/clerk
ServerName myserver.com
<Directory "/var/www/html/clerk/docs">
AllowOverride none
</Directory>

So it seems like the indexing doesn't get set. Is this a bug, or am I doing something wrong?




-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to