404 Not Found ! Https Error

Yes i tried that. But everything is blocks. i put it in the ucs file.

If thats the case theres something wrong. We need more details about the conf-file, your internal network and the steps you haven taken to enable the restriction.

I connected my external ip to my domain name.


#       /etc/univention/templates/files/etc/apache2/conf-available/ucs.conf
#

MaxClients 150
ServerAdmin webmaster@owncloudx..........
ServerSignature On

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

<Directory /var/www/>
        Options +Indexes +FollowSymLinks +MultiViews
        AllowOverride AuthConfig Limit FileInfo

        Order allow,deny
        allow from all
</Directory>

<Location /univention/>
  Require ip 192.168.0.0/24 (here i have my internal ip) # put your local network address range here
  Require all denied
</Location>

Modifications in templates should be done only when there is no other method. The main reason is that updates for these templates are not applied automatically anymore (see Note in https://docs.software-univention.de/manual-4.3.html#ucr::templates::extend).
The method described in the linked thread avoids the modification of the template by creating a new configuration file which is completely independent.

Best Regards,
Dirk Ahrnke

He Dirk,
I let you now when it works.

Thanks!

Mastodon