HEX
Server: Apache
System: Linux clpupre 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64
User: undanet (1000)
PHP: 7.4.3
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //etc/apache2/sites-available/portalempleoclpudb.proyectosundanet.com.conf
<VirtualHost *:80>
        ServerAdmin sistemas@undanet.com
        ServerName portalempleoclpudb.proyectosundanet.com

        DocumentRoot /home/undanet/phpmyadmin
        <Directory /home/undanet/phpmyadmin>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all
                #Allow from 83.175.238.186
                #Allow from 127.0.0.0/8

                php_admin_flag short_open_tag off
                Require all granted

        </Directory>

        TimeOut 300

        ErrorLog ${APACHE_LOG_DIR}/portalempleoclpudb-error.log

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

        CustomLog ${APACHE_LOG_DIR}/portalempleoclpudb-access.log combined

        #Header always set Access-Control-Allow-Origin "*"
        #Header always set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT"
        #Header always set Access-Control-Max-Age "1000"
        #Header always set Access-Control-Allow-Headers "x-requested-with, Content-Type, origin, authorization, accept, client-security-token, x-auth-token"
        #Header always set X-Content-Type-Options nosniff

RewriteEngine on
RewriteCond %{SERVER_NAME} =portalempleoclpudb.proyectosundanet.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>