the obsolete directory /etc/apache2/conf.d

Moderator: crythias

Post Reply
micshi
Znuny expert
Posts: 191
Joined: 05 Jul 2011, 16:10
Znuny Version: 3.2.2
Real Name: Micshi
Location: Beijing
Contact:

the obsolete directory /etc/apache2/conf.d

Post by micshi »

Hi,

I have a host with ubuntu ver 14.04.1. There is no directory of "conf.d" under /etc/apache2. I think /etc/apache2/conf.d is obsolete in ubuntu 14.04.1.

So I can not execute the following command to complete OTRS installation.
cp /opt/otrs/scripts/apache2-httpd.include.conf /etc/apache2/conf.d/otrs.conf

How to fix this issue?

Best

micshi
OTRS 3.2.2, ITSM 3.2.2, SystemMonitor
Ubuntu, Apache2, MySQL 5
My OTRS Blog
OTRS Basic Concept Training
OTRS Demo Instance
micshi
Znuny expert
Posts: 191
Joined: 05 Jul 2011, 16:10
Znuny Version: 3.2.2
Real Name: Micshi
Location: Beijing
Contact:

Re: the obsolete directory /etc/apache2/conf.d

Post by micshi »

solved as following

cp /opt/otrs/scripts/apache2-httpd.include.conf /etc/apache2/conf-available/otrs.conf
cd /etc/apache2/conf-available
a2enconf otrs.conf
service apache2 restart

micshi
OTRS 3.2.2, ITSM 3.2.2, SystemMonitor
Ubuntu, Apache2, MySQL 5
My OTRS Blog
OTRS Basic Concept Training
OTRS Demo Instance
Post Reply