This is a discussion on Directory Browsing, file viewing within the Apache Web Server forums, part of the Web Server and Related Forums category; I attempting to setup my 2.0.47 configuration so that a developer can directory browse a directory of log ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I attempting to setup my 2.0.47 configuration so that a developer can
directory browse a directory of log files temporarily so I dont have to keep sending them to him. I've got the browse working fine with "Options Indexes" directive. I see the list of 5 or so application logs that the user needs. But when they click on it, boom, 404. My whole config looks like Alias /applogs/ "d:/program files/testapp/logs" <Directory d:/program files/testapp/logs"> Options Indexes </Directory |
|
|||
|
Oh those pesky slashes. After looking in my error.log and seeing and
error accessing "d:/progrma files/testapp/logslog1.log" I realized I left out a slash. My Alias now reads as Alias /applogs/ "d:/program files/testapp/logs/" |
| Thread Tools | |
| Display Modes | |
|
|