How to modify the default "Index of" page in OpenBSD 5.3 httpd
Using the old apache:
# grep -i httpd /etc/rc.conf
httpd_flags="-DSSL"
# grep -i nginx /etc/rc.conf
nginx_flags=NO
#
How can I modify the custom "Index of" page? ( http://i.imgur.com/OysUtyY.png )
QUESTION: The only problem with the default "Index of" page is that the "NAME" column has way to short width. How can I increase it?
Using the old apache:
# grep -i httpd /etc/rc.conf
httpd_flags="-DSSL"
# grep -i nginx /etc/rc.conf
nginx_flags=NO
#
How can I modify the custom "Index of" page? ( http://i.imgur.com/OysUtyY.png )
QUESTION: The only problem with the default "Index of" page is that the "NAME" column has way to short width. How can I increase it?
No comments:
Post a Comment