Estoy instalando en proxmox un contenedor de archlinux un httpd para un sitio web y cuando abro la página me explora como un FTP por http

y al abrir el index.php, me da este error:

setStart($startTime, $startMem)->mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Execute the application. $app->execute();


mi archivo de /etc/httpd/conf/joomla.alquitex.co.cu.conf  es este

<VirtualHost *:80>
                ServerAdmin t...@alquitex.co.cu
                ServerName joomla.alquitex.co.cu

                DocumentRoot  /srv/http/joomla
                ErrorLog /var/log/httpd/error_joomla.log
                CustomLog /var/log/httpd/access.log combined

                <Directory /srv/http/joomla>
                        Options Indexes FollowSymLinks MultiViews
                        AllowOverride None
                        Order allow,deny
                        allow from all
                </Directory>
        </VirtualHost>

en espera de sus atenciones

--
______________________________________
Marcelino Bacerio Fernández (Tito)
Administrador de Red
Empresa Textil RMV

_______________________________________________
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu

Responder a