23 lines
467 B
Plaintext
23 lines
467 B
Plaintext
|
# # 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>
|