ServerRoot "/usr" PidFile /var/run/httpd.pid Timeout 10 KeepAlive Off ServerLimit 20 StartServers 4 MaxClients 500 MinSpareThreads 1 MaxSpareThreads 10 ThreadsPerChild 25 MaxRequestsPerChild 1000 Listen 80 LoadModule php5_module lib/apache/libphp5.so User nobody Group nobody ServerName 192.168.0.201 DocumentRoot "/gpfs1/fhg" Options FollowSymLinks AllowOverride None HostnameLookups Off ErrorLog /var/log/httpd/error_log LogLevel warn ServerTokens Minimal ServerSignature Off AddType application/x-httpd-php .php