Hisma
Explorer
- Joined
- Mar 23, 2013
- Messages
- 87
hxall, I did your trick of uncommenting the "mod_cgi" line in my httpd.conf. That helped, I no longer got the "file not found" error, but instead it gave me a "403 forbidden" error.
So I checked /var/log/httpd-error.log. It gave me a nice descriptive error "ExecCGI not enabled for directory ../mythweb.pl".
I tried adding "Option ExecCGI" to the <directory> portion of my httpd.conf, but it still gave me the same error.
After googling around a bit, I found out that simply appending -
to the end of httpd.conf was enough to fix it. Again, feels like a dirty fix, but all this jail does is run mythtv & mythweb, so I'm okay with it.
Man, what a pita to get it all set up. I don't have issues w/ fast moving scenes btw. I also use an hdhomerun prime. My provider is comcast. No issues there.
I also realized I had mod_php56 already installed, so I need to update my personal notes to reflect that.
So I checked /var/log/httpd-error.log. It gave me a nice descriptive error "ExecCGI not enabled for directory ../mythweb.pl".
I tried adding "Option ExecCGI" to the <directory> portion of my httpd.conf, but it still gave me the same error.
After googling around a bit, I found out that simply appending -
Code:
<Location /> Options +ExecCGI </Location>
to the end of httpd.conf was enough to fix it. Again, feels like a dirty fix, but all this jail does is run mythtv & mythweb, so I'm okay with it.
Man, what a pita to get it all set up. I don't have issues w/ fast moving scenes btw. I also use an hdhomerun prime. My provider is comcast. No issues there.
I also realized I had mod_php56 already installed, so I need to update my personal notes to reflect that.