Skip to content

Debian install using Apache2 #91

@lizdodd

Description

@lizdodd

The install script worked well, but as I had to write my own apache2 conf file I thought I would share it.

apache2-graphs1090.conf

`Alias /graphs1090/graphs /run/graphs1090
Alias /graphs1090 /usr/share/graphs1090/html/

<Directory /usr/share/graphs1090/html/>
Options +FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.html

<Directory /run/graphs1090/>
AllowOverride All
Require all granted
DirectoryIndex disabled

`

I installed this in '/etc/apache2/conf-available' ; restarted apache with 'sudo systemctl reload apache2.service' and am enjoying my graphs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions