7,858 questions
Advice
1
vote
1
replies
16
views
Do Apache 2.0 licensed segmentation models (e.g., SegNeXt, PP‑LiteSeg) include commercial‑free pretrained weights?
I’m evaluating semantic segmentation models like SegNeXt and PP‑LiteSeg, which are released under the Apache 2.0 license. The code is clearly permissive, but I’m unsure about the pretrained weights.
...
-1
votes
2
answers
8k
views
All PHP Pages are showing up completely blank [duplicate]
I programmed a website, no need to get into more detail about it but it works and does not require any DB or something like that. But on my new Ubuntu 10.04.4 LTS Server all PHP pages show up blank. I ...
1
vote
1
answer
10k
views
Request entity too large error
Currently in my project, I am getting the following errors
1) Request entity too large error, The requested resource does not allow request Data with GET Requests, or the amount of the data provided ...
2
votes
2
answers
9k
views
apache syslog-ng error logs and access logs
I am trying to send all my apache logs to syslog-ng(on remote machine) which in turn writes to a file.
so I configure syslog-ng this way
source s_apache {
unix-stream("/var/log/apache_log....
3
votes
1
answer
1k
views
CakePHP and VirtualDocumentRoot issue
I have a LAMP server configured with DocumentRoot /var/www changed to VirtualDocumentRoot /var/www/%-3/ in the Apache2 config file - this allows me to automatically map /var/www/<subdomain> to &...
7
votes
2
answers
22k
views
Rewrite image file to PHP script
My .htaccess file:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
...
3
votes
2
answers
21k
views
URLError: urlopen error timed out [closed]
Whenever i try to make a HTTP request to some url through my django application which is running on top of apache mod_python (Machine: Ubuntu 10.04 server edition, 64-bits), it gives a timeout error.
...
3
votes
1
answer
18k
views
Apache SSL error - Unable to configure server certificate for stapling
I'm trying to configure SSL on apache2 with geotrust SSL. I have the private key file, the certificate and the bundle sertificate.
This is the virtualhost config:
http://pastebin.com/38ygh8W1
The ...
3
votes
3
answers
19k
views
setting up multiple ip addresses on one apache server
I have a server setup running apache2. There are 2 public ip addresses pointing to the server each assigned a different domain name.
I set up the virtual host to manage these domains. The first domain ...
0
votes
0
answers
69
views
Error in mod_wsgi ssl: "unable to get local issuer certificate"
I am running an authentication system on my Apache2 webserver that uses Python through the mod_wsgi module to run scripts authenticating users through IP addresses, passwords, etc. Once authenticated, ...
1
vote
2
answers
3k
views
Removing Double Slashes From URL By .htaccess does not work
How come that none of these solutions work on my Apache servers:
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/{2,} [NC]
RewriteRule ^(.*) $1 [R=302,L]
or
RewriteCond %{REQUEST_URI} ^(.*)/{2,}(.*)$
...
0
votes
1
answer
10k
views
404 Not found, The requested url was not found on this server. Apache/2.4.52 (ubuntu) wp-admin page for wordpress website
Hi so I have recently started building a website on an amazon aws EC2 Ubuntu vm instance and have successfully started the site with apache2, the website itself works but when I try to enter the wp-...
4
votes
3
answers
15k
views
OPCache is enabled, but php -i shows it is disabled
I installed NextCloud and in the summary window it keeps telling me that my OPCache is not enabled. I have enabled it and I am seeing conflicting information about if it really is enabled or not.
...
0
votes
2
answers
9k
views
Apache HTTP Server Config Variable is not defined ERROR ***How to solve?***
Tue May 03 16:22:16.481248 2022] [core:warn] [pid 123243] AH00111: Config variable ${APACHE_RUN_DIR} is not defined
apache2: Syntax error on line 80 of /etc/apache2/apache2.conf: DefaultRuntimeDir ...
2
votes
1
answer
10k
views
Apache: How can i see my localhost on 192.168.1.101 from 192.168.1.102?
I'm running Apache on Ubuntu. My IP address is 192.168.1.101
While http://localhost and http://192.168.1.101 work fine in my PC, I cannot access it from within my laptop using http://192.168.1.102
...