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
0 answers

mod_rewrite -> rewrite rule replacing application context part in original url

Please note that I have asked this question on "server fault", nothing turned up there, so posting on SO. I have requirement where user will type url like http://example.com/Welcome in browser, but I need to send it to…
kosa
  • 65,990
  • 13
  • 130
  • 167
0
votes
1 answer

Installing SSL on Apache - Syntax Error in openssl.cnf

I'm trying to learn how to get ssl up and running on an apache 2.4 webserver (Windows Server 2012). I had the web server and PHP up and running perfectly fine without SSL. I Generated my cert and key and placed them in C:\Apache24\conf I Modified…
Daedalus7
  • 3
  • 2
0
votes
2 answers

refused to connect to mine server error , why?

I have the following configurations: httpd.conf : Listen 80 Listen 81 User someone Group admin vhosts configuration: ServerAdmin codenaki@gmail.com DocumentRoot…
Mekudad
  • 11
  • 5
0
votes
0 answers

Logs error in apache server , logs folder can't be accessible , why?

I am using XAMP on mine MAC System (OS: macOS High Sierra) and I follow the steps: I have permissions issue but i can't understand why .. I have default configuration on mine XAMP in httpd.conf file for : User…
Maks.Burkov
  • 586
  • 3
  • 12
  • 24
0
votes
1 answer

Unique perplexing JBoss resteasy error - Resource could not be found

I am having an issue with visiting a rest url via load balanced web server (2 web servers forwarding request to two app servers). This issue does not occur when the set up is single web server to single jboss app server. Following is the error…
Spansoft
  • 21
  • 1
  • 7
0
votes
1 answer

Fallback - redirect to a new domain using apache vhost configuration

This is a followup question on https://stackoverflow.com/posts/47547418 I wanted my requests from somedomain.com/loadproduct?product=dell-inspiron-15 to be selectively redirected to someotherdomain.com/dell-inspiron-15 but at the same time I…
ThinkGeek
  • 4,749
  • 13
  • 44
  • 91
0
votes
1 answer

Selectively redirect to a new domain using apache vhost configuration

This is a followup question on Redirect to a new domain using apache vhost configuration I want my requests from somedomain.com/loadproduct?product=dell-inspiron-15 to be redirected to someotherdomain.com/dell-inspiron-15 but selectively for…
ThinkGeek
  • 4,749
  • 13
  • 44
  • 91
0
votes
1 answer

How to setup a IBM HTTP Reverse proxy infront of couple other IBM HTTP Servers that have been configured to a WebSphere cluster

I have couple of IBM HTTP Servers v8.5, IHS1 and IHS2 configured to two managed nodes on a WebSphere cluster that is running DefaultApplication. I had setup SSL(on default port 443) on these two IHS1 and IHS2 servers and configured plug-in xml to…
0
votes
3 answers

sudo apachectl -k start not work on MacOS HIGH SIERRA

I've run sudo apachectl -k start , but the httpd process wasn't created. And when I've run apachectl configtest on terminal, it shows me Syntax OK. Also I run other commands: sudo apachectl -k restart => httpd not running, trying to start. sudo…
0
votes
1 answer

Redirect to a new domain using apache vhost configuration

I have an apache vhost configurations as below. I want all my requests from somedomain.com/loadproduct?product=dell-inspiron-15 to be redirected to someotherdomain.com/dell-inspiron-15. Can I do this from vhost configuration? Note that I have…
ThinkGeek
  • 4,749
  • 13
  • 44
  • 91
0
votes
1 answer

Redirect all HTTP and HTTPS request to a single HTTPS URL

I want to redirect all HTTP and HTTPS requests to a single HTTPS URL, so the users only access the application through this URL. Redirection of HTTP requests to HTTPS works but I'm struggling with the second part. So far, my virtualhosts look like…
user8956702
0
votes
0 answers

Connecting to multiple site in one server/ip, does port being used related?

This problem is related to Host Multiple Domains on One Server/IP I firstly did the CI project in my localhost. As such, there are some issues I encountered when connecting server-local, referred at What is the possible setting for Codeigniter…
andil01
  • 377
  • 4
  • 19
0
votes
0 answers

Flot-bar-chart not rendering in PHP

After the following Apache server security update on my application server, a flot-bar-chart is not rendering in PHP, although two pie-charts are. The bar chart works correctly on my local Apache web server. "It was discovered that the HTTP parser…
Iolanthe
  • 1
  • 1
0
votes
1 answer

httpd Virtual Host and domain clash

[CentOS7] my server IP: aaa.bbb.ccc.ddd Server Root: /var/www/html I've two virtual hosts: subdoamin1.domain.tld Document Root: /var/www/subdomain1.domain.tld/public_html subdoamin2.domain.tld Document Root:…
Amin
  • 681
  • 4
  • 9
  • 27
0
votes
1 answer

Restricting one URL from Apcahe httpd reverse proxy rules

I have Apache server serving as a reverse proxy for one of Angular application. Defined Reverse proxy rules in ssl.conf like below ProxyPass http://10.10.10.101/xyz/abc ProxyPassReverse http://10.10.10.101/xyz/abc And also defined Rewrite…
CodeMax
  • 1
  • 1