Skip to main content

Questions tagged [apache-http-server]

Apache is the widely known term for the Apache HTTP server, a very commonly used web server software maintained by the Apache Software Foundation. If your question is about other Apache software such as Tomcat or log4j, http://stackoverflow.com/ is a better choice.

1 vote
1 answer
54 views

bypass server configuration and hit on ip directly

we are using ip tables to only allow connection coming to the server from cloudflare proxy , and deny others . and we have set up the named_conf to no recursion , enabled syn cookie and these stuff . ...
Zeyd Lprn's user avatar
0 votes
1 answer
16 views

Apache subdomain on local server

I'm not able to create working subdomain in Apache. Before posting here, I searched internet, read plenty of similar questions on stack sites, asked chatgpt, read Apache documentation and tried ...
ripfruit's user avatar
0 votes
1 answer
12 views

How to fix Apache PHP rejecting post requests which are over 40MBs

My php Laravel API when put behind apache2 (with ssl) when making a post request which is roughly 40Mbs in size, it gives a 500 internal error with following log [Wed Jul 10 21:08:51.397912 2024] [...
X3R0's user avatar
  • 185
0 votes
1 answer
43 views

Local server behind FritzBox not accessible from the internet

I have a raspberry pi running a Nextcloud behind a FritzBox with a DS Lite tunnel from Vodafone. The pi is accessible from my local network and was accessible from the internet until around the time ...
Dohn Joe's user avatar
0 votes
1 answer
54 views

How do I set up a server on PC if my router is not connected to the Internet directly?

For educational purposes I am trying to set up a personal Apache server on a virtual machine on my laptop (the VM runs Ubuntu Server 24.04, the host laptop has Ubuntu Desktop 24.04). The laptop is ...
Daigaku no Baku's user avatar
0 votes
0 answers
19 views

Ubuntu 20.04: php lacking permissions to access /var/www/html

I'm trying to write contents to file, however I constantly receive error about lacking permission. fopen(/var/www/html/files/l.log) Failed to open stream permission denied in /var/www/html/files/file....
Mixtuur's user avatar
0 votes
0 answers
9 views

Config a CwPanel local server to read local domains

I have the following situation: I have a local test server where I use Almalinux 8 with CWPanel. I have several test domains configured on it: 192.168.1.50/~virtual 192.168.1.50/~cliente 192.168.1.50/~...
EvandroPH's user avatar
0 votes
0 answers
30 views

Random ERR_SSL_PROTOCOL_ERROR errors on certain browsers

A number of users of my websites are reporting seeing error messages like "The connection to this website is not secure - SSL_ERR_PROTOCOL_ERROR" randomly with different frequency. The ...
fbitterlich's user avatar
0 votes
0 answers
15 views

Why is my Apache server/Sinatra app not serving images but does serve HTML just fine?

I have a Sinatra app running on a local Apache server. It runs fine except it does not serve image files. The Apache log shows a 200 for the files but curl times out with "curl: (18) transfer ...
ariel's user avatar
  • 1
0 votes
1 answer
41 views

Installing mod_wsgi requires C++ build tools 14 on Windows

I am trying to install Django following this tutorial: https://ahmadalsajid.medium.com/serve-django-applications-with-mode-wsgi-and-apache-on-windows-server-4d35ab2ac6b6 I am stuck at pip install ...
inf3rno's user avatar
  • 1,145
0 votes
0 answers
11 views

Proper Apache2 server configuration on VPS with Python Ubuntu

Hello: I am trying to get my Python-Django website running on a VPS and I seem to be running into a problem that seems basic yet dated judging from all the google searches. I wish to understand the ...
user3380395's user avatar
0 votes
0 answers
71 views

How to block IPs behind a web server?

I have a service in my page (hosted behind an Oracle server) that is being attacked by specific IPs. I see this in the Apache logs: 201.17.83.xxx, 201.17.83.xxx 10.0.1.xxx - - [14/Jun/2024:10:46:58 -...
Luis A. Florit's user avatar
1 vote
0 answers
27 views

Letsencrypt gives 403 / 404 error with certificate renewal on new server

After migrating a website from an old to a new server (of the same hosting provider) which works flawlessly, I tried to renew the certificate: acme.sh --renew -d 'www.example.com' --debug --force ...
user513667's user avatar
0 votes
1 answer
241 views

Apache shows 'packet length too long' and 'wrong version number' when using SSL

On a new VPS I installed Ubuntu 24.04 server and installed PHP and Apache. I kept the freshly installed default configuration and I added ssl, using the standard provided ssl config /etc/apache2/sites-...
user513667's user avatar
1 vote
0 answers
79 views

How to browse files on a web server using a web browser like Firefox or Chrome?

Would someone be able to tell me how to browse all files in a particular directory on a web server using a web browser ? The web server is running apache linux. I'm using WinScp and have tried ...
JkT's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
220