• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Ubuntu 13.10, Apache 2.4.x and Apache virtualhosts

By Abhishek Ghosh March 27, 2014 10:18 am Updated on October 17, 2014

Ubuntu 13.10, Apache 2.4.x and Apache virtualhosts

Advertisement

Ubuntu 13.10 has moved to Apache 2.4. Apache 2.4 needs virtual host config files to end with .conf, the differences are important to note. As practically we have many tutorials with Ubuntu 12.04, there will be minute differences with the configuration required now. As usually; for single server, single website hosting, there is no need to change anything, by default; it will work out of the box. This will and is affecting who are upgrading the distribution.

 

Ubuntu 13.10, Apache 2.4.x and Apache virtual hosts : The Scenario

 

If you are using Webmin System Administration Panel, we have tested at the time of publishing this article with all the latest updates; webmin successfully creating the virtual host file under /etc/apache2/sites-available/* with .conf extension but it is creating with an random number. You need to edit it with website / subdomain’s name and run the sensate and a2dissite commands to get them working.

If you are manually creating files; cd to /etc/apache2/sites-available/ and do ls :

Advertisement

---

Vim
1
2
3
4
5
cd /etc/apache2/sites-available/
pwd
/etc/apache2/sites-available/
ls
000-default.conf default-ssl.conf

You should copy with the domain name like example.com.conf ; so for the upgrades to 13.10 (important) => you frankly need to copy from example.com to example.com.conf and run the a2ensite (enables vhost) and a2dissite (disables vhost) commands. You will need to restart Apache. Foe easy server administration, there will be more smaller changes in next versions.

Ubuntu 13.10, Apache 2.4.x and Apache virtualhosts

The second solution is to remove the .conf extension in Apache 2.4 configuration file located in /etc/apache2/apache2.conf ; see it carefully :

Vim
1
2
3
4
5
6
$ changed in 2.4
# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf
$ Edit it to
# Include the virtual host configurations:
IncludeOptional sites-enabled/

The third way is to edit /etc/apache2/apache2.conf file and find (we are taking that you are using gnu nano text editor) HostnameLookups flag off to on. This is the default conf file now :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
        ServerAdmin webmaster@example.com
        ServerName  mysite.localhost
        ServerAlias mysite.localhost
 
        # Indexes + Directory Root.
        DocumentRoot /var/www/mysite/public_html
 
                DirectoryIndex index.php
                Options Indexes FollowSymLinks
                AllowOverride All
                Require all granted
 
        # Logfiles
        ErrorLog /var/log/apache2/mysite-error.log
        CustomLog /var/log/apache2/mysite-access.log common

In any case, if you need any backup files, you can actually grab it from source or ask us. By the way – Webmin System Administration Panel, by default doing the change of ownership to www-data user when you will add website path (it will create folder itself). Check the permission and ownership, in case for some reason you need a custom setup.

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Ubuntu 13.10, Apache 2.4.x and Apache virtualhosts

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Join/Merge Multiple Log Files For Big Data Analysis

    Here Are The Ways To Join/Merge Multiple Log Files For Big Data Analysis, Store Them To OpenStack Based Cloud Storage And Delete Old Files.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Configure Apache With Fail2Ban on Ubuntu 18.04

    Here is How To Configure Apache With Fail2Ban on Ubuntu 18.04 to block more types of malicious attempts towards server to create a practical firewall.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy