Posts Tagged ‘Apache’

September 18, 2011 0

using a host file to test a virtual host apache site configuration

By in Apache 2

When developing on a server , you will want to test the site you are working on to make sure everything is working correctly.  Sometimes you may not have a domain name pointing to your test server.  This may present a problem because there may be domain specific configurations within your site that depends on [...]

Tags:

April 30, 2010 0

.htaccess apache rewrite rules

By in Server

Apache web server is a very popular and capable server used for serving up webpages like the one you are viewing. Apache uses what’s called .htaccess files in order to make configuration changes per directory.  

Tags:

April 28, 2010 4

Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName

By in Server

If you have Apache2 installed on a virtual server , you may have come across this.  You change your config and go to restart apache…

Tags: ,