Azure AppService with Apache HTTP and c based CGI program

HAMILTON, JAY 1 Reputation point
2022-08-11T18:21:03.803+00:00

Can I run Apache HTTP web server along with a c based CGI program on Azure App Services? I can see a path of doing this with docker but how about without Docker?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 17,731 Reputation points Microsoft Employee Moderator
    2022-08-15T02:49:02.89+00:00

    @HAMILTON, JAY Thank you for your question regarding Apache on Azure App Services.

    With the release of PHP 8.0, Azure App Services has moved from Apache (7.4 and earlier) to NGIX (8.0).

    If you are looking to utilize an Apache application in Azure App Services, you would need to consider using an Azure Web App Container app to get the customization you are looking for.

    If you have further questions, please let us know. For any product feedback you may have, we suggest posting it to here as the product group reviews the feedback.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.