httpd.conf Questions
13
Solved
I have installed a fresh copy of Centos 7. Then I restarted Apache but the Apache failed to start. I have 3 days stucked in this issue. Even the support can not figure out the error.
sudo service h...
Halfbeak asked 9/5, 2016 at 15:19
6
Solved
I finally managed how to configure properly httpd.conf for my virtualhost needings. This is the relevant part of httpd.conf file
NameVirtualHost *:80
<VirtualHost *:80>
ServerName localhos...
Neeley asked 25/9, 2011 at 17:40
12
I am following this portuguese article to configure Apache and PHP:
How Install And Configure The Development Environment in PHP - Part 2.
I already set up the php.ini and httpd.conf files. Besid...
Glaucescent asked 24/9, 2015 at 17:56
11
Solved
I haven't found the right answer that works for me in other questions.
This is how the httpd-xampp.conf looks like originally:
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|se...
Punctilio asked 15/1, 2015 at 18:20
13
Solved
I am trying to set up automatic redirection from HTTP to HTTPS:
From manage.mydomain.com --- To ---> https://manage.mydomain.com
I have tried adding the following to my httpd.conf file, but it ...
Errolerroll asked 24/4, 2013 at 19:23
4
Solved
I have an Apache 2.2.21 server installed on my Windows 7 machine.
My site is up and my scripts from /scripts subdirectory are working but when I try to load icons from /icons I get a 403 forbidden ...
Kale asked 11/12, 2011 at 21:36
26
Solved
I have just set up a wi-fi network at home. I have all my files on my desktop computer (192.168.1.56) and want to access localhost over there from another computer (192.168.1.2).
On my desktop I ca...
Tsarevitch asked 2/4, 2011 at 15:39
4
Solved
I got a web application running inside a Tomcat at http://<server>:8080/app/portal/.
I want the world to see this application through the URL http://<server>/portal/.
To do this, I se...
Incidentally asked 25/5, 2012 at 8:58
2
Solved
I have made ganglia setup using rpm files,
OS: centOS 6.3
Server; httpd
gmond and gmetad are running, when i load it in browser am getting "Forbidden error"
Forbidden
You don't have permission...
Arv asked 7/5, 2014 at 10:57
6
Problem
Apache won't start if there are spaces in the pathname in a virtual host configuration.
The usual solution is to just wrap the pathname in double quotes, but that doesn't fix it.
I WANT ...
Pilatus asked 20/2, 2013 at 21:33
6
When I want to restart the httpd searvice on centOS 6.7 I have the following error:
/etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: (13)Permission denied: httpd: could not open ...
Ashcan asked 8/3, 2016 at 7:44
4
Im trying to set up my local environment on my new mac OSX 10.9. I know it has apache already installed, so i've been using that. No matter how I set up my httpd-vhosts.conf/hosts/httpd.conf files,...
Throe asked 25/11, 2014 at 19:18
2
Solved
Trying to set localhost on my mac and made following changes in /etc/apache2/httpd.conf
DocumentRoot "/Users/xxx/Documents/workspace/firstRepo/htdocs"
<Directory "/Users/xxx/Documents/workspace...
Colver asked 10/4, 2017 at 8:18
2
I am using WAMP2.2 on Windows. I need to set up SSL port on my server. My Apache, WAMP and site work well without SSL. But when I uncomment the line
Include conf/extra/httpd-ssl.conf
in my http...
Ironsides asked 31/10, 2013 at 17:26
2
Solved
We are currently bringing reverse proxy solution between internet and application server. I have completed the simple reverse proxy setup and I am successfully able to reach application server from...
Swanee asked 10/2, 2020 at 5:32
3
Case:
User requests https://api.abc.com
This is reverse proxied (Apache 2.2) to an internal server server at http://internal.abc.com:123
As per Retain original request URL on mod_proxy redirec...
Deadline asked 6/2, 2014 at 9:31
8
I've added the cache directives to my httpd.conf file but cannot discover how to verify it's actually caching the pages and serving them up. How can I verify this?
I added the cache directives at ...
Framing asked 28/1, 2014 at 18:18
5
Solved
I have been searching everywhere looking for how to properly enable mod_status and nothing has worked. My server is called "willserver.main.ca". I am running the server on a windows virtual machine...
Westonwestover asked 29/9, 2013 at 21:18
3
I am running a docker container and want to write logs of my apache server to both STDOUT and file.
Any idea as to what kind of configuration is needed in my Apache httpd.conf file?
Any help woul...
Cosher asked 27/2, 2017 at 10:56
2
Solved
I would like to test the existence of a file in my httpd.conf of Apache 2.4.
I use the tag like this :
<If "%{DocumentRoot}/maintenance.enable -f">
...code to execute ...
</If>
but ...
Trilby asked 1/10, 2014 at 9:24
2
Solved
In my Apache config im forwarding all traffic on /node to port 3000, where the Express server is listening.
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyPass /node http://localhost:3000...
Afterclap asked 15/10, 2015 at 15:32
2
On macOS Sierra, I installed Apache using Homebrew:
$ brew install httpd24
This has caused some weird Apache issues. It seems that the default installation of Apache on macOS Sierra was still act...
Liquescent asked 16/12, 2016 at 7:27
4
Solved
Is there any special function to parse a .conf file in php like parse_ini_file() function? If not how can I achieve that? Thanks!
EDIT :
Conf's like httpd.conf(Apache). (I want to read and edit h...
Tights asked 15/6, 2012 at 20:25
4
I am on someone else's linux server (shared hosting). I do not have root access. I have determined that it's a Redhat 4.1.2-46 running as Centos Release 5.9(Final).
I have the database dump for th...
Andria asked 2/7, 2014 at 19:10
5
Solved
Ok
So I installed Apache httpd a while ago and have recently come back to it to try setup SSL and get it serving several different tomcat servers.
At the moment I have two completely separate Tom...
Carangid asked 10/3, 2011 at 9:55
1 Next >
© 2022 - 2024 — McMap. All rights reserved.