Hi
I have setup apache2 server with FASTCGI , By following the instruction but not worker mod
http://askubuntu.com/questions/37873...4-via-terminal
after the installation I check the configuration with the following command and result seem ok
Code:
sudo apache2ctl configtest
My Document root is /var/www/html
Is the same way to enable .htaccess option in apache2.conf ?
Code:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Code:
sudo nano /etc/apache2/mods-available/mpm_event.conf
Code:
<IfModule mpm_event_module> Timeout 300 StartServers 2 ThreadLimit 64 ThreadsPerChild 64 MaxCoectionsPerChild 10000 MinSpareThreads 20 MaxSpareThreads 85 ServerLimit 8 MaxRequestWorkers 512 # AKA MaxClients KeepAlive On MaxKeepAliveRequests 50 KeepAliveTimeout 4 </IfModule>
Thanks
برچسب:
نویسنده: استخدام کار