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

Mod - Rewrite / .htaccess Issue with Apache 2.4.12

The file structure is as follows Public files: /home/usrname/public_html CGI BIN, where the software is running: /home/usrname/public_html/cgi-bin Private files: /home/usrname/public_html/_private Databases:…
ingenuitor
  • 11
  • 1
1
vote
1 answer

Modify Apache directory listings?

When I use Options +indexes ...in an .htaccess file, Apache (1.3) displays a formatted list of files in that directory. Yay! However, the actual layout of that formatting kind of sucks; the filenames are only about 20 characters wide, and get…
dirtside
  • 1,551
  • 5
  • 17
  • 22
1
vote
0 answers

CentOS - Files to Copy to get Consistent MIME-type detection in PHP

I have the same website (written in PHP) running on two servers. I've tried uploading the same exact file to both servers through the website. On one of the servers, the file's mimetype is detected as video/mpeg, on the other it's detected as…
kai
  • 11
  • 1
1
vote
2 answers

Why can't apache block visitors by IP address?

I have the following code in my virtual host file: ServerAdmin something@site.com ServerName mysite.com DocumentRoot /var/www/mysite.com/public_html/ ErrorLog /var/www/mysite.com/logs/error.log …
John
  • 7,343
  • 23
  • 63
  • 87
1
vote
1 answer

How is Apache 1.3 compressing?

More specifically, I would like suggestions as to how my server is encoding in gzip compressed format. We have once OC4J container that serves gzip transfer encoding, and others do not. Trying to turn compression off in the working container, we…
Dallas
  • 121
  • 5
1
vote
1 answer

How to run 2 webservers with 2 domains on 1 Static IP

I have created 2 VM's on a single machine for 2 webservers. One server will be running the IIS service and the second server will be running Apache services. How do I configure my server/router to make 2 different domains work on different servers…
Azeem
  • 11
  • 1
1
vote
2 answers

Apache server ? Vulnerability check

We are running apache web server on fedora 8 and need to check for vulnerabilities. What should we check?
neolix
  • 528
  • 7
  • 20
1
vote
1 answer

What is the Apache BytesLog directive useful for?

What does it do? Is it part of a module or part of the core Apache server? I have a BytesLog setup for a bunch of virtualhosts and they don't seem to do much. All I see are a list of numbers when I open up a bytes log file and I can't see how it…
user18233
1
vote
2 answers

Apache virtualhost logs; better to have a single log or multiple logs?

Currently we have 200+ virtualhosts setup and they have separate log files. I'm wondering what the advantages/disadvantages are of having a single log file and what the advantages/disadvantages of our current setup is (multiple log files for each…
user18233
1
vote
2 answers

VisualSVN Server 2.5.2 reports "413 Request Entity Too Large" when attempting to commit multigigabyte files

I'm getting the following error, when attempting to commit large files (multi-gigabyte) to a new local installation of VisualSVN 2.5.2 Server on a Windows XP machine. "413 Request Entity Too Large" I'm using Windows authentication, and I've…
Sam Johnson
  • 139
  • 1
  • 8
1
vote
1 answer

randomized mediawiki logout

I've got a mediawiki instance that seems to randomly log people out. Sometimes it takes hours, sometimes seconds. I haven't figured out what's triggering the logout, but it doesn't seem to be a session timeout. What php/mediawiki settings should…
Jayen
  • 1,857
  • 4
  • 16
  • 28
1
vote
4 answers

Wondering about the continuing existence of Apache 1.3

I've been looking around for a hosting provider. In the process I ran into one that seemed to have a clear preference for apache 1.3. Considering that 1.3 was released something like 11 years ago, I am unclear why someone would have such a…
sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
1
vote
2 answers

Rewrite rules doesn’t work apache 1.3

I'm using a couple of rewrite directives that always works before on apache2 but now i'm trying new a shared hosting and the rewrite rules do not seem to get applied. I've reduced the .htaccess files to the following essential rules: RewriteEngine…
Sander Versluys
  • 911
  • 1
  • 10
  • 12
1
vote
0 answers

Unexpected "Connection timed out: proxy connect" lines in Apache error.log

I see some unexpected lines in my Apache (1.3!) error.log. What is happening here? My isp has complained in the past about proxying attempts... how do I check for them? [Sun Apr 4 16:43:32 2010] [error] [client 60.173.11.34] (110)Connection…
Gregg Lind
  • 159
  • 6
0
votes
1 answer

Can a url provider (eg GoDaddy) force SSL?

I bought a URL from GoDaddy that came with a free SSL certificate. Installed it to Apache no problem (on CentOS) and it works great, until I try and set up a subdomain. The subdomains are pointing to the server it seems but they are hitting a HSTS…
TomKDev
  • 11
  • 4