3,088 questions
0
votes
0
answers
28
views
XAMPP VHosts can't forward local port to public (not same webpage online as localhost)
I have a server running on XAMPP using apache, I have a program using its own port 7777 and port 80 is to my homepage. I am trying to make it so that when you go to server.com/ace it will port forward ...
0
votes
0
answers
139
views
net::err_aborted 404 (not found) apache/nuxt
GET ... net::ERR_ABORTED 404 (Not Found) in console on http://mycomputername:88/app/
I am running an Apache server on port 88 and a Nuxt.js dev server on port 3000. I have configured Apache to proxy ...
0
votes
0
answers
20
views
BrowserSync & Virtual Host not working w/ www domain
I am using browsersync together with mkcert and virtual hosts (on Windows) to proxy a live site living at https://www.example.com.
My goal is to proxy the site https://www.example.com, resolve it to ...
0
votes
0
answers
19
views
Why do these apache wildcard virtual hosts cause unexpected results?
I was trying to have apache configured to have a default VirtualHost that would reply to any request that doesn't match any other VirtualHost, e.g when ip is typed in browser.
While trying a ...
-1
votes
1
answer
237
views
Laragon Virtual Host doesn't work for Laravel App
I know this question maybe duplicate, but from any answers and questions that I have looked at, no one of them can solve my problem. I use Laragon for my Laravel App project and i want to open the ...
0
votes
0
answers
22
views
exclude DirectoryIndex file from basic authentication
I have a Linux server running Apache httpd 2.4. I want the real name of the server (say real.example.com) to be used for administrative content (server-status, metrics, etc), and an alias (app.example....
0
votes
0
answers
18
views
Unable to load Mattermost if I type my-ip-address/mattermost
I've created an EC2 (Ubuntu) instance. I have set it like that I can access from any ip address. I assigned it an Elastic ip so that it never changes.
Then I installed all required software in it by ...
0
votes
0
answers
49
views
404 Error in CodeIgniter Application After Setting Up Virtual Host on Apache (Ubuntu)
I'm trying to set up my old CodeIgniter-based admin application on a new PC running Ubuntu and Apache. The structure of my application is as follows:
apps
- api_user
- application
- ...
0
votes
1
answer
107
views
Confusion regarding apache default virtual host and wildcard port
I rewritten my whole question ...
So I want to use apache's _default_ in order to match any requests that are not clearly defined as hosts / ServerName on my server.
e.g when accessing server IP http:/...
0
votes
1
answer
32
views
Apache2 Redirect www to https ... this is killing me trying to figure this out
Server Ubuntu 22.04
apache2 -v 2.4.52
Website alias for this question: example.com
I have configured and enabled my virtual host sites-enabled example.conf file as shown below. Default is disabled. ...
0
votes
1
answer
50
views
How to enable AWS SNS TOPIC AND SUBSCRIPTION request on my server as it is only accessible with particular IP
We had a server iin which under virtual host we had allowed only one IP address, so situation is
we are sending emails using ses, and bounced email is pushed to SNS topics and topic is subscribed fro ...
0
votes
0
answers
30
views
Nginx HTTP Errors won't be logged with custom error page setup
so I created a sort of advanced nginx setup with a vhosts.conf file which redirect errors to a php file. This PHP File then Display a Beautiful Error Page.
When Checking the Webserver Logs, nothing ...
0
votes
0
answers
59
views
How will apache server + mod_wsgi will recognize changes made to vitualhost or newly added virtualhost without restarting or reloading?
`I am using Apache Server with mod_wsgi for hosting my python django applications.
Versions:
Python 3.9.18
Server version: Apache/2.4.57
mod-wsgi==4.7.1
One of my application virtual host ...
0
votes
0
answers
10
views
Apache2 use same DocumentRoot (Codebase) apart from different config.php file per VirtualHost
I have two Virtual Host on different ports. At the moment they have two separate DocumentRoot. BUT the DocumentRoot is actually the same (CodeBase) only the config.php file in it defines to which ...
0
votes
0
answers
50
views
Apache RewriteCond multiple ip not working
I have a problem with my .htaccess file which looks like this :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ...