Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 122993

Use this tag for questions related to the Apache HTTP server (any version, but make sure to provide Apache version numbers in the question unless not relevant). Non-apache web server-related questions should use the tag: webserver.

0 votes

Error installing PHP7.1 with apache2 on debian 9

You may be missing SSL dev. Try this... apt-get install libssl-dev Likely this will solve your problem. Tip: Anytime you're missing a file, use apt-get to find it's package... apt-file search /ev …
David Favor's user avatar
1 vote

fedora 27 httpd 500 error

Here's the problem. Let's say you're running PHP-7.1 as an example. When PHP is handled by libapache2-mod-php7.1 the php_value settings in .htaccess are handled by this module. When PHP is handled …
David Favor's user avatar
1 vote

Is there a command to deny an IP

The problem with blocking on IP is the person on the attacking end will just move to another IP, if they're intent on attacking your IP. The fail2ban facility is extremely effective at blocking IPs, …
David Favor's user avatar