Questions tagged [httpconfiguration]

18 questions
0
votes
1 answer

How to access httpd.conf in Docker from a php image that included apache by itself?

Problem I'm able to find the httpd.conf when I run a container from the httpd image, but I can't find that file when I run the container from a PHP image that includes apache, like the image php:7.4.2-apache-buster The php image was ran this way,…
Jsh0s
  • 519
  • 1
  • 8
  • 18
0
votes
1 answer

System.ArgumentException: 'The service type ICommand is not supported. Parameter name: serviceType

i'm trying to use Belgrade-SqlClient (Small async ADO.NET helper library) in c# web api all is fine but when i try to register Icommand as a service i got error: System.ArgumentException: 'The service type ICommand is not supported. Parameter name:…
Mohammad Reza Mrg
  • 1,552
  • 15
  • 30
0
votes
1 answer

Security Configuration doesn't let me use antMatchers() on some pages

Security Configuration doesn't let me use antMatchers() on some pages. Below is a configuration code where I'm trying to let not signed in user access "/", "/entries", "/signup". With "/signup" there is no problem it let me visit that page, but it…
1
2