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

Install older version of PHP in CentOS

There is a web server with CentOS 6.2, Apache 1.3.12 and PHP 4.0.1pl2. It was hosting a web site and now I am trying to host this site on CentOS 6.5, but the site is not working properly. Is it because of newer version of PHP 5.3 and Apache? So,…
DPU
  • 1
  • 2
0
votes
1 answer

Unable to get apache.exe working as windows service

I am trying to get Apache version 1.3.22 to run as a service on windows 2008 server. If i start Apache.exe from the command prompt, it works fine. But when i add i start it as windows service, it throws me an error. This is how i am adding it as…
Asdfg
  • 109
  • 1
  • 13
0
votes
0 answers

Web request unable to enter Server

I have a website hosted on AIX server on Tomcat. It receives its requests from another server with Apche installed on it and the server with Apache on it sets on request header as well. Recently I upgraded the OS and some hardware on the hosting…
0
votes
1 answer

Cannot access site on apache from machine on different Lan

Hello I am new to apache and webservers and I need some help. I wish to host website within a machine an browse to it from another machine in another enviornment as part of a test enviorn. I am unable to browse to a website remotely. I have setup a…
bmn66
  • 1
  • 1
  • 2
0
votes
2 answers

How to SSH apache user from a remote guest server on VirtualBox with host-only network?

I have two CentOS virtual machines on VirtualBox . one of them let's say CentOS-1 holds my Web application code . second is CentOS2 . I have two network connections between these two servers : Bridged & Host-only . CentOS-1 : for Bridged…
0
votes
1 answer

Enable PDO in shared server

My newest client has decided (against my heavy recommendation to use my tried and true host..) to use Webmasters.com to host their site. This is turning into a nightmare... I finally got the full access I needed instead of a child-lock account…
0
votes
1 answer

How to find Apache memory utilization?

I want to measure memory utilization of my Apache Server. Can I use the pmap/ps command and pass all the process IDs of httpd and take that as total utilization? In most of the blog, they suggest that ps command gives correct result for sample…
Amit Nagar
  • 31
  • 1
  • 4
0
votes
1 answer

How to find in runtime access/error log LogFormat in Apache?

I want to parse access_log and error_log of multiple apache server. But I don't know the LogFormat while parsing the logs. So before that I want to know the LogFormat which has been configured in each Apache. One way is I can parse first httpd.conf…
Amit Nagar
  • 31
  • 1
  • 4
0
votes
4 answers

Why do we see multiple PID's related to same application/owner for http like this below. What does this mean?

Why do we see multiple PID's related to same application/owner for http like this below. What does this mean?. $ ps -ef | grep httpd | grep -v grep apache 9619 20181 0 07:08 ? 00:00:03 /usr/sbin/httpd apache 10092 20181 0 Jan24 ? …
0
votes
1 answer

Apache RewriteRule causes 500 error

I am trying to make use of an image processing app. It requires an Apache directive in a .htaccess file. But no matter what I do to the RewriteRule, I cannot getting it to work. Causes a Server 500 error. The rule is: RewriteRule…
0
votes
2 answers

Caching in Apache 2.2 & Tomcat 7.0

From what I understand there are three types of caching, Disk cache on Apache Server httpd.conf Memory cache on Apache Server httpd.conf Tomcat cache on Tomcat 7.0 (Configuring context.xml) Between all the three types of caching which is the…
0
votes
3 answers

Database server, Webserver - RAM versus Server Load relationship between servers

We have a website running on 2 servers: 1 database server, 1 webserver. Our understanding was that we had 4GB RAM on the webserver and 8GB RAM on the database server. The site is database intensive with many queries on each page. Side note, we've…
Kevin
  • 125
  • 2
  • 4
0
votes
1 answer

Site down after renewing Intermediate SSL Pro Certificate (Verisign)?

I have a site where the intermediate certificate has expired. My IT guy says that he has renewed the intermediate certificate, but now the site is inaccessible with a 404 error page. To troubleshoot the problem (as he's away for a week...), I used…
Ray
  • 147
  • 1
  • 7
0
votes
3 answers

How can I track which page is being requested using multiple VirtualHost in Apache?

I have an Apache 1.3 web server configured with several VirtualHost entries that serves multiple independent websites. At certain times Apache receives a huge amount of request, which causes the server to reach a high workload. I would like to know…
elitalon
  • 209
  • 5
  • 15
0
votes
1 answer

Apache 1.3 load increases until restart/graceful on CentOS/EC2. CPU usage climbs, and memcached access speed drops

When running a large mod_perl application on EC2, we've noticed that the CPU usage on the instance climbs gradually between restarts or graceful restarts. Current setup: CentOS 5.4, m2.4xlarge instances, apache 1.3 with mod_perl. We first noticed…
d5ve
  • 131
  • 2