Template evoadmin de vhost pas compatible Apache 2.4 #10

Closed
opened 2018-11-26 16:37:48 +01:00 by Ghost · 1 comment

Corrections :

--- /tmp/vhost    2015-08-21 14:46:05.000000000 +0200
+++ /usr/share/scripts/evoadmin/vhost    2015-08-21 14:46:45.290116825 +0200
@@ -9,20 +9,19 @@

     # Propriete du repertoire
     <Directory HOME_DIR/XXX/www/>
-        #Options Indexes SymLinksIfOwnerMatch
-        Options SymLinksIfOwnerMatch
+        #Options +Indexes +SymLinksIfOwnerMatch
+        Options +SymLinksIfOwnerMatch
         AllowOverride AuthConfig Limit FileInfo
     </Directory>

     # CGI
     ScriptAlias /cgi-RANDOM /usr/lib/cgi-bin/
     <Directory /usr/lib/cgi-bin/>
-        Options ExecCGI -MultiViews
+        Options +ExecCGI -MultiViews
         AllowOverride None

         AuthName "Restricted" 
         AuthUserFile HOME_DIR/XXX/.htpasswd
-        AuthGroupFile /dev/null
         AuthType Basic
         require valid-user
Corrections : ``` --- /tmp/vhost 2015-08-21 14:46:05.000000000 +0200 +++ /usr/share/scripts/evoadmin/vhost 2015-08-21 14:46:45.290116825 +0200 @@ -9,20 +9,19 @@ # Propriete du repertoire <Directory HOME_DIR/XXX/www/> - #Options Indexes SymLinksIfOwnerMatch - Options SymLinksIfOwnerMatch + #Options +Indexes +SymLinksIfOwnerMatch + Options +SymLinksIfOwnerMatch AllowOverride AuthConfig Limit FileInfo </Directory> # CGI ScriptAlias /cgi-RANDOM /usr/lib/cgi-bin/ <Directory /usr/lib/cgi-bin/> - Options ExecCGI -MultiViews + Options +ExecCGI -MultiViews AllowOverride None AuthName "Restricted" AuthUserFile HOME_DIR/XXX/.htpasswd - AuthGroupFile /dev/null AuthType Basic require valid-user ```
benpro was assigned by Ghost 2018-11-26 16:37:48 +01:00
Ghost added the
Bug
Forge
Server
labels 2018-11-26 16:37:48 +01:00
Author

Fixed by 0b1c452ee5

Fixed by 0b1c452ee5317abc895fe0b5df2b76445fadd6a4
Ghost closed this issue 2018-11-26 16:38:06 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evoadmin-web#10
No description provided.