Archivo de la categoría: apache

iptables OCI ubuntu 22.04 oracle cloud

source: https://docs.oracle.com/en-us/iaas/developer-tutorials/tutorials/apache-on-ubuntu/01oci-ubuntu-apache-summary.htm The Ubuntu firewall is disabled by default. However, you still need to update your iptables configuration to allow HTTP/HTTPS traffic. Update iptables with the following commands.Copy

What is the meaning of «AH00485: scoreboard is full, not at MaxRequestWorkers»?

My Environment CentOS 6.4 X86_64 Apache 2.4.4 PHP 5.4.16 (FPM) 2 Intel Xeon E5-2620 @ 2.00GHz (8 core, 16 threads in each processor) 48GB RAM registered memory. 3 Hard Disk 15RPM 145GB in RAID0 (by BIO Interesting Variables We had the same problem on Apache 2.4.6. After monitoring the server and adjusting the setting for… Read More: What is the meaning of «AH00485: scoreboard is full, not… »

Apache amdbox virtual hosts config

<VirtualHost 201.114.101.7:80>#SuexecUserGroup "#502" "#503"ServerName yucas.infoServerAlias www.yucas.infoDocumentRoot /home/merifest/public_htmlErrorLog /home/merifest/logs/error_logCustomLog /home/merifest/logs/access_log commonScriptAlias /cgi-bin/ /home/merifest/cgi-bin/

Subdomain Apache

Subdomain ConfigurationPublished: Monday, August 16, 2004 Subdomain Configuration A subdomain configuration is very similar to a domain name configuration. The only difference is that the subdomain entry is tied to the corresponding domain name lookup. A request for the subdomain (e.g. http://content.websitegear.com) will be routed to a DNS server containing the DNS information for the… Read More: Subdomain Apache »