Skip to main content
Advice
1 vote
1 replies
16 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ...

15 30 50 per page
1
2 3 4 5
524