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
1 answer

Apache 1.3 mod_rewrite .htaccess loop

I'm about at my wits' end with mod_rewrite problems trying to deploy a CakePHP app on shared hosting with Apache 1.3. Despite using the default .htaccess files I seem to be plagued by rewrite loops and lots of trial and error hasn't really got me…
mikesname
  • 141
  • 4
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
  • 1
  • 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

Redirect to another website but keep the original URL

We have an Oracle HTTP Server 12.2.1.2 that is hosting everything under a URL which for this example we'll say it's xyz.com/home/test. I have been tasked with being able to redirect users from the /test to another external website (let's say…
Ress
  • 45
  • 1
  • 2
  • 8
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