ServerRoot "/usr" PidFile /var/run/httpd.pid Timeout 10 KeepAlive Off ServerLimit 1 StartServers 1 MaxClients 25 MinSpareThreads 1 MaxSpareThreads 10 ThreadsPerChild 25 MaxRequestsPerChild 10000 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