GithubHelp home page GithubHelp logo

Vhost file not see on debian about breeder HOT 9 OPEN

welaika avatar welaika commented on June 2, 2024
Vhost file not see on debian

from breeder.

Comments (9)

alessandro-fazzi avatar alessandro-fazzi commented on June 2, 2024

Hmmm...sounds strange: I work and I've worked for years with debian servers, but I can't find where that line could be...

In all my /etc/apache2/apache2.conf the inclusion is at the EOF and looks like

# Include generic snippets of statements
Include conf.d/

# Include the virtual host configurations:
Include sites-enabled/

Overall no one of my vhosts has a .conf extension and the inclusion is never optional.

Could you tell me where have you found that config, what version of Debian are you running, if you have installed apache from the repositories or compiled or whatever, ecc. ecc.? I'll be glad to investigate a bit

from breeder.

Mte90 avatar Mte90 commented on June 2, 2024

I'm using debian sid.
i have downlaoded the deb for check the apache2.conf http://packages.debian.org/sid/apache2
I don't know if the problem exist because i use apache 2.4.* instead of 2.2.* :-/
This is the content:

# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf

# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf```

from breeder.

alessandro-fazzi avatar alessandro-fazzi commented on June 2, 2024

Could you paste the output of apt-cache policy apache2, please?

from breeder.

Mte90 avatar Mte90 commented on June 2, 2024

no problem :-)

  Installato: 2.4.6-3
  Candidato:  2.4.6-3
  Tabella versione:
 *** 2.4.6-3 0
        500 http://mi.mirror.garr.it/mirrors/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status

from breeder.

alessandro-fazzi avatar alessandro-fazzi commented on June 2, 2024

Ok, reading comments in apache2.conf from apache2.4:

#   /etc/apache2/
#   |-- apache2.conf
#   |   `--  ports.conf
#   |-- mods-enabled
#   |   |-- *.load
#   |   `-- *.conf
#   |-- conf-enabled
#   |   `-- *.conf
#   `-- sites-enabled
#       `-- *.conf

while it was

#   /etc/apache2/
#   |-- apache2.conf
#   |   `--  ports.conf
#   |-- mods-enabled
#   |   |-- *.load
#   |   `-- *.conf
#   |-- conf.d
#   |   `-- *
#   `-- sites-enabled
#       `-- *

So, yes: we should expect some changes...I think it shouldn't be a problem to adapt breeder to write .conf files, since they would be compatible with older apache2.2 installations. I'll mark this issue as "enhancement" and I'll push something; probably later this week.

from breeder.

Mte90 avatar Mte90 commented on June 2, 2024

no problem :-)

from breeder.

Mte90 avatar Mte90 commented on June 2, 2024

any news?

from breeder.

Flimmer1970 avatar Flimmer1970 commented on June 2, 2024

I had the same problem, caused by a wrong directive in 000-default.conf.
Check with systemctl status apache2.service -l

from breeder.

Mte90 avatar Mte90 commented on June 2, 2024

this problem exist

from breeder.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.