Questions tagged [apache2]

The Apache HTTPd Server. When asking questions about virtualhosts, please include the output of the following command: "apache2ctl -S" (or "httpd -S" depending on your OS)

The Apache HTTP Server is a popular Open Source Web server. This tag should be used for general questions about Apache HTTPd.

Although there is large degree of commonality between the different versions in the 2.x branches, please consider using the Apache-2.2 or Apache-2.4 tags instead for more specific Apache HTTP Server related questions.

Documentation for all major versions is both comprehensive and has a high degree of accuracy.


1650 questions
0
votes
1 answer

Apache server not receving http request

I have created a new http website. The site was working properly. Then I converted it to https (using certbot certificate). After converting, I am not able to load the website without explicitly mentioning https in the url (https://example.com and…
knightrider
  • 111
  • 1
  • 2
0
votes
0 answers

How to use Apache resource by HTTPS in pacemaker?

I have a problem when i change apache url to HTTPS. Before the change every this working fine with http. Now my company need to use the Virtal ip by HTTPS. so that i didn't find any suitable tutorial about this issue. i am working on debian 9. more…
Karippery
  • 1
  • 1
  • 2
0
votes
0 answers

PHPMYADMIN You're speaking plain HTTP to an SSL-enabled server port

/etc/apache2/sites-available/phpmyadmin: ServerName phpmyadmin DocumentRoot /var/www-133 /etc/apache2/ports.conf: Listen 80 Listen 133
0
votes
1 answer

Using "monit" - how to detect empty reply from http process (apache2)

I would like to monitor empty replies from my apache2 process as I am running into a problem similar to "Apache gives empty reply" . I am using monit to monitor my processes, so I am going to stick with that! I have the file 'apache2' in my…
le_top
  • 103
  • 4
0
votes
1 answer

Apache redirect domain.com to www.domain.com

I want to redirect domain.com to www.domain.com in apache. But when I try following config It gets double redirect www.www.domain.com DocumentRoot /var/www/master/public_html ServerName www.domain.com ServerAlias…
roy
  • 119
  • 1
  • 2
  • 12
0
votes
0 answers

Not able to restart pure-ftp or create new ftp account

I had an ubuntu LAMP server setup that had ISPConfig. I removed ISPConfig and now what I want to do is create a new ftp account for a new website I have setup on the server. My issue is if I do ftp localhost on the CLI Welcome to Pure-FTPd I need…
Jayreis
  • 135
  • 13
0
votes
0 answers

Should SSL certificates be configured in Tomcat when using Apache server as front end?

I'm using Apache server to receive HTTPS traffic, and I want it to forward the request to Tomcat using mod_jk. The configuration of the Apache site has everything to handle HTTPS on 443 for a specific domain, also configured mod_jk, but it seems the…
Pablo Pazos
  • 113
  • 1
  • 5
0
votes
1 answer

apache2 not sending logs to remote server via rsyslog

both apache access & apache error logs not arriving on central server. some logs are successfully arriving tho including: auth, authpriv, cron, daemon, kern, syslog logs. what else do i need to get apache logs centralized? heres my testing lab setup…
lfinkj
  • 3
  • 1
  • 3
0
votes
1 answer

Trouble access load balancing acl haproxy

I got some trouble in load balancer using haproxy. Why acl rndbackend accessed kindevbackend ? https://i.stack.imgur.com/7JED0.jpg Here's my host setting https://i.stack.imgur.com/KXHu8.jpg When I try using curl -v rndbackend.local, it successfull…
senaa
  • 1
  • 1
0
votes
0 answers

Is there a simple reason about why Nginx is serveral times faster than Apache in serving static content?

I searched and read some recent posts about "Nginx vs Apache". Somehow they all mention Nginx is several times faster than Apache(under MPM event mode) in serving static content, but none of them explain why. For example, this post with a test…
Rick
  • 229
  • 1
  • 4
  • 14
0
votes
1 answer

apache2 ip redirect conflicting with subdomain redirect

so visiting my website example.com works as intended. I successfully configured a redirect so that abc.example.com will redirect to example.com/abc. The config file looks like this abc.example.com.conf: ServerName…
Eike
  • 3
  • 1
0
votes
1 answer

Apache2 Reverse proxy forward / to subdomain

I have a webserver on my network that I am accessing via a reverse proxy. I can set up apache2 to forward correctly so that www.thesite.com/subdomain/ goes to 192.168.0.whatever, however the hyper links on the served page go to places like…
jeffpkamp
  • 121
  • 3
0
votes
1 answer

Virtual Host Setup Redirecting Request to Local IP address

I want to make an application running on apache2 (ubuntu) available over the internet. So i decided to setup virtual host after purchasing a SSL certificate. Everything works fine on my Local network. When I visit 172.16.2.28/moodle (on local…
0
votes
1 answer

Webserver setup, port forwarding seems to be happening and don't know why

[me@myserver myDir]# wget http://127.0.0.1 --2020-08-17 10:45:45-- http://127.0.0.1/ Connecting to 172.31.2.21:8080... connected. Proxy request sent, awaiting response... 200 OK Why is my request being forwarded to port 8080, and what is doing the…
NimChimpsky
  • 460
  • 2
  • 5
  • 17
0
votes
1 answer

Nextcloud installation throws "Forbidden" when testing

I've just installed Nextcloud on my Ubuntu server. Followed the steps in the docs but at the point where I'm supposed to see Nextcloud front page running on localhost port 80 I'm getting "Forbidden. You don't have permision to access this…
Mark
  • 101
  • 1
  • 5
1 2 3
99
100