Directory index forbidden by Options directive?
Added by Cartesian Diver almost 13 years ago
Hello, I'm running Centos 6.2, apache on port 80 n' lighttpd on 81. My videos aren't streaming.
cpanel error.--
Directory index forbidden by Options directive: /home/hnt/public_html/media/player/, referer: http://www.hnt.me/media/player/player.swf?f=http://www.mydomain/media/player/config.php?vkey=12%22
Lighttp access.log
http://pastebin.com/qJLyPszY
Modules.conf:
server.modules = (
"mod_rewrite",
"mod_secdownload",
"mod_flv_streaming",
"mod_access",
"mod_auth",
"mod_accesslog"
)
#url.rewrite-once = ( "^/(.*)\.(.+)$" => "$0", "^/(.+)/?$" => "/loader.php/$1" )
secdownload.secret = "welcome"
secdownload.document-root = "/home/hnt/public_html/media/videos/flv/"
secdownload.uri-prefix = "/flv/"
secdownload.timeout = 3600
#h264-streaming.extensions = ( ".mp4", ".f4v" )
#h264-streaming.buffer-seconds = 10
flv-streaming.extensions = ( ".flv" )
url.rewrite-once = ( "^/(.*)\.(.+)$" => "$0", "^/(.+)/?$" => "/loader.php/$1" )
$HTTP["url"] =~ "\.(mp4|f4v)$" {
expire.url = ( "" => "access 8 hours" )
}
lighttpd.conf:
http://pastebin.com/L9miDjQv
I've had videos downloading and playing before I did this and all installed everything n' system check as found everything.
my php file matches the modules.conf
$config['lighttpd'] = '1';
$config['lighttpd_key'] = 'welcome';
$config['lighttpd_prefix'] = '/flv/';
any help would be nice and maybe I add I can restart lighttpd with no problems.