Categories


Posts Tagged ‘Apache’

Fixing Apache’s Error: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName in Ubuntu

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

One of the server I am using is running ubuntu. I am installing memcached on the server and every time I restart the web server I always have the error “Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName”. If you are having the same error then this post is for you. This is how I solved the problem. Open the cli and use the command to edit apache’s config file: sudo gedit /etc/apache2/httpd.conf The

Continue Reading

2 Comments

Apache Allow htaccess

Most web developers use a “third party” web server which comes in a package such as WAMP or XAMPP resulting to miss configuration of the web server to perform several capabilities.  One of which is allowing htaccess configuration to take over the webserver’s main configuration.  Even apache itself usage of htaccess is disabled by default and configuring the server is needed to allow htaccess on your server.  Below is how to allow htaccess on your web server: Bookmark on Delicious

Continue Reading

No Comments

Rss Feeds