-
During Installation I came to chapter 5 'HTTP Server'. Until now I followed the installation guide and have only less issues (I have to do a look for the redis service. But this is not relevant in this case). Now I get the message "Static Media Failure" when call the URL https:// I have checked the three hints. The files are at the place and they are reachable. What should I check next? [edit] I assume that there is a missing entry in the vhost config.[/edit] (OS is openSUSE 15.2; Apache2) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
A cursory google check implies this may be related to directory or symlink permissions. Make sure that the user that apache is running as has permission to be in /opt, and the directory that /opt/netbox points to. Also that the symlink is owned by the same user as the target directory. |
Beta Was this translation helpful? Give feedback.
-
The short answer is, there's an error in your Apache config. However without seeing your complete Apache config, it's hard to be more specific. It's also unclear which version of installation instructions you followed. Did you download and unpack a release archive, or did you clone the git repository? If you chose the former option, then the instructions recommend creating a symlink from Did you use the supplied
Now, the other thing is you're using OpenSUSE. The default
Maybe OpenSUSE doesn't have that? |
Beta Was this translation helpful? Give feedback.
The short answer is, there's an error in your Apache config. However without seeing your complete Apache config, it's hard to be more specific.
It's also unclear which version of installation instructions you followed. Did you download and unpack a release archive, or did you clone the git repository?
If you chose the former option, then the instructions recommend creating a symlink from
/opt/netbox
to/opt/netbox-x.x.x
. Did you do that? It may be relevant, given that the error is about symlinks.Did you use the supplied
/opt/netbox/contrib/apache.conf
? It includes a setting which relates to symlinks: