Hi falko,
Apache2 is now running.
$ sudo /etc/init.d/apache2 restart
Code:
Password:
* Forcing reload of apache 2.0 web server... apache2: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[ ok ]
After changing the line on;
/etc/apache2/ports.conf
Code:
Listen 80 Listen 40
to
Code:
Listen 80
Listen 44
They must be in 2 lines.
Shall I make any change on your suggestion?
Quote:
Please change
Code:
<IfModule prefork.c>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 20
MaxRequestsPerChild 0
</IfModule>
to
Code:
<IfModule prefork.c>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 20
MaxRequestsPerChild 10000
</IfModule>
and restart Apache.
|
[/quote]
Tks.
B.R.
satimis