Skip to main content

Questions tagged [apache-2.2]

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

0 votes
1 answer
98 views

Apache HTTP server under DDoS attack [closed]

One of the servers has been under attack for four weeks. First the attack was weak, but now it is aggressive after I started fighting him. It consumes CPU resources to keep starting the Apache server ...
Marcell Nemeth's user avatar
0 votes
0 answers
35 views

Handle custom domains (CNAME) with a wildcard certificate Apache [duplicate]

I need help setting up an Apache web server to handle custom domain (CNAME) records with HTTPS. I have a web application hosted on app.example.com with an Apache server. I have added the Custom Domain ...
ishan shah's user avatar
1 vote
1 answer
41 views

Can I use same subdomain to serve both ColudFront, S3 and Apache?

I'm trying to setting up a application on S3 and CloudFront and the frontend application is using Flutter. Frontend I have managed to deployed S3 and CloudFront successfully. Let's say the domain dev....
502_Geek's user avatar
  • 111
0 votes
2 answers
69 views

IP denials and Apache

I am using Apache 2.2, and my .htaccess file is filled with "deny from"s to restrict IP access. You know, recognized spammers and the like. In upgrading to Apache 2.4, I am told that IP ...
user637's user avatar
0 votes
0 answers
112 views

How to configure .htaccess for use with Angular

Angular provides a standard .htaccess to be used in Angular applications. RewriteEngine On # If an existing asset or directory is requested go to it as it is RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ...
Tom's user avatar
  • 289
0 votes
2 answers
247 views

Reverse proxy for streamlit

Streamlit app I have a streamlit app running on port 8501: https://dharmatech.dev:8501/fed-net-liquidity/ Here's how I'm starting the app: streamlit run \ --browser.serverAddress dharmatech....
dharmatech's user avatar
0 votes
1 answer
155 views

Apache reverse proxy 503 custom page not working properly

I am trying to setup a custom 503 error page on my website. I am using this apache configuration. # Exclude the Maintenance directory from being proxied ProxyPass /Maintenance ! # ProxyPass other ...
Shivam Ahuja's user avatar
0 votes
0 answers
18 views

Apache piped log program failling

I am trying to send apache logs to graylog server but always have the same probleme AH00106: piped log program '/home/ubuntu/nc/nc_wrapper.sh -w1 10.0.0.126 12201' failed unexpectedly
ayoub hadioui's user avatar
0 votes
1 answer
46 views

Best way to clone Wordpress website for testing environment (subdomain)

I want to have a testing environment for my Wordpress website and I was wondering what the best option would be, as there are many I guess. I've seen many guides with cPanel, which I'm not using ...
Erick Holz's user avatar
0 votes
0 answers
22 views

Disconnect NIS authentication on SVN server

I have SVN configured to authenticate against NIS, also not sure how it authenticates against NIS. I want to disconnect the server from NIS and convert it to local authentication. How this can be ...
Rajesh Yidi's user avatar
0 votes
1 answer
104 views

Apache will not start with httpd-ssl.conf

Trying to set up SSL on this machine, I would appreciate some help here. Apache/2.2.25 (Win32) mod_ssl/2.2.25 OpenSSL/0.9.8y static ip 98.189.118.100 (example) SSL certificates are from SSLS.com ...
jupiter's user avatar
0 votes
1 answer
149 views

Subdomain keeps pointing to main domain and 404

I'm having an issue where I have a main domain website (e.g. example.com and subdomain.example.com). example.com has a WordPress installation, while the subdomain has a php application. I can access ...
Dan's user avatar
  • 1
0 votes
0 answers
38 views

Apache Configuration

I am sure you may have encountered this issue. I have a server with jira, bitbucket and confluence configured on the same server. As the bitbucket is moved to linux serer i am wondering how can I ...
om joshi's user avatar
0 votes
0 answers
50 views

OHS and ProxyPass and RewriteRule / RedirectMatch

i've setted up this virtualhost, <VirtualHost *:443> ServerName test.domain.org DocumentRoot "/u02/config/www/tst-12c" RewriteEngine on RewriteCond %{...
Red's user avatar
  • 1
2 votes
1 answer
89 views

How to use Apache2 as a reverse proxy in Ant Media?

We want to use Apache2 as reverse proxy like Nginx in front of Ant Media Server. Even if http/s connections are succesfull, websocket connection cannot be established and we cannot publish webrtc live ...
Usama's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
1153