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

  • Home
  • SEARCH
  • 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 6057661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:30:48+00:00 2026-05-23T08:30:48+00:00

I need to block files in directory from being executed, i was recommended to

  • 0

I need to block files in directory from being executed, i was recommended to set

php_flag engine off  

Now i need go get list of other engines running and disable each of them.

  • 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-05-23T08:30:48+00:00Added an answer on May 23, 2026 at 8:30 am

    I guess you are looking to secure a kind of a file upload directory from executing source codes.

    1) Security checks :
    You may first check whether this directive *php_flag engine off* is effectively taken into account by your server, putting a php file and calling it from your browser. As far as I remember, this directive works with Apache2 and above but not below.

    Provided that you can activate additional php modules (mod_mime), I guess you could also complete your .htaccess file by 2 lines :

    RemoveHandler .php .phtml .php3 .php4 .php5 .cgi .fcgi 
    RemoveType .php .phtml .php3 .php4 .php5 .cgi .fcgi 
    php_flag engine off
    

    2) “Running engines” :
    Your question is not clear to me and in any case, the answer depends on your OS and distro. On a debian, you’ll show up information about Apache, Bind DNS, or Postfix smtp server and their port numbers like this :

    netstat -tulpn
    

    3) AddHandler :
    But maybe you are looking for the file types handled by the server in a particular directory. For this, you have to check your apache.conf or httpd.conf file and find which types of files are handled in your conf file(s). Then you shall check for the AddHandler directives. To find those lines on a debian machine with apache2 installed from the standard packages into the default directories :

    grep --color -Rn -e "handler" -e "type" /etc/apache2/*.conf
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to trigger a block of code after 20 minutes from the AlarmManager
I'm trying to get a block of code down to one line. I need
To serve millions of files out of a single directory, being able to connect
So when I take pictures they get saved to DCIM/Camera/ directory. I need to
Basically in order to have a profile Block u need - let's say profile
I need to create a block of unique lines to test a different project
I need to encrypt a small block of data (16 bytes) using 512 bit
I need a way to programaticaly block and then later unblock specific websites based
I need to obtain the number of parameters a given block takes. For example:
I basically need to highlight a particular word in a block of text. For

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.