8
Apache server returns 404 after timeoutview story

http://serverfault.com – Making multiple requests to the server causes a 404 error after about 40-60 seconds. I am using JavaScript to request: example.com/test/location. Apache has mod_rewrite enabled that maps this to the file index.php. (HowTos)

8
Apache Digest Authentication With Safari Not Workingview story

http://serverfault.com – I've setup an alias in my apache 2.2 configuration and protected it with digest authentication like this : Alias /archive/ "/var/versions/packages/" <Directory "/var/versions/packages/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all AuthType Digest AuthName "archive" AuthDigestProvider file AuthUserFile /auth/di (HowTos)

8
NGINX/PHP-FPM cpu spikes and runaway processesview story

http://serverfault.com – Recently I switched to NGINX/PHP-FPM to run my forums. The majority of the time, the site runs beautifully, seriously quick and I'm really happy with it. (HowTos)

8
Apache configuration for very high trafficview story

http://serverfault.com – We have a very high configuration server which is holding 2 websites with considerably good traffic. In peak hours we have 3000 to 4000 simultaneous users. But the current configuration of our apache seems to be wrong, as it hangs or makes the site very slow in the peak hours. (HowTos)

8
[ubuntu] My Apache wount workview story

http://ubuntuforums.org – Hi. I am using Xammp on ubuntu. When i installed it yesterday, apache was running well but now i get this message whenever i do sudo /opt/lampp/lampp start XAMPP: Starting Apache with SSL (and PHP5)... XAMPP: Error 1! (Hardware)

8
Apache suphp not worcking php_value and php_flagview story

http://forums.cpanel.net – Welcome. If you can help. I want to work properly. Htaccess lead. But if apache runs as "suphp", it does not work php_value. Please Help me. How to Enable ? ? ? (HowTos)

8
Configuring logs properly to discover why links are refusedview story

http://forums.cpanel.net – Hi, I'm trying to setup a WHM/CPanel server with our sites. They run on Joomla, so there are a number of mod_rewrite rules to combat security vulnerabilities that have (historically) been applied to the .htaccess files and we'd like to move into httpd.conf. We're getting a number of 403 Forbidden or 404 Not Found errors as we move from the old host environment to the new. (HowTos)

8
Forbidden apache file on a frash installation even though files authority seams to be wrightview story

https://www.centos.org – I have an issue i cant find the problem, I'm not a sysadmin (more like sysop) but I have some experience and google it around and even so I can't figure out what's going on ...The probl... [by rstriquer] (HowTos)

8
puppet master monitoringview story

http://askubuntu.com – I have installed puppetmaster in ubuntu 10 and i have installed puppet in all my clients. I have joined all my puppet clients with puppet master. Tell me how to list all the running services of my client (like nagios,apache,mysql etc) in my puppet master console? or simply how to monitor services running in client using master master console? thanks in advance (HowTos)

8
Could not open port for activeMQ broker on CentOSview story

http://serverfault.com – here is problem: We have virtual machine on VMware ESXi with CentOS 6.3 system (devserver). To access ports on virtual machine we do port forwarding. We deploy application in tomcat on devserver (Tomcat7,JDK7) iptables dispabled. After deployment, ActiveMQ start to listen on 60001 port. (HowTos)