En 24 de febrero de 2020 2:28:39 p. m. Marcelino Bacerio Fernández
<t...@alquitex.co.cu> escribió:
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
Échale un ojo a estos links
https://www.linode.com/docs/web-servers/lamp/how-to-install-a-lamp-stack-on-arch-linux/
https://wiki.archlinux.org/index.php/Apache_HTTP_Server_(Espa%C3%B1ol)
_______________________________________________
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu