If you encounter a “550 Permission denied” error when dealing with virtual users in your vsftpd configuration, you may be missing one...
Successful Client Requests 200 OK 201 Created 202 Accepted 203 Non-Authorative Information 204 No Content 205 Reset Content 206 Partial Content Client...
If you are getting the warning “_default_ VirtualHost overlap on port 80, the first has precedence” you are missing the NameVirtualHost directive...
If you encounter the “Unable to open logs” error, chances are it’s one of two different things; you’re not listening on an...
To run multiple instances of Apache on port 80 they need to be listening on different IP addresses. If you have 1...
To block specific IP addresses from accessing a specific VirtualHost or your entire webserver, you can set up a RewriteMap with the...
To restrict access to specific to files in Apache via the httpd.conf you can use the Files directive. An example is shown...
If you get the error “no listening sockets available, shutting down” when starting Apache, you may be missing the Listen directive in...
When you start the JVM, you can set it’s initial heap memory size using the -Xms switch. You can set it to...
To increase the heap size for your tomcat server, you can start the JVM with a higher heap memory maximum using the...