HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/root/proc/self/root/home/cca63905/www/guiaweb/dev/build/debian/apache/dolibarr.conf
# Apache config file for Dolibarr
<IfModule mod_alias.c>
Alias /dolibarr /usr/share/dolibarr/htdocs
</IfModule>

# You can also use dolibarr as a VirtualHost
# <VirtualHost *:*>
#     ServerName mydolibarrhostname.com
#     ServerAdmin root@example.com
#     DocumentRoot /usr/share/dolibarr/
#     ErrorLog logs/ldap.example.com-error.log
#     CustomLog logs/ldap.example.com-access.log common
#
#	<IfVersion >= 2.3>
#	Require all granted
#	</IfVersion>
#	<IfVersion < 2.3>
#	Order allow,deny
#	Allow from all
#	</IfVersion>
#
# </VirtualHost>

# Directory for web pages
<Directory /usr/share/dolibarr/htdocs>
	<IfVersion >= 2.3>
	Require all granted
	</IfVersion>
	<IfVersion < 2.3>
	Order allow,deny
	Allow from all
	</IfVersion>

    DirectoryIndex index.php
    Options +FollowSymLinks +Indexes

    ErrorDocument 401 /dolibarr/public/error-401.php
    ErrorDocument 404 /dolibarr/public/error-404.php

    <IfModule mod_php5.c>
      php_flag magic_quotes_gpc Off
      php_flag register_globals Off
    </IfModule>

    # OPTIMIZE: To use cache on static pages (A259200 = 1 month).
    # Note that you must also enable the module mod_expires.
    #ExpiresActive On
    #ExpiresByType image/x-icon A2592000
    #ExpiresByType image/gif A2592000
    #ExpiresByType image/png A2592000
    #ExpiresByType image/jpeg A2592000
    #ExpiresByType text/css A2592000
    #ExpiresByType text/javascript A2592000
    #ExpiresByType application/x-javascript A2592000
    #ExpiresByType application/javascript A2592000
</Directory>