[ADDCOM] Default community icon error #110

Closed
opened 2024-03-01 00:08:26 +01:00 by rooty · 4 comments
Owner

Default community icon generates an error on loading when user selects back the default text value

Default community icon generates an error on loading when user selects back the default text value
rooty added the
bug
live
master
labels 2024-03-01 00:08:26 +01:00
rooty self-assigned this 2024-03-01 00:08:26 +01:00
Author
Owner

Default icon not existing on server:
[Thu Feb 29 23:19:56.875616 2024] [autoindex:error] [pid 384087] [client 127.0.0.1:45276] AH01276: Cannot serve directory data/image/icons/node/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive

Default icon not existing on server: [Thu Feb 29 23:19:56.875616 2024] [autoindex:error] [pid 384087] [client 127.0.0.1:45276] AH01276: Cannot serve directory data/image/icons/node/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
Author
Owner

Tried to define a default image name for current directory in Apache's vhost configuration:
<Directory [...]/data/image/icons/node/>
Options Indexes FollowSymLinks SymLinksIfOwnerMatch
DirectoryIndex index.png

It works !

Tried to define a default image name for current directory in Apache's vhost configuration: <Directory [...]/data/image/icons/node/> Options Indexes FollowSymLinks SymLinksIfOwnerMatch DirectoryIndex index.png </Directory> It works !
Author
Owner

Issue committed on local repository in master branch

Issue committed on local repository in master branch
rooty added the
fixed
label 2024-03-01 00:16:15 +01:00
Author
Owner

Pushed on remote master branch

Pushed on remote master branch
rooty closed this issue 2024-03-01 00:17:07 +01:00
Sign in to join this conversation.
No description provided.