Skip to main content

All Questions

1 vote
2 answers
71 views

Not working `<Location/>` tag in Apache Virtual host

I am trying to create Apache virtualhost that is closed for all IP addresses with exception of one IP address and two URLs that should be publicly accessible. <IfModule mod_ssl.c> <...
jnemecz's user avatar
  • 161
2 votes
1 answer
53 views

Ubuntu Apache2 Basic Authentication Issue

I have an issue with an internal networking utility server that I am building, specifically around Basic Authentication. Now I have managed to get it to work with the following configuration:- root@P-...
Blacktip69's user avatar
1 vote
1 answer
156 views

Apache2 won't start even with unit file update post reboot

Issue : after server reboot apache2 won't automatically start (have to manually ssh and start via systemctl which starts without any issue) Error message: Feb 08 05:53:46 domain1_test.com systemd[1]: ...
ardv's user avatar
  • 11
0 votes
1 answer
454 views

RHEL 6 conf.modules.d not existing

I want to change the SSO of my application and need a httpd server for authentication via Keycloack. Now the problem is that when I install the httpd I don't have the conf.modules.d directory, which ...
user431918's user avatar
1 vote
1 answer
1k views

certbot does not recognize the added VirtualHost

I'm trying to use certbot to get a certificate for my http server running nextcloud (archarm on a raspi). When I run: $ sudo certbot --apache, I get: $ sudo certbot --apache Saving debug log to /...
BitFreak's user avatar
  • 225
0 votes
1 answer
1k views

Apply AllowOverride in global for all files conf of apache2

Is it possible to apply the AllowOverride directive globally? (without, therefore, going to every single configuration file and adding the directive)
vincenzogianfelice's user avatar
-1 votes
1 answer
61 views

allowing and banning cipher-suites apache2.2

There is a list of banned and recommended cipher-suites that I need to add to ssl.conf file, and I'm facing some problem when trying to configure it: I need to ban all ECDH* and allow 15 cipher-...
Bar's user avatar
  • 85
1 vote
0 answers
255 views

Outgoing HTTPS proxy using apache

I have an HTTP/HTTPS web server running on Apache 2.2.22, and I would like this machine to act as a proxy server as well. So far I have tried to modify the proxy.conf file as follows: ProxyRequests ...
Dmitry Grigoryev's user avatar
1 vote
1 answer
138 views

Arch: Is there any chance to use Apache all default for 2 or more virtual hosts?

I consider establishing an Arch based LAMP. From reading this document, it seems there is must configuration to be done just for Apache itself, not to mention MySQL and PHP. In Debian LAMP there's ...
user avatar
0 votes
1 answer
59 views

LAMP DB-agnostic way to create a DB stack

Is there a LAMP-MySQL (or equivalent) agnostic way to create a DB stack that includes: DB-user and a relative password DB with the same name as of the user Setting a host for the DB (say, localhost) ...
user avatar
1 vote
0 answers
249 views

Apache startup error with symlinked configuration file with 777 permissions

Ubuntu virtual machine with Apache 2.4.7 I'm getting these errors: apache2: Syntax error on line 216 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/conf-enabled/...
Buttle Butkus's user avatar
2 votes
2 answers
963 views

How to enable or disable Apache modules in a distro-agnostic way?

I usually work with Debian/Ubuntu as a basis for Apache and recently learned that commands like a2enmod MOD or a2dismod MOD are Debian-specific. Is there a global / distro-agnostic way (maybe with ...
user avatar
1 vote
0 answers
6k views

Subdomain of localhost is not working. Apache 2.4.25 (Debian) Server at subdomain.localhost Port 80

Apache 2.4.25 (Debian) Server at Port 80: Subdomain of localhost is not working localhost is working. localhost/site1 is also working. site1.localhost is not working Changed DocumentRoot from /var/...
A. John's user avatar
  • 43
3 votes
1 answer
2k views

How can I prevent yum update from creating config files?

Occasionally when I run a yum update, some configuration files I deleted (or moved to another directory) are recreated. These seem to be the default configurations provided by the software. Some ...
Mocking's user avatar
  • 317
0 votes
1 answer
33 views

Apache rules overriden by others

I've blocked .htaccess files in httpd.conf file by: Require all denied My httpd.conf: ServerRoot "/etc/httpd" Listen 80 Include conf.modules.d/*.conf User apache Group apache <Directory /&...
Mark Jim's user avatar

15 30 50 per page
1
2 3 4 5 6