[mythtv-users] Upgraded to Ubuntu 13.10 --> Mythweb down

Douglas Peale Douglas_Peale at comcast.net
Sun Oct 20 19:29:57 UTC 2013


On 10/20/2013 12:14 PM, Bill Meek wrote:
> On 10/20/2013 01:16 PM, Douglas Peale wrote:
> ...
>> How do I get the apache process running? And why didn't mythTV get it started?
>
> Hi;
>
> I've never seen apache get started out of /etc/init/mythtv-backend.conf.
> Similar to mysql or avahi or nfs..., it's started by the system.
>
> To start it from the command line:   sudo service apache2 start
>
> Then, I'd check /var/log/syslog for errors and hopefully a reason why
> it didn't start.
>
$ sudo service apache2 start
[sudo] password for user:
 * Starting web server apache2                                                   *
 * The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 30 of /etc/apache2/sites-enabled/mythweb.conf:
You may not use 'Options +All' or 'Options -All'.
Action 'configtest' failed.
The Apache error log may have more information.

The apache error log is still empty.

(line numbers added so you don't have to count) beginning of /etc/apache2/sites-enabled/mythweb.conf:
01#
02# Apache configuration directives for MythWeb.  Please read INSTALL for setup
03# requirements and troubleshooting, along with the comments in this file.
04#
05
06############################################################################
07# If you intend to use authentication for MythWeb (see below), you will
08# probably also want to uncomment the following rules, which disable
09# authentication for MythWeb's download URLs so you can properly stream
10# to media players that don't work with authenticated servers.
11#
12#    <LocationMatch .*/pl/stream/[0-9]+/[0-9]+>
13#        Allow from all
14#    </LocationMatch>
15#
16#    <LocationMatch .*/music/stream.php>
17#        Allow from all
18#    </LocationMatch>
19
20
21#
22# CHANGE THESE PATHS TO MATCH YOUR MYTHWEB INSTALLATION DIRECTORY!  e.g.
23#
24#    /var/www
25#    /home/www/htdocs
26#    /var/www/mythweb/mythweb
27#    /srv/www/htdocs/mythweb
28#
29    <Directory "/var/www/mythweb/data">
30        Options -All +FollowSymLinks +IncludesNoExec
31    </Directory>
32    <Directory "/var/www/mythweb" >
33
34
rest of file not incuded.

So it does not like the "Options -All" line. I have no idea what this is intended to do, so I don't know how to fix it.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20131020/82d24df6/attachment.sig>


More information about the mythtv-users mailing list