Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8846235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:55:53+00:00 2026-06-14T11:55:53+00:00

I am trying to configure Apache to serve on multiple ports, but when I

  • 0

I am trying to configure Apache to serve on multiple ports, but when I add multiple listen directives I get a 204.

Works fine with only one listen directive (only the virtual host with the corresponding port)

Here is my vhost config:

# Listen
Listen 8013
Listen 8015
Listen 8019

# NameVirtualHost
NameVirtualHost *:8013
NameVirtualHost *:8015
NameVirtualHost *:8019

# Projects
<VirtualHost *:8013>
   ServerName local.dev

    DocumentRoot "/Users/laskew/DEV"
    <Directory "/Users/laskew/DEV">

      Options Indexes FollowSymLinks Includes
      AllowOverride All
      Order allow,deny
      Allow from all
   </Directory>
</VirtualHost>

# Subversion
<VirtualHost *:8015>
  ServerName local.svn

  DocumentRoot "/Users/laskew/SVN"

  <Directory "/Users/laskew/SVN">
    Options Indexes FollowSymLinks Includes
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>


# Git
<VirtualHost *:8019>
  ServerName local.git

  DocumentRoot "/Users/laskew/GITHUB"

  <Directory "/Users/laskew/GITHUB">
    Options Indexes FollowSymLinks Includes
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:55:54+00:00Added an answer on June 14, 2026 at 11:55 am

    Make sure that in your “httpd.conf” you have it set to listen on port 80. I think that it always needs to be listening on that port.

    Also you need to add the directive “AcceptMutex flock” at the end of your httpd.conf file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying out atmosphere on tomcat 6 but only long polling works not websockets.
I'm trying to configure apache 2.2 for php 5.2 (or preferably 5.3, but php.net
I am trying to configure an apache server using mod_wsgi for dynamic mass hosting.
I'm trying to configure org.apache.commons.dbcp.BasicDataSource as bean in web.xml under a tomcat project using
I am trying to configure the Apache FtpServer for windows, and i've got most
I'm trying to understand the basic mechanism at which apache works internally (for academic
I have been trying to configure my apache server to support virtual hosts, these
I'm trying to configure the preinstalled Apache server in Mountain Lion. I need to
Trying to get ActiveMQ with JNDI running following ( http://activemq.apache.org/jndi-support.html ) and i have
I'm trying to configure Tomcat with Eclipse Indigo, but the Servers view is missing.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.