Questions tagged [httpd.conf]

The main configuration file of Apache HTTP Server is usually called httpd.conf

The main configuration file of Apache HTTP Server is usually called httpd.conf. The location of this file is set at compile-time but may be overridden with the -f command line flag.

2031 questions
0
votes
1 answer

Centos 7.3 / Apache - Gzip Compression not working

I am trying to enable Gzip Compression using .htaccess on a Centos 7.3 server. This is my phpinfo file: [bluebamboo.com.ar/info.php I read all this documents and…
Gonzalo
  • 19
  • 5
0
votes
0 answers

cakePHP 3 on subdirectory - how to configure?

I'm using Wamp. (Bitnami's dist.). I've used the composer to create the skeleton. and then I've used the cake bake shell to set the MVC files. Now, when I access localhost/bookmarker I get the default cake page that says Please be aware that this…
yossi
  • 3,090
  • 7
  • 45
  • 65
0
votes
1 answer

Unable to start apache2 in ubuntu 16.04

i am trying to start apache2 but i am getting below error. * Starting Apache httpd web server apache2 (specific information not available): AH00058: Error retrieving pid file /var/r AH00059: Remove it before continuing if it is corrupted. Action…
Anil
  • 151
  • 2
  • 9
0
votes
1 answer

httpd.conf 301 redirects format with more then one domain hosted from server

We have rebuild our site and are looking to redirect about 1000 URLs. Looking around on the web it seems Redirect 301 /oldlocation http://www.domain2.com/newlocation is the string to use. I just wonder how the server knows the domain…
0
votes
1 answer

Apache delete/remove/undefine a proxy balancer definition

I have an Apache configuration that needs to implement a balancer that uses a set of temporary upstream servers for a few months and then replace them with a permanent set. I am trying to design an approach that lets me deliver both configurations…
Jim
  • 55
  • 1
  • 7
0
votes
0 answers

Apache httpd - adding new server alias with a new alias path

DocumentRoot "/study/data" ServerName example.com ServerAlias www.example.com Options Includes FollowSymLinks AllowOverride All Options FileInfo Order allow,deny …
sunskin
  • 1,620
  • 3
  • 25
  • 49
0
votes
0 answers

www.example.tk don't work but example.tk work

I have a big problem with my Domain. When i type www.example.tk in my browser it does not work. But when i'm using example.tk it works. Im hosting on a NAT VPN with ivp6 and cloudfare. CentOS6 and httpd It says DNS adress not found for this adress
0
votes
1 answer

AH00526: BalancerMember Bad syntax for a balancer name

I am trying to configure a load balancer using Apache Httpd 2.4.6 on a CentOS 7.3 VM. However, "apachectl configtest" fails with the error message AH00526: Syntax error on line 32 of /etc/httpd/conf/httpd.conf: BalancerMember Bad syntax for a…
user1774051
  • 843
  • 1
  • 6
  • 18
0
votes
0 answers

SSL cipher mismatch error -- IBM http server

We have a secure page that throws a cipher mismatch error while accessing it on Google Chrome but not via Internet explorer or Mozilla Firefox. After some troubleshooting and searching we've included the following line under the conf file for the…
0
votes
1 answer

Read a file on httpd configured server with HTML and JavaScript

I am developing a web based application that displays web page on client server based on a xml file from the web server that is configured with httpd. I am new to httpd and need guidance on how to code HTML page that reads xml file from web server…
Vikram Mohan
  • 39
  • 3
  • 15
0
votes
0 answers

retain URL of webserver even after redirecting to app server

I am using a web server (www.domain.com)which route 53 hits and then redirects to app server(www.example.com). Now I want to retain the web server URL even after redirecting to app server. If I must write a rewrite rule on httpd. where do I must…
Sai Prashanth
  • 149
  • 1
  • 1
  • 7
0
votes
0 answers

How to one page to https on loadbalanced servers in apache

I am trying to redirect only a login page on my site from http to https The site is load-balanced on 2 servers, and when I enable the rewrite rule on one webserver, things work fine. When I enable the identical rule on both servers, it seems to…
jeph perro
  • 6,242
  • 26
  • 90
  • 124
0
votes
0 answers

Apache module missing (mod_session_crypto)

I'm using Apache 2.4.23 on MacOs Sierra. I would like to configure the mod_auth_form module on my server. I've used the basic configuration from apache.org documentation but it's not working, the server won't start, the error I get is: Invalid…
Mathieu C.
  • 1
  • 1
  • 2
0
votes
1 answer

Cannot load mod_rewrite Apache module

I am trying to use mod_rewrite module of Apache24 server, but I am not being able to load it. I know there have been many questions asked regarding this topic and I have gone through all of them but nothing seem to work. These are the steps that I…
neophyte
  • 6,540
  • 2
  • 28
  • 43
0
votes
1 answer

Starting httpd: /usr/sbin/httpd: symbol lookup error: /usr/lib64/libaprutil-1.so.0: undefined symbol: apr_os_uuid_get

while starting apache server the following error comes Starting httpd: /usr/sbin/httpd: symbol lookup error: /usr/lib64/libaprutil-1.so.0: undefined symbol: apr_os_uuid_get can you any one help me on this Thanks Surya
surya
  • 27
  • 1
  • 4
1 2 3
99
100