salix/images/httpd.conf

23 lines
467 B
Plaintext
Raw Normal View History

2023-12-16 21:52:12 +00:00
# # httpd.conf
# <Directory "/usr/local/apache2/cgi-bin">
# AllowOverride All
# Options +ExecCGI
# Require all granted
# </Directory>
# # httpd.conf
# <IfModule mpm_prefork_module>
# StartServers 5
# MinSpareServers 5
# MaxSpareServers 10
# MaxClients 150
# MaxRequestsPerChild 0
# </IfModule>
# # httpd.conf
# <Directory "/usr/local/apache2/htdocs">
# AllowOverride All
# Require all granted
# </Directory>