Corentin

Results 7 comments of Corentin
trafficstars

Hello, Tank you for your reply. I hope this feature will developed one day. Best regards.

@wu-lee @en1cc My trick: ``` tasks: - name: verify apache2 mod conf ansible.builtin.command: a2enmod {{ item }} with_items: "{{ apache_mods_enabled }}" notify: restart apache ```

Hi, I can try to do this. We can first discuss how it might work. My first naive idea : on login success, set a cookie to remeber idp. on...

Hello, Same issue here. My personal time zone is "Europe/Paris", and when i import an ics like the following one, i have the issue : the correct time in month/week...

same problem here. the trick i use to match requests in haproxy and modsec is the uniqid header. in /etc/haproxy/haproxy.cfg, add this in frontend section : ``` # Add unique-id...

Hi, this is also close to #5156