Questions tagged [apache-1.3]

Version 1.x of the Apache HTTP Server.

Version 1.x of the Apache HTTP Server.

Apache 1.x is End of life and no longer supported with upgrades or security updates by the Apache Software Foundation.

56 questions
0
votes
2 answers

Increasing Apache Server Availability

We are currently running a Perl web application on top of Apache 1.3 (I know this is seriously outdated but there is nothing we can do about it at this time). Throughout the day, as the number of users accessing the application increases, the server…
purinkle
  • 113
  • 4
0
votes
1 answer

Ignore rewrite for specific directory

Running apache 1.3 (don't ask) Need to redirect mydomain.com/bla to mydomain.com/bla/ (note the slash) I think this rewrite is writing it to the wrong place. RewriteRule ^([^\.]+)/?$ index.php?page=$1&%{QUERY_STRING} [L] I have tried to…
Benbob
  • 277
  • 1
  • 6
  • 19
0
votes
2 answers

ProxyPass tags meaning

SSLEngine on SSLCertificateFile /etc/pki/tls/certs/ca.crt SSLCertificateKeyFile /etc/pki/tls/private/ca.key AllowOverride All DocumentRoot…
webminal.org
  • 273
  • 5
  • 19
0
votes
1 answer

PHP5 module makes Apache 1.3 segfault

I am trying to get PHP4 and 5 to work with Apache 1.3. PHP4 is compiled as a module and currently works fine, although Apache does display the following warning upon starting: Loaded DSO libphp4.so uses plain Apache 1.3 API, this module might crash…
reflexiv
  • 276
  • 1
  • 9
0
votes
1 answer

Apache RewriteRule working in 2.2.3, not working in 1.3.41

I created the following RewriteRule during development of a site on our dev server which runs Apache 2.2.3: RewriteEngine on RewriteRule ^add-ons/(?!=details|download)(.+) /add-ons/details/$2 [NC] Basically what I'm trying to do is to knock out the…
Ty W
  • 101
  • 4
0
votes
0 answers

Why is apache -X stuck in a pselec6() NULL loop?

version 2.4 pselect6(0, NULL, NULL, NULL, {tv_sec=0, tv_nsec=100000000}, NULL) = 0 (Timeout) Repeats forever using strace. Only one httpd process enabled.
0
votes
0 answers

Apache 2.4 (52) debugging, several stuck apache2 -k start at 99%-ish CPU. strace stuck on FUTEX

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3023 www-data 20 0 262216 19280 8848 R 93.8 0.2 3:47.05 /usr/sbin/apach Kernel release: 5.15.0-1002-aws There are several that get stuck this way. Most do not…
0
votes
2 answers

Deploy RoR on Apache 1.3 without admin permissions

At work I have a SuSE 7.3 running Apache 1.3.20, which I don't have admin access to. I'd like to deploy Ruby on Rails with no or very little work for the admins. I need the service to keep running all the time, even if the server is rebooted, I need…
blinry
  • 111
  • 3
0
votes
3 answers

Manually switch servers in Apache/mod_jk/Tomcat load balanced environment

Our setup is to have two front-facing WWW servers using Apache1.3 and mod_jk and two application servers running Tomcat. The frontend servers load balance transparently using sticky_sessions. However, occasionally we need to check one particular…
Jeff Bowman
0
votes
1 answer

Block Crawlers on Apache

I am trying to block crawlers on Apache Options Indexes FollowSymLinks AllowOverride All Order deny,allow deny from 18.*.*.* deny from 35.*.*.* deny from…
Kal
  • 143
  • 6
-4
votes
2 answers

Apache directory to listen on certain port

Note: this is not a firewall issue I am running a kolab server and trying to increase security by having the web-admin listen on a certain port.. I picked 8443. Here's my conf file: Alias /kolab-webadmin…
1 2 3
4